Skip to content

Commit 8d4dd51

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

File tree

18 files changed

+51
-29
lines changed

18 files changed

+51
-29
lines changed

.changeset/thick-hoops-argue.md

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

examples/react/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/devtools-client": "0.0.3",
1313
"@tanstack/devtools-event-client": "0.3.4",
14-
"@tanstack/react-devtools": "^0.7.8",
14+
"@tanstack/react-devtools": "^0.7.9",
1515
"@tanstack/react-form": "^1.23.7",
1616
"@tanstack/react-query": "^5.90.1",
1717
"@tanstack/react-query-devtools": "^5.90.1",
@@ -22,7 +22,7 @@
2222
"zod": "^4.1.11"
2323
},
2424
"devDependencies": {
25-
"@tanstack/devtools-ui": "0.4.3",
25+
"@tanstack/devtools-ui": "0.4.4",
2626
"@tanstack/devtools-vite": "0.3.10",
2727
"@tanstack/react-form-devtools": "^0.1.7",
2828
"@types/react": "^19.1.13",

examples/react/custom-devtools/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": "0.3.4",
13-
"@tanstack/react-devtools": "^0.7.8",
13+
"@tanstack/react-devtools": "^0.7.9",
1414
"react": "19.1.1",
1515
"react-dom": "19.1.1"
1616
},

examples/react/drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "vite start"
99
},
1010
"dependencies": {
11-
"@tanstack/react-devtools": "^0.7.8",
11+
"@tanstack/react-devtools": "^0.7.9",
1212
"@tanstack/react-router": "^1.131.50",
1313
"@tanstack/react-router-devtools": "^1.131.50",
1414
"@tanstack/react-start": "1.132.0-alpha.25",

examples/react/https/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/devtools-event-client": "0.3.4",
13-
"@tanstack/react-devtools": "^0.7.8",
13+
"@tanstack/react-devtools": "^0.7.9",
1414
"@tanstack/react-query": "^5.90.1",
1515
"@tanstack/react-query-devtools": "^5.90.1",
1616
"@tanstack/react-router": "^1.131.50",
@@ -20,7 +20,7 @@
2020
"zod": "^4.1.11"
2121
},
2222
"devDependencies": {
23-
"@tanstack/devtools-ui": "0.4.3",
23+
"@tanstack/devtools-ui": "0.4.4",
2424
"@tanstack/devtools-vite": "0.3.10",
2525
"@types/react": "^19.1.13",
2626
"@types/react-dom": "^19.1.9",

examples/react/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@tailwindcss/vite": "^4.1.13",
2525
"@tanstack/devtools-event-bus": "^0.3.3",
2626
"@tanstack/devtools-event-client": "0.3.4",
27-
"@tanstack/react-devtools": "^0.7.8",
27+
"@tanstack/react-devtools": "^0.7.9",
2828
"@tanstack/react-query": "^5.90.1",
2929
"@tanstack/react-query-devtools": "^5.90.1",
3030
"@tanstack/react-router": "^1.131.50",

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.7.8",
13+
"@tanstack/react-devtools": "^0.7.9",
1414
"@tanstack/react-query": "^5.90.1",
1515
"@tanstack/react-query-devtools": "^5.90.1",
1616
"@tanstack/react-router": "^1.131.50",

examples/solid/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/solid-devtools": "^0.7.8",
12+
"@tanstack/solid-devtools": "^0.7.9",
1313
"@tanstack/solid-query": "^5.90.1",
1414
"@tanstack/solid-query-devtools": "^5.90.1",
1515
"@tanstack/solid-router": "^1.131.50",

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.2.0",
12-
"@tanstack/solid-devtools": "^0.7.8",
12+
"@tanstack/solid-devtools": "^0.7.9",
1313
"solid-js": "^1.9.9",
1414
"vinxi": "^0.5.8"
1515
},

packages/devtools-ui/CHANGELOG.md

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

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- Adds optional prop to header for handeling clicks to the logo. ([#237](https://github.com/TanStack/devtools/pull/237))
8+
39
## 0.4.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)