Skip to content

Commit 3aca2ec

Browse files
ci: Version Packages (#89)
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@0.6.2 ### Patch Changes - Updated dependencies \[[`f85fcf5`](f85fcf5)]: - @tanstack/devtools-event-bus@0.3.1 ## @tanstack/devtools-vite@0.2.10 ### Patch Changes - fix a bug for server event bus not connecting with clients properly ([#88](#88)) - Updated dependencies \[[`f85fcf5`](f85fcf5)]: - @tanstack/devtools-event-bus@0.3.1 ## @tanstack/devtools-event-bus@0.3.1 ### Patch Changes - fix a bug for server event bus not connecting with clients properly ([#88](#88)) ## @tanstack/devtools-event-client@0.2.3 ### Patch Changes - fix a bug for server event bus not connecting with clients properly ([#88](#88)) ## @tanstack/react-devtools@0.5.4 ### Patch Changes - Updated dependencies \[]: - @tanstack/devtools@0.6.2 ## @tanstack/solid-devtools@0.5.4 ### Patch Changes - Updated dependencies \[]: - @tanstack/devtools@0.6.2 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f85fcf5 commit 3aca2ec

File tree

20 files changed

+74
-41
lines changed

20 files changed

+74
-41
lines changed

.changeset/cold-adults-sleep.md

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

examples/react/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/devtools-event-client": "^0.2.2",
13-
"@tanstack/react-devtools": "^0.5.3",
12+
"@tanstack/devtools-event-client": "^0.2.3",
13+
"@tanstack/react-devtools": "^0.5.4",
1414
"@tanstack/react-query": "^5.83.0",
1515
"@tanstack/react-query-devtools": "^5.83.0",
1616
"@tanstack/react-router": "^1.130.2",
@@ -20,7 +20,7 @@
2020
"zod": "^4.0.14"
2121
},
2222
"devDependencies": {
23-
"@tanstack/devtools-vite": "0.2.9",
23+
"@tanstack/devtools-vite": "0.2.10",
2424
"@types/react": "^19.1.2",
2525
"@types/react-dom": "^19.1.2",
2626
"@vitejs/plugin-react": "^4.5.2",

examples/react/custom-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/devtools-event-client": "^0.2.2",
13-
"@tanstack/react-devtools": "^0.5.3",
12+
"@tanstack/devtools-event-client": "^0.2.3",
13+
"@tanstack/react-devtools": "^0.5.4",
1414
"react": "^19.1.0",
1515
"react-dom": "^19.1.0"
1616
},

examples/react/start/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"@prisma/extension-accelerate": "^2.0.2",
1919
"@prisma/studio-core": "^0.5.1",
2020
"@tailwindcss/vite": "^4.0.6",
21-
"@tanstack/devtools-event-bus": "^0.3.0",
22-
"@tanstack/devtools-event-client": "^0.2.2",
23-
"@tanstack/react-devtools": "^0.5.3",
21+
"@tanstack/devtools-event-bus": "^0.3.1",
22+
"@tanstack/devtools-event-client": "^0.2.3",
23+
"@tanstack/react-devtools": "^0.5.4",
2424
"@tanstack/react-query": "^5.83.0",
2525
"@tanstack/react-query-devtools": "^5.83.0",
2626
"@tanstack/react-router": "^1.130.2",
@@ -36,7 +36,7 @@
3636
"zod": "^4.0.14"
3737
},
3838
"devDependencies": {
39-
"@tanstack/devtools-vite": "0.2.9",
39+
"@tanstack/devtools-vite": "0.2.10",
4040
"@testing-library/dom": "^10.4.0",
4141
"@testing-library/react": "^16.2.0",
4242
"@types/react": "^19.1.2",

examples/react/time-travel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/devtools-event-client": "workspace:^",
13-
"@tanstack/react-devtools": "^0.5.3",
13+
"@tanstack/react-devtools": "^0.5.4",
1414
"@tanstack/react-query": "^5.83.0",
1515
"@tanstack/react-query-devtools": "^5.83.0",
1616
"@tanstack/react-router": "^1.130.2",

examples/solid/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/solid-devtools": "^0.5.3",
12+
"@tanstack/solid-devtools": "^0.5.4",
1313
"@tanstack/solid-query": "^5.83.0",
1414
"@tanstack/solid-query-devtools": "^5.83.0",
1515
"@tanstack/solid-router": "^1.129.8",
1616
"@tanstack/solid-router-devtools": "^1.129.8",
1717
"solid-js": "^1.9.7"
1818
},
1919
"devDependencies": {
20-
"@tanstack/devtools-vite": "0.2.9",
20+
"@tanstack/devtools-vite": "0.2.10",
2121
"vite": "^7.0.6",
2222
"vite-plugin-inspect": "11.3.2",
2323
"vite-plugin-solid": "^2.11.6"

examples/solid/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@solidjs/start": "^1.1.0",
12-
"@tanstack/solid-devtools": "^0.5.3",
12+
"@tanstack/solid-devtools": "^0.5.4",
1313
"solid-js": "^1.9.7",
1414
"vinxi": "^0.5.7"
1515
},

packages/devtools-vite/CHANGELOG.md

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

3+
## 0.2.10
4+
5+
### Patch Changes
6+
7+
- fix a bug for server event bus not connecting with clients properly ([#88](https://github.com/TanStack/devtools/pull/88))
8+
9+
- Updated dependencies [[`f85fcf5`](https://github.com/TanStack/devtools/commit/f85fcf5f73fdca80297707b8eb4211a7a1308aa1)]:
10+
- @tanstack/devtools-event-bus@0.3.1
11+
312
## 0.2.9
413

514
### 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.2.9",
3+
"version": "0.2.10",
44
"description": "TanStack Vite plugin used to enhance the core devtools with additional functionalities",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/devtools/CHANGELOG.md

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

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f85fcf5`](https://github.com/TanStack/devtools/commit/f85fcf5f73fdca80297707b8eb4211a7a1308aa1)]:
8+
- @tanstack/devtools-event-bus@0.3.1
9+
310
## 0.6.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)