Skip to content

Commit 14091eb

Browse files
ci: Version Packages (#293)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 60ac898 commit 14091eb

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/mean-bars-sort.md

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

packages/config/CHANGELOG.md

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

3+
## 0.20.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`60ac898`](https://github.com/TanStack/config/commit/60ac898fdcd86b320a344d5fb2f29743ce0df475)]:
8+
- @tanstack/vite-config@0.3.0
9+
310
## 0.20.2
411

512
### 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.2",
3+
"version": "0.20.3",
44
"description": "All-in-one 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.3.0
4+
5+
### Minor Changes
6+
7+
- feat: update to vite v7 ([#292](https://github.com/TanStack/config/pull/292))
8+
39
## 0.2.1
410

511
### Patch Changes

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

0 commit comments

Comments
 (0)