From 55af77d23568b7d85d98c935c90cb08ac7f9f3a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:06:27 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- packages/config-array/CHANGELOG.md | 11 +++++++++++ packages/config-array/jsr.json | 2 +- packages/config-array/package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85179a5..c91f774 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/compat": "1.2.1", - "packages/config-array": "0.18.0", + "packages/config-array": "0.19.0", "packages/core": "0.7.0", "packages/migrate-config": "1.3.2", "packages/object-schema": "2.1.4", diff --git a/packages/config-array/CHANGELOG.md b/packages/config-array/CHANGELOG.md index dedfa6d..73e6d32 100644 --- a/packages/config-array/CHANGELOG.md +++ b/packages/config-array/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.19.0](https://github.com/eslint/rewrite/compare/config-array-v0.18.0...config-array-v0.19.0) (2024-10-25) + + +### ⚠ BREAKING CHANGES + +* correctly detect if file is outside base path on Windows ([#59](https://github.com/eslint/rewrite/issues/59)) + +### Bug Fixes + +* correctly detect if file is outside base path on Windows ([#59](https://github.com/eslint/rewrite/issues/59)) ([f93aa4c](https://github.com/eslint/rewrite/commit/f93aa4ca0a9a68b5c90847cd3d24801196abb405)) + ## [0.18.0](https://github.com/eslint/rewrite/compare/config-array-v0.17.1...config-array-v0.18.0) (2024-08-12) diff --git a/packages/config-array/jsr.json b/packages/config-array/jsr.json index c2b2fdd..dc1f6f2 100644 --- a/packages/config-array/jsr.json +++ b/packages/config-array/jsr.json @@ -1,6 +1,6 @@ { "name": "@eslint/config-array", - "version": "0.18.0", + "version": "0.19.0", "exports": "./dist/esm/index.js", "publish": { "include": [ diff --git a/packages/config-array/package.json b/packages/config-array/package.json index 246ce5e..299906b 100644 --- a/packages/config-array/package.json +++ b/packages/config-array/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/config-array", - "version": "0.18.0", + "version": "0.19.0", "description": "General purpose glob-based configuration matching.", "author": "Nicholas C. Zakas", "type": "module",