diff --git a/.changeset/brown-ants-burn.md b/.changeset/brown-ants-burn.md deleted file mode 100644 index a0c2ae94..00000000 --- a/.changeset/brown-ants-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/eslint-config': minor ---- - -chore: update @stylistic/eslint-plugin diff --git a/.changeset/slow-cougars-cut.md b/.changeset/slow-cougars-cut.md deleted file mode 100644 index abeab9bb..00000000 --- a/.changeset/slow-cougars-cut.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@tanstack/config': minor -'@tanstack/eslint-config': minor ---- - -feat: add eslint-plugin-pnpm diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 8b828bb8..c0616aa8 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/config +## 0.20.0 + +### Minor Changes + +- feat: add eslint-plugin-pnpm ([#267](https://github.com/TanStack/config/pull/267)) + +### Patch Changes + +- Updated dependencies [[`93e7783`](https://github.com/TanStack/config/commit/93e778343d16c8cfc0aba4568af709b72954e090), [`93e7783`](https://github.com/TanStack/config/commit/93e778343d16c8cfc0aba4568af709b72954e090)]: + - @tanstack/eslint-config@0.3.0 + ## 0.19.0 ### Minor Changes diff --git a/packages/config/package.json b/packages/config/package.json index c589f6f3..d8fa4cc2 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/config", - "version": "0.19.0", + "version": "0.20.0", "description": "All-in-one config used by TanStack projects.", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 324a0363..7545e312 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/eslint-config +## 0.3.0 + +### Minor Changes + +- chore: update @stylistic/eslint-plugin ([#267](https://github.com/TanStack/config/pull/267)) + +- feat: add eslint-plugin-pnpm ([#267](https://github.com/TanStack/config/pull/267)) + ## 0.2.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 1bddd82e..b393db2e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/eslint-config", - "version": "0.2.0", + "version": "0.3.0", "description": "Shared ESLint config used by TanStack projects.", "author": "tannerlinsley", "license": "MIT",