Skip to content

Commit 7bdcdc6

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

6 files changed

Lines changed: 21 additions & 13 deletions

File tree

.changeset/brown-ants-burn.md

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

.changeset/slow-cougars-cut.md

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

packages/config/CHANGELOG.md

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

3+
## 0.20.0
4+
5+
### Minor Changes
6+
7+
- feat: add eslint-plugin-pnpm ([#267](https://github.com/TanStack/config/pull/267))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`93e7783`](https://github.com/TanStack/config/commit/93e778343d16c8cfc0aba4568af709b72954e090), [`93e7783`](https://github.com/TanStack/config/commit/93e778343d16c8cfc0aba4568af709b72954e090)]:
12+
- @tanstack/eslint-config@0.3.0
13+
314
## 0.19.0
415

516
### 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.19.0",
3+
"version": "0.20.0",
44
"description": "All-in-one config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/eslint-config/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- chore: update @stylistic/eslint-plugin ([#267](https://github.com/TanStack/config/pull/267))
8+
9+
- feat: add eslint-plugin-pnpm ([#267](https://github.com/TanStack/config/pull/267))
10+
311
## 0.2.0
412

513
### 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.2.0",
3+
"version": "0.3.0",
44
"description": "Shared ESLint config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)