From 6760263fbbeceb7227a92d61b0b948b4ccd4a6d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 03:36:49 +0000 Subject: [PATCH] Version Packages --- .changeset/calm-ravens-lint.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/calm-ravens-lint.md diff --git a/.changeset/calm-ravens-lint.md b/.changeset/calm-ravens-lint.md deleted file mode 100644 index d3b83c1..0000000 --- a/.changeset/calm-ravens-lint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/devtools': patch ---- - -Keep ESLint 10 and wrap the React Native ESLint plugin with `@eslint/compat` so React Native and Expo profiles can run legacy plugin rules without `context.getSourceCode is not a function` crashes. diff --git a/CHANGELOG.md b/CHANGELOG.md index d755214..17a4081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.2 + +### Patch Changes + +- 1f3eba8: Keep ESLint 10 and wrap the React Native ESLint plugin with `@eslint/compat` so React Native and Expo profiles can run legacy plugin rules without `context.getSourceCode is not a function` crashes. + ## 1.3.1 ### Patch Changes diff --git a/package.json b/package.json index 1be5d43..a21742f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/devtools", - "version": "1.3.1", + "version": "1.3.2", "description": "Shared development tools and repository standards for Ankhorage", "license": "MIT", "homepage": "https://github.com/ankhorage/devtools#readme",