diff --git a/.changeset/cool-ears-wash.md b/.changeset/cool-ears-wash.md deleted file mode 100644 index b4db3404..00000000 --- a/.changeset/cool-ears-wash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@tanstack/eslint-config': patch -'@tanstack/config': patch ---- - -fix: remove pnpm rules diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index c0616aa8..2e3eb5ba 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/config +## 0.20.1 + +### Patch Changes + +- fix: remove pnpm rules ([#276](https://github.com/TanStack/config/pull/276)) + +- Updated dependencies [[`7e04623`](https://github.com/TanStack/config/commit/7e04623ef5178b4e89771ce3fe640e22ce101687)]: + - @tanstack/eslint-config@0.3.1 + ## 0.20.0 ### Minor Changes diff --git a/packages/config/package.json b/packages/config/package.json index d8fa4cc2..5fd6a6bf 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/config", - "version": "0.20.0", + "version": "0.20.1", "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 7545e312..0d0f06aa 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/eslint-config +## 0.3.1 + +### Patch Changes + +- fix: remove pnpm rules ([#276](https://github.com/TanStack/config/pull/276)) + ## 0.3.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 46cca5a3..dc6593f8 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/eslint-config", - "version": "0.3.0", + "version": "0.3.1", "description": "Shared ESLint config used by TanStack projects.", "author": "tannerlinsley", "license": "MIT",