Skip to content

Commit a638170

Browse files
ci: Version Packages (#104)
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.6 ### Patch Changes - add peer dep to devtools ([#103](#103)) - fix issue with window not defined ([#103](#103)) ## @tanstack/react-devtools@0.6.2 ### Patch Changes - Updated dependencies \[[`2fe02f9`](2fe02f9), [`2fe02f9`](2fe02f9)]: - @tanstack/devtools@0.6.6 ## @tanstack/solid-devtools@0.6.2 ### Patch Changes - Updated dependencies \[[`2fe02f9`](2fe02f9), [`2fe02f9`](2fe02f9)]: - @tanstack/devtools@0.6.6 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2fe02f9 commit a638170

File tree

17 files changed

+41
-31
lines changed

17 files changed

+41
-31
lines changed

.changeset/ripe-ravens-read.md

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

.changeset/thin-singers-retire.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
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/devtools-event-client": "^0.2.3",
13-
"@tanstack/react-devtools": "^0.6.1",
13+
"@tanstack/react-devtools": "^0.6.2",
1414
"@tanstack/react-query": "^5.83.0",
1515
"@tanstack/react-query-devtools": "^5.83.0",
1616
"@tanstack/react-router": "^1.131.2",

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.2.3",
13-
"@tanstack/react-devtools": "^0.6.1",
13+
"@tanstack/react-devtools": "^0.6.2",
1414
"react": "^19.1.0",
1515
"react-dom": "^19.1.0"
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.6.1",
11+
"@tanstack/react-devtools": "^0.6.2",
1212
"@tanstack/react-router": "^1.131.2",
1313
"@tanstack/react-router-devtools": "^1.131.2",
1414
"@tanstack/react-start": "^1.131.2",

examples/react/https/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.2.3",
13-
"@tanstack/react-devtools": "^0.6.1",
13+
"@tanstack/react-devtools": "^0.6.2",
1414
"@tanstack/react-query": "^5.83.0",
1515
"@tanstack/react-query-devtools": "^5.83.0",
1616
"@tanstack/react-router": "^1.131.2",

examples/react/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@tailwindcss/vite": "^4.0.6",
2121
"@tanstack/devtools-event-bus": "^0.3.1",
2222
"@tanstack/devtools-event-client": "^0.2.3",
23-
"@tanstack/react-devtools": "^0.6.1",
23+
"@tanstack/react-devtools": "^0.6.2",
2424
"@tanstack/react-query": "^5.83.0",
2525
"@tanstack/react-query-devtools": "^5.83.0",
2626
"@tanstack/react-router": "^1.131.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.6.1",
13+
"@tanstack/react-devtools": "^0.6.2",
1414
"@tanstack/react-query": "^5.83.0",
1515
"@tanstack/react-query-devtools": "^5.83.0",
1616
"@tanstack/react-router": "^1.131.2",

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.6.1",
12+
"@tanstack/solid-devtools": "^0.6.2",
1313
"@tanstack/solid-query": "^5.83.0",
1414
"@tanstack/solid-query-devtools": "^5.83.0",
1515
"@tanstack/solid-router": "^1.129.8",

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.6.1",
12+
"@tanstack/solid-devtools": "^0.6.2",
1313
"solid-js": "^1.9.7",
1414
"vinxi": "^0.5.7"
1515
},

0 commit comments

Comments
 (0)