diff --git a/.changeset/quick-bats-jog.md b/.changeset/quick-bats-jog.md deleted file mode 100644 index 91275fd..0000000 --- a/.changeset/quick-bats-jog.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'eslint-config-widen': patch -'eslint-playground': patch ---- - -Upgrade the typescript-eslint package away from the legacy config setups. diff --git a/packages/eslint-config-widen/CHANGELOG.md b/packages/eslint-config-widen/CHANGELOG.md index a37c03c..15c5fde 100644 --- a/packages/eslint-config-widen/CHANGELOG.md +++ b/packages/eslint-config-widen/CHANGELOG.md @@ -1,5 +1,12 @@ # eslint-config-widen +## 4.0.2 + +### Patch Changes + +- 7443c84: Upgrade the typescript-eslint package away from the legacy config + setups. + ## 4.0.1 ### Patch Changes diff --git a/packages/eslint-config-widen/package.json b/packages/eslint-config-widen/package.json index c818939..68079d1 100644 --- a/packages/eslint-config-widen/package.json +++ b/packages/eslint-config-widen/package.json @@ -51,5 +51,5 @@ "type": "git", "url": "https://github.com/Widen/eslint-config" }, - "version": "4.0.1" + "version": "4.0.2" } diff --git a/packages/eslint-playground/CHANGELOG.md b/packages/eslint-playground/CHANGELOG.md new file mode 100644 index 0000000..70b1f77 --- /dev/null +++ b/packages/eslint-playground/CHANGELOG.md @@ -0,0 +1,8 @@ +# eslint-playground + +## 1.0.1 + +### Patch Changes + +- 7443c84: Upgrade the typescript-eslint package away from the legacy config + setups. diff --git a/packages/eslint-playground/package.json b/packages/eslint-playground/package.json index 0c9fd1c..658ad2f 100644 --- a/packages/eslint-playground/package.json +++ b/packages/eslint-playground/package.json @@ -22,5 +22,5 @@ "dependencies": { "react": "^18.3.1" }, - "version": "1.0.0" + "version": "1.0.1" }