Skip to content

Commit e340575

Browse files
chore: release eslint-plugin-import-x (#105)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 19f10aa commit e340575

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
lines changed

.changeset/fifty-toes-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shiny-birds-design.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# eslint-plugin-import-x
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#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.
8+
9+
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`.
10+
11+
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.
12+
13+
See also https://github.com/un-ts/eslint-plugin-import-x/issues/76
14+
15+
### Patch Changes
16+
17+
- [#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
18+
319
## 0.5.3
420

521
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import-x",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Import with sanity.",
55
"repository": "git+https://github.com/un-ts/eslint-plugin-import-x",
66
"author": "JounQin <[email protected]> (https://www.1stG.me)",

0 commit comments

Comments
 (0)