From e340575867735e59de46277c83e3f4e5bf0aad77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:26:51 +0800 Subject: [PATCH] chore: release eslint-plugin-import-x (#105) Co-authored-by: github-actions[bot] --- .changeset/fifty-toes-report.md | 5 ----- .changeset/shiny-birds-design.md | 12 ------------ CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 4 files changed, 17 insertions(+), 18 deletions(-) delete mode 100644 .changeset/fifty-toes-report.md delete mode 100644 .changeset/shiny-birds-design.md diff --git a/.changeset/fifty-toes-report.md b/.changeset/fifty-toes-report.md deleted file mode 100644 index ecaeffe79..000000000 --- a/.changeset/fifty-toes-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -Make `no-duplicates` way faster diff --git a/.changeset/shiny-birds-design.md b/.changeset/shiny-birds-design.md deleted file mode 100644 index 0acea1190..000000000 --- a/.changeset/shiny-birds-design.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"eslint-plugin-import-x": major ---- - -`eslint-plugin-import-x` is a fork of `eslint-plugin-import` that aims to provide a more performant and more lightweight version of the original plugin. - -Due to the nature of the fork, all `eslint-plugin-import`'s git tags and releases have been copied over to `eslint-plugin-import-x`. This causes version conflicts when publishing new versions of `eslint-plugin-import-x`. - -To prevent this, we have decided to publish a new major version of `eslint-plugin-import-x` that will not conflict with the original `eslint-plugin-import`'s versions. - -See also https://github.com/un-ts/eslint-plugin-import-x/issues/76 - diff --git a/CHANGELOG.md b/CHANGELOG.md index 752fd6c3c..6906f0611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # eslint-plugin-import-x +## 3.0.0 + +### Major Changes + +- [#106](https://github.com/un-ts/eslint-plugin-import-x/pull/106) [`19f10aa`](https://github.com/un-ts/eslint-plugin-import-x/commit/19f10aac038db3764d2e0af464d7db9821355ea4) Thanks [@SukkaW](https://github.com/SukkaW)! - `eslint-plugin-import-x` is a fork of `eslint-plugin-import` that aims to provide a more performant and more lightweight version of the original plugin. + + Due to the nature of the fork, all `eslint-plugin-import`'s git tags and releases have been copied over to `eslint-plugin-import-x`. This causes version conflicts when publishing new versions of `eslint-plugin-import-x`. + + To prevent this, we have decided to publish a new major version of `eslint-plugin-import-x` that will not conflict with the original `eslint-plugin-import`'s versions. + + See also https://github.com/un-ts/eslint-plugin-import-x/issues/76 + +### Patch Changes + +- [#104](https://github.com/un-ts/eslint-plugin-import-x/pull/104) [`2d45869`](https://github.com/un-ts/eslint-plugin-import-x/commit/2d458695949a3e02792c558dca3caeae7f760fc7) Thanks [@SukkaW](https://github.com/SukkaW)! - Make `no-duplicates` way faster + ## 0.5.3 ### Patch Changes diff --git a/package.json b/package.json index 5333623c5..8003cb03f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "2.0.0", + "version": "3.0.0", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",