diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 77240a0..7f0234d 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.1", - "packages/core": "0.3.0", + "packages/config-array": "0.18.0", + "packages/core": "0.4.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 e9f2925..dedfa6d 100644 --- a/packages/config-array/CHANGELOG.md +++ b/packages/config-array/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.0](https://github.com/eslint/rewrite/compare/config-array-v0.17.1...config-array-v0.18.0) (2024-08-12) + + +### Features + +* Export ObjectSchema ([#101](https://github.com/eslint/rewrite/issues/101)) ([f149f85](https://github.com/eslint/rewrite/commit/f149f855e81d4ba798a48873c9ab780bf8a0ac3a)) + ## [0.17.1](https://github.com/eslint/rewrite/compare/config-array-v0.17.0...config-array-v0.17.1) (2024-07-22) diff --git a/packages/config-array/jsr.json b/packages/config-array/jsr.json index 98b8d93..5e4bd32 100644 --- a/packages/config-array/jsr.json +++ b/packages/config-array/jsr.json @@ -1,6 +1,6 @@ { "name": "@eslint/config-array", - "version": "0.17.1", + "version": "0.18.0", "exports": "./dist/esm/index.js", "publish": { "include": [ diff --git a/packages/config-array/package.json b/packages/config-array/package.json index 0315920..2dfdd5e 100644 --- a/packages/config-array/package.json +++ b/packages/config-array/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/config-array", - "version": "0.17.1", + "version": "0.18.0", "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 3f3292b..be08844 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/eslint/rewrite/compare/core-v0.3.0...core-v0.4.0) (2024-08-12) + + +### Features + +* add CommonJS `core` types ([#102](https://github.com/eslint/rewrite/issues/102)) ([6caa5e1](https://github.com/eslint/rewrite/commit/6caa5e1408d94387277abc65ff2b6d6b1d005488)) + ## [0.3.0](https://github.com/eslint/rewrite/compare/core-v0.2.0...core-v0.3.0) (2024-07-22) diff --git a/packages/core/jsr.json b/packages/core/jsr.json index ee45283..272bbeb 100644 --- a/packages/core/jsr.json +++ b/packages/core/jsr.json @@ -1,6 +1,6 @@ { "name": "@eslint/core", - "version": "0.3.0", + "version": "0.4.0", "exports": "./dist/esm/types.d.ts", "publish": { "include": [ diff --git a/packages/core/package.json b/packages/core/package.json index a9066a4..5233d76 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/core", - "version": "0.3.0", + "version": "0.4.0", "description": "Runtime-agnostic core of ESLint", "type": "module", "types": "./dist/esm/types.d.ts",