Skip to content

Commit eb63d8d

Browse files
ci: Version Packages (#314)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2c67197 commit eb63d8d

File tree

12 files changed

+43
-19
lines changed

12 files changed

+43
-19
lines changed

.changeset/bitter-bears-write.md

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

.changeset/neat-flies-cut.md

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

packages/config/CHANGELOG.md

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

3+
## 0.22.1
4+
5+
### Patch Changes
6+
7+
- chore: update deps ([#315](https://github.com/TanStack/config/pull/315))
8+
9+
- Updated dependencies [[`2c67197`](https://github.com/TanStack/config/commit/2c671970060713655df07fb9dd5b45e8e6cc128b), [`8fa3822`](https://github.com/TanStack/config/commit/8fa3822d2190e0c25c05934500def0bab08cb433)]:
10+
- @tanstack/eslint-config@0.3.3
11+
- @tanstack/publish-config@0.2.2
12+
- @tanstack/typedoc-config@0.3.1
13+
- @tanstack/vite-config@0.4.1
14+
315
## 0.22.0
416

517
### 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.22.0",
3+
"version": "0.22.1",
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.3
4+
5+
### Patch Changes
6+
7+
- chore: update deps ([#315](https://github.com/TanStack/config/pull/315))
8+
9+
- fix: add types ([#313](https://github.com/TanStack/config/pull/313))
10+
311
## 0.3.2
412

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

packages/publish-config/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- chore: update deps ([#315](https://github.com/TanStack/config/pull/315))
8+
39
## 0.2.1
410

511
### Patch Changes

packages/publish-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/publish-config",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Publish script used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/typedoc-config/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- chore: update deps ([#315](https://github.com/TanStack/config/pull/315))
8+
39
## 0.3.0
410

511
### Minor Changes

packages/typedoc-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/typedoc-config",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Shared Typedoc config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)