Skip to content

Commit ea41a33

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

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.changeset/tall-comics-feel.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.21.0
4+
5+
### Minor Changes
6+
7+
- feat: support for bundling dependencies ([#302](https://github.com/TanStack/config/pull/302))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e45558e`](https://github.com/TanStack/config/commit/e45558ee9aa3a2f751a175fa0c56d770f6d680dc)]:
12+
- @tanstack/vite-config@0.4.0
13+
314
## 0.20.3
415

516
### 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.3",
3+
"version": "0.21.0",
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.4.0
4+
5+
### Minor Changes
6+
7+
- feat: support for bundling dependencies ([#302](https://github.com/TanStack/config/pull/302))
8+
39
## 0.3.0
410

511
### Minor 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.3.0",
3+
"version": "0.4.0",
44
"description": "Shared Vite build config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)