Skip to content

Commit 9879392

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

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/smart-moles-stand.md

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

.changeset/vite-8-support.md

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

packages/vite-config/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- Bump to Vite 8 with Rolldown. Drops Vite 6/7 support. Switches to `rolldownOptions` and native `resolve.tsconfigPaths`. ([#348](https://github.com/TanStack/config/pull/348))
8+
9+
### Patch Changes
10+
11+
- fix: remove rollup-plugin-preserve-directives ([#351](https://github.com/TanStack/config/pull/351))
12+
313
## 0.4.3
414

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

0 commit comments

Comments
 (0)