Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dirty-years-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/major-lamps-float.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/react-native/expo-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# expo-basic

## 1.0.1

### Patch Changes

- Updated dependencies [[`7c9312f`](https://github.com/TanStack/devtools/commit/7c9312fb5cd3eb1a178c1c838611599507f5587e)]:
- @tanstack/devtools-event-client@0.2.5
4 changes: 2 additions & 2 deletions examples/react-native/expo-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expo-basic",
"main": "expo-router/entry",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "expo start",
Expand All @@ -16,7 +16,7 @@
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
"@tanstack/devtools-event-client": "0.2.4",
"@tanstack/devtools-event-client": "0.2.5",
"expo": "~54.0.8",
"expo-constants": "~18.0.9",
"expo-font": "~14.0.8",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/devtools-event-client": "0.2.4",
"@tanstack/devtools-event-client": "0.2.5",
"@tanstack/react-devtools": "^0.6.9",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@tanstack/devtools-ui": "0.3.5",
"@tanstack/devtools-vite": "0.3.0",
"@tanstack/devtools-vite": "0.3.1",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/custom-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/devtools-event-client": "0.2.4",
"@tanstack/devtools-event-client": "0.2.5",
"@tanstack/react-devtools": "^0.6.9",
"react": "19.1.0",
"react-dom": "19.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "19.1.0"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.3.0",
"@tanstack/devtools-vite": "0.3.1",
"@types/node": "^22.15.2",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/https/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/devtools-event-client": "0.2.4",
"@tanstack/devtools-event-client": "0.2.5",
"@tanstack/react-devtools": "^0.6.9",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@tanstack/devtools-ui": "0.3.5",
"@tanstack/devtools-vite": "0.3.0",
"@tanstack/devtools-vite": "0.3.1",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.5.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@prisma/studio-core": "^0.5.1",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/devtools-event-bus": "^0.3.2",
"@tanstack/devtools-event-client": "0.2.4",
"@tanstack/devtools-event-client": "0.2.5",
"@tanstack/react-devtools": "^0.6.9",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
Expand All @@ -41,7 +41,7 @@
"zod": "^4.0.14"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.3.0",
"@tanstack/devtools-vite": "0.3.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/react": "^19.1.12",
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"solid-js": "^1.9.7"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.3.0",
"@tanstack/devtools-vite": "0.3.1",
"vite": "^7.0.6",
"vite-plugin-inspect": "11.3.2",
"vite-plugin-solid": "^2.11.6"
Expand Down
6 changes: 6 additions & 0 deletions packages/devtools-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/devtools-event-client

## 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](https://github.com/TanStack/devtools/pull/139))

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/devtools-vite",
"version": "0.3.0",
"version": "0.3.1",
"description": "TanStack Vite plugin used to enhance the core devtools with additional functionalities",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/event-bus-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/devtools-event-client

## 0.2.5

### Patch Changes

- fix issue with the client not working in react native ([#139](https://github.com/TanStack/devtools/pull/139))

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/event-bus-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/devtools-event-client",
"version": "0.2.4",
"version": "0.2.5",
"description": "TanStack Event Client is a lightweight event client for TanStack Devtools event bus.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
22 changes: 10 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.