From 4a3d402ee488a346b799cba122a4189cab63698e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 16:06:01 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- packages/config-array/CHANGELOG.md | 11 +++++++++++ packages/config-array/jsr.json | 2 +- packages/config-array/package.json | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/jsr.json | 9 +++++++-- packages/core/package.json | 2 +- 7 files changed, 31 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 417799a..76d221a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/compat": "1.1.0", - "packages/config-array": "0.16.0", - "packages/core": "0.0.1", + "packages/config-array": "0.17.0", + "packages/core": "0.1.0", "packages/migrate-config": "1.1.0", "packages/object-schema": "2.1.4" } diff --git a/packages/config-array/CHANGELOG.md b/packages/config-array/CHANGELOG.md index 045cd07..c3cced4 100644 --- a/packages/config-array/CHANGELOG.md +++ b/packages/config-array/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.17.0](https://github.com/eslint/rewrite/compare/config-array-v0.16.0...config-array-v0.17.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* Allow escaping characters on Windows ([#61](https://github.com/eslint/rewrite/issues/61)) + +### Bug Fixes + +* Allow escaping characters on Windows ([#61](https://github.com/eslint/rewrite/issues/61)) ([8501890](https://github.com/eslint/rewrite/commit/85018903815908bcfd940bbda347f3f17663e4bd)) + ## [0.16.0](https://github.com/eslint/rewrite/compare/config-array-v0.15.1...config-array-v0.16.0) (2024-06-12) diff --git a/packages/config-array/jsr.json b/packages/config-array/jsr.json index d079313..ed4a986 100644 --- a/packages/config-array/jsr.json +++ b/packages/config-array/jsr.json @@ -1,6 +1,6 @@ { "name": "@eslint/config-array", - "version": "0.16.0", + "version": "0.17.0", "exports": "./dist/esm/index.js", "publish": { "include": [ diff --git a/packages/config-array/package.json b/packages/config-array/package.json index 276dd11..5e7f838 100644 --- a/packages/config-array/package.json +++ b/packages/config-array/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/config-array", - "version": "0.16.0", + "version": "0.17.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 e69de29..a1bd1e1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/eslint/rewrite/compare/core-v0.0.1...core-v0.1.0) (2024-06-26) + + +### Features + +* Add eslint/core package ([#68](https://github.com/eslint/rewrite/issues/68)) ([e3d309d](https://github.com/eslint/rewrite/commit/e3d309d93fefe4e10f40568e89f380159c7f63d3)) diff --git a/packages/core/jsr.json b/packages/core/jsr.json index 2dedc4b..70774f7 100644 --- a/packages/core/jsr.json +++ b/packages/core/jsr.json @@ -1,8 +1,13 @@ { "name": "@eslint/core", - "version": "0.0.1", + "version": "0.1.0", "exports": "./src/types.ts", "publish": { - "include": ["src/types.ts", "README.md", "jsr.json", "LICENSE"] + "include": [ + "src/types.ts", + "README.md", + "jsr.json", + "LICENSE" + ] } } diff --git a/packages/core/package.json b/packages/core/package.json index 00b7a3c..83ca790 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/core", - "version": "0.0.1", + "version": "0.1.0", "description": "Runtime-agnostic core of ESLint", "type": "module", "types": "./src/types.ts",