diff --git a/.changeset/forty-colts-begin.md b/.changeset/forty-colts-begin.md deleted file mode 100644 index d629c25..0000000 --- a/.changeset/forty-colts-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-config-widen': minor ---- - -Automatically enable the type property sorting rule. diff --git a/.changeset/great-cherries-wonder.md b/.changeset/great-cherries-wonder.md deleted file mode 100644 index c21f433..0000000 --- a/.changeset/great-cherries-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-config-widen': patch ---- - -Properly detect `.` or `..` as relative imports. diff --git a/.changeset/nasty-impalas-cheer.md b/.changeset/nasty-impalas-cheer.md deleted file mode 100644 index 97d42de..0000000 --- a/.changeset/nasty-impalas-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-config-widen': patch ---- - -Fix issue with relative imports not sorting to the end. diff --git a/packages/eslint-config-widen/CHANGELOG.md b/packages/eslint-config-widen/CHANGELOG.md index 14a11a8..cb351a4 100644 --- a/packages/eslint-config-widen/CHANGELOG.md +++ b/packages/eslint-config-widen/CHANGELOG.md @@ -1,5 +1,16 @@ # eslint-config-widen +## 0.4.0 + +### Minor Changes + +- 1fd905a: Automatically enable the type property sorting rule. + +### Patch Changes + +- 1fd905a: Properly detect `.` or `..` as relative imports. +- 1fd905a: Fix issue with relative imports not sorting to the end. + ## 0.3.0 ### Minor Changes diff --git a/packages/eslint-config-widen/package.json b/packages/eslint-config-widen/package.json index f9fadee..f186381 100644 --- a/packages/eslint-config-widen/package.json +++ b/packages/eslint-config-widen/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-widen", - "version": "0.3.0", + "version": "0.4.0", "description": "Widen's shared ESLint config.", "author": "Widen", "license": "ISC",