Skip to content

Commit 8283cfb

Browse files
ci: Version Packages (#142)
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.1 ### Patch Changes - improved accuracy of go to source to go to exact column and also improved accuracy of enhanced console logs to go to exact console log location ([#139](#139)) ## @tanstack/devtools-event-client@0.2.5 ### Patch Changes - fix issue with the client not working in react native ([#139](#139)) ## expo-basic@1.0.1 ### Patch Changes - Updated dependencies \[[`7c9312f`](7c9312f)]: - @tanstack/devtools-event-client@0.2.5 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7c9312f commit 8283cfb

15 files changed

Lines changed: 43 additions & 35 deletions

File tree

.changeset/dirty-years-joke.md

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

.changeset/major-lamps-float.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# expo-basic
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7c9312f`](https://github.com/TanStack/devtools/commit/7c9312fb5cd3eb1a178c1c838611599507f5587e)]:
8+
- @tanstack/devtools-event-client@0.2.5

examples/react-native/expo-basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "expo-basic",
33
"main": "expo-router/entry",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"private": true,
66
"scripts": {
77
"start": "expo start",
@@ -16,7 +16,7 @@
1616
"@react-navigation/bottom-tabs": "^7.4.0",
1717
"@react-navigation/elements": "^2.6.3",
1818
"@react-navigation/native": "^7.1.8",
19-
"@tanstack/devtools-event-client": "0.2.4",
19+
"@tanstack/devtools-event-client": "0.2.5",
2020
"expo": "~54.0.8",
2121
"expo-constants": "~18.0.9",
2222
"expo-font": "~14.0.8",

examples/react/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/devtools-event-client": "0.2.4",
12+
"@tanstack/devtools-event-client": "0.2.5",
1313
"@tanstack/react-devtools": "^0.6.9",
1414
"@tanstack/react-query": "^5.83.0",
1515
"@tanstack/react-query-devtools": "^5.83.0",
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@tanstack/devtools-ui": "0.3.5",
24-
"@tanstack/devtools-vite": "0.3.0",
24+
"@tanstack/devtools-vite": "0.3.1",
2525
"@types/react": "^19.1.12",
2626
"@types/react-dom": "^19.1.2",
2727
"@vitejs/plugin-react": "^4.5.2",

examples/react/custom-devtools/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/devtools-event-client": "0.2.4",
12+
"@tanstack/devtools-event-client": "0.2.5",
1313
"@tanstack/react-devtools": "^0.6.9",
1414
"react": "19.1.0",
1515
"react-dom": "19.1.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.0"
1717
},
1818
"devDependencies": {
19-
"@tanstack/devtools-vite": "0.3.0",
19+
"@tanstack/devtools-vite": "0.3.1",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/devtools-event-client": "0.2.4",
12+
"@tanstack/devtools-event-client": "0.2.5",
1313
"@tanstack/react-devtools": "^0.6.9",
1414
"@tanstack/react-query": "^5.83.0",
1515
"@tanstack/react-query-devtools": "^5.83.0",
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@tanstack/devtools-ui": "0.3.5",
24-
"@tanstack/devtools-vite": "0.3.0",
24+
"@tanstack/devtools-vite": "0.3.1",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@prisma/studio-core": "^0.5.1",
2424
"@tailwindcss/vite": "^4.0.6",
2525
"@tanstack/devtools-event-bus": "^0.3.2",
26-
"@tanstack/devtools-event-client": "0.2.4",
26+
"@tanstack/devtools-event-client": "0.2.5",
2727
"@tanstack/react-devtools": "^0.6.9",
2828
"@tanstack/react-query": "^5.83.0",
2929
"@tanstack/react-query-devtools": "^5.83.0",
@@ -41,7 +41,7 @@
4141
"zod": "^4.0.14"
4242
},
4343
"devDependencies": {
44-
"@tanstack/devtools-vite": "0.3.0",
44+
"@tanstack/devtools-vite": "0.3.1",
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.0",
20+
"@tanstack/devtools-vite": "0.3.1",
2121
"vite": "^7.0.6",
2222
"vite-plugin-inspect": "11.3.2",
2323
"vite-plugin-solid": "^2.11.6"

0 commit comments

Comments
 (0)