Skip to content

Commit e797163

Browse files
ci: Version Packages (#277)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7e04623 commit e797163

5 files changed

Lines changed: 17 additions & 8 deletions

File tree

.changeset/cool-ears-wash.md

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

packages/config/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @tanstack/config
22

3+
## 0.20.1
4+
5+
### Patch Changes
6+
7+
- fix: remove pnpm rules ([#276](https://github.com/TanStack/config/pull/276))
8+
9+
- Updated dependencies [[`7e04623`](https://github.com/TanStack/config/commit/7e04623ef5178b4e89771ce3fe640e22ce101687)]:
10+
- @tanstack/eslint-config@0.3.1
11+
312
## 0.20.0
413

514
### Minor Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/config",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "All-in-one config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/eslint-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/eslint-config
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- fix: remove pnpm rules ([#276](https://github.com/TanStack/config/pull/276))
8+
39
## 0.3.0
410

511
### Minor Changes

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/eslint-config",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Shared ESLint config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)