diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 12b1e85..77240a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/compat": "1.1.1", - "packages/config-array": "0.17.0", - "packages/core": "0.2.0", - "packages/migrate-config": "1.1.2", + "packages/config-array": "0.17.1", + "packages/core": "0.3.0", + "packages/migrate-config": "1.2.0", "packages/object-schema": "2.1.4" } diff --git a/packages/config-array/CHANGELOG.md b/packages/config-array/CHANGELOG.md index c3cced4..e9f2925 100644 --- a/packages/config-array/CHANGELOG.md +++ b/packages/config-array/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.1](https://github.com/eslint/rewrite/compare/config-array-v0.17.0...config-array-v0.17.1) (2024-07-22) + + +### Bug Fixes + +* `basePath` directory can never be ignored ([#92](https://github.com/eslint/rewrite/issues/92)) ([c94ab2d](https://github.com/eslint/rewrite/commit/c94ab2dea6410698a4b6814f921b39774b0e56ab)) + ## [0.17.0](https://github.com/eslint/rewrite/compare/config-array-v0.16.0...config-array-v0.17.0) (2024-06-26) diff --git a/packages/config-array/jsr.json b/packages/config-array/jsr.json index ed4a986..98b8d93 100644 --- a/packages/config-array/jsr.json +++ b/packages/config-array/jsr.json @@ -1,6 +1,6 @@ { "name": "@eslint/config-array", - "version": "0.17.0", + "version": "0.17.1", "exports": "./dist/esm/index.js", "publish": { "include": [ diff --git a/packages/config-array/package.json b/packages/config-array/package.json index 5e7f838..0315920 100644 --- a/packages/config-array/package.json +++ b/packages/config-array/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/config-array", - "version": "0.17.0", + "version": "0.17.1", "description": "General purpose glob-based configuration matching.", "author": "Nicholas C. Zakas", "type": "module", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7a66ec3..3f3292b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/eslint/rewrite/compare/core-v0.2.0...core-v0.3.0) (2024-07-22) + + +### ⚠ BREAKING CHANGES + +* Add getLoc/getRange to SourceCode interface ([#89](https://github.com/eslint/rewrite/issues/89)) + +### Features + +* Add getLoc/getRange to SourceCode interface ([#89](https://github.com/eslint/rewrite/issues/89)) ([d51f979](https://github.com/eslint/rewrite/commit/d51f9791aecd9aa80136a0926e57549df9e25ab3)) + ## [0.2.0](https://github.com/eslint/rewrite/compare/core-v0.1.0...core-v0.2.0) (2024-07-11) diff --git a/packages/core/jsr.json b/packages/core/jsr.json index f655c3f..8ec31aa 100644 --- a/packages/core/jsr.json +++ b/packages/core/jsr.json @@ -1,6 +1,6 @@ { "name": "@eslint/core", - "version": "0.2.0", + "version": "0.3.0", "exports": "./src/types.ts", "publish": { "include": [ diff --git a/packages/core/package.json b/packages/core/package.json index 82be310..a2b2930 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/core", - "version": "0.2.0", + "version": "0.3.0", "description": "Runtime-agnostic core of ESLint", "type": "module", "types": "./src/types.ts", diff --git a/packages/migrate-config/CHANGELOG.md b/packages/migrate-config/CHANGELOG.md index 9104081..c4900c1 100644 --- a/packages/migrate-config/CHANGELOG.md +++ b/packages/migrate-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/eslint/rewrite/compare/migrate-config-v1.1.2...migrate-config-v1.2.0) (2024-07-22) + + +### Features + +* `eslint-plugin-react` supports ESLint v9 ([#91](https://github.com/eslint/rewrite/issues/91)) ([7664bf8](https://github.com/eslint/rewrite/commit/7664bf801995c4a6a15d600b4542d47075fc6194)) + ## [1.1.2](https://github.com/eslint/rewrite/compare/migrate-config-v1.1.1...migrate-config-v1.1.2) (2024-07-11) diff --git a/packages/migrate-config/package.json b/packages/migrate-config/package.json index 055e47d..c2539fe 100644 --- a/packages/migrate-config/package.json +++ b/packages/migrate-config/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/migrate-config", - "version": "1.1.2", + "version": "1.2.0", "description": "Configuration migration for ESLint", "type": "module", "bin": {