Skip to content

Commit 13524eb

Browse files
ci: Version Packages (#286)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 149f28b commit 13524eb

11 files changed

Lines changed: 41 additions & 14 deletions

File tree

.changeset/grumpy-plants-cross.md

Lines changed: 0 additions & 9 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.20.2
4+
5+
### Patch Changes
6+
7+
- chore: update dependencies ([#285](https://github.com/TanStack/config/pull/285))
8+
9+
- Updated dependencies [[`149f28b`](https://github.com/TanStack/config/commit/149f28b976849cce51da9388adcb3df065405b0a)]:
10+
- @tanstack/publish-config@0.2.1
11+
- @tanstack/typedoc-config@0.2.1
12+
- @tanstack/eslint-config@0.3.2
13+
- @tanstack/vite-config@0.2.1
14+
315
## 0.20.1
416

517
### Patch 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.1",
3+
"version": "0.20.2",
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.2
4+
5+
### Patch Changes
6+
7+
- chore: update dependencies ([#285](https://github.com/TanStack/config/pull/285))
8+
39
## 0.3.1
410

511
### 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.1",
3+
"version": "0.3.2",
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.1
4+
5+
### Patch Changes
6+
7+
- chore: update dependencies ([#285](https://github.com/TanStack/config/pull/285))
8+
39
## 0.2.0
410

511
### Minor 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.0",
3+
"version": "0.2.1",
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.2.1
4+
5+
### Patch Changes
6+
7+
- chore: update dependencies ([#285](https://github.com/TanStack/config/pull/285))
8+
39
## 0.2.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.2.0",
3+
"version": "0.2.1",
44
"description": "Shared Typedoc config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/vite-config/CHANGELOG.md

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

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

511
### Minor Changes

0 commit comments

Comments
 (0)