Skip to content

Commit c6e80bc

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

File tree

9 files changed

+17
-18
lines changed

9 files changed

+17
-18
lines changed

.changeset/famous-teeth-help.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.4.0",
24-
"@tanstack/devtools-vite": "0.3.3",
24+
"@tanstack/devtools-vite": "0.3.4",
2525
"@types/react": "^19.1.13",
2626
"@types/react-dom": "^19.1.9",
2727
"@vitejs/plugin-react": "^4.7.0",

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.1"
1717
},
1818
"devDependencies": {
19-
"@tanstack/devtools-vite": "0.3.3",
19+
"@tanstack/devtools-vite": "0.3.4",
2020
"@types/node": "^22.15.2",
2121
"@types/react": "^19.1.13",
2222
"@types/react-dom": "^19.1.9",

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.4.0",
24-
"@tanstack/devtools-vite": "0.3.3",
24+
"@tanstack/devtools-vite": "0.3.4",
2525
"@types/react": "^19.1.13",
2626
"@types/react-dom": "^19.1.9",
2727
"@vitejs/plugin-react": "^4.7.0",

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.1.11"
4242
},
4343
"devDependencies": {
44-
"@tanstack/devtools-vite": "0.3.3",
44+
"@tanstack/devtools-vite": "0.3.4",
4545
"@testing-library/dom": "^10.4.1",
4646
"@testing-library/react": "^16.3.0",
4747
"@types/react": "^19.1.13",

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.9"
1818
},
1919
"devDependencies": {
20-
"@tanstack/devtools-vite": "0.3.3",
20+
"@tanstack/devtools-vite": "0.3.4",
2121
"vite": "^7.1.7",
2222
"vite-plugin-inspect": "11.3.3",
2323
"vite-plugin-solid": "^2.11.8"

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.4
4+
5+
### Patch Changes
6+
7+
- dedupe solid deps for no issues in the console ([#200](https://github.com/TanStack/devtools/pull/200))
8+
39
## 0.3.3
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.3",
3+
"version": "0.3.4",
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)