Skip to content

Commit 4be906f

Browse files
ci: Version Packages (#152)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @tanstack/devtools-vite@0.3.3 ### Patch Changes - fix issue with sourcemaps and vite plugin ([#151](#151)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cf46006 commit 4be906f

9 files changed

Lines changed: 17 additions & 18 deletions

File tree

.changeset/stupid-doors-open.md

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

examples/react/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@tanstack/devtools-ui": "0.3.5",
24-
"@tanstack/devtools-vite": "0.3.2",
24+
"@tanstack/devtools-vite": "0.3.3",
2525
"@types/react": "^19.1.12",
2626
"@types/react-dom": "^19.1.2",
2727
"@vitejs/plugin-react": "^4.5.2",

examples/react/drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "19.1.0"
1717
},
1818
"devDependencies": {
19-
"@tanstack/devtools-vite": "0.3.2",
19+
"@tanstack/devtools-vite": "0.3.3",
2020
"@types/node": "^22.15.2",
2121
"@types/react": "^19.1.12",
2222
"@types/react-dom": "^19.1.2",

examples/react/https/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@tanstack/devtools-ui": "0.3.5",
24-
"@tanstack/devtools-vite": "0.3.2",
24+
"@tanstack/devtools-vite": "0.3.3",
2525
"@types/react": "^19.1.12",
2626
"@types/react-dom": "^19.1.2",
2727
"@vitejs/plugin-react": "^4.5.2",

examples/react/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"zod": "^4.0.14"
4242
},
4343
"devDependencies": {
44-
"@tanstack/devtools-vite": "0.3.2",
44+
"@tanstack/devtools-vite": "0.3.3",
4545
"@testing-library/dom": "^10.4.0",
4646
"@testing-library/react": "^16.2.0",
4747
"@types/react": "^19.1.12",

examples/solid/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"solid-js": "^1.9.7"
1818
},
1919
"devDependencies": {
20-
"@tanstack/devtools-vite": "0.3.2",
20+
"@tanstack/devtools-vite": "0.3.3",
2121
"vite": "^7.0.6",
2222
"vite-plugin-inspect": "11.3.2",
2323
"vite-plugin-solid": "^2.11.6"

packages/devtools-vite/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- fix issue with sourcemaps and vite plugin ([#151](https://github.com/TanStack/devtools/pull/151))
8+
39
## 0.3.2
410

511
### Patch Changes

packages/devtools-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/devtools-vite",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "TanStack Vite plugin used to enhance the core devtools with additional functionalities",
55
"author": "Tanner Linsley",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)