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
13 changes: 0 additions & 13 deletions .changeset/curly-bikes-play.md

This file was deleted.

8 changes: 4 additions & 4 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/devtools-client": "0.0.1",
"@tanstack/devtools-event-client": "0.3.2",
"@tanstack/react-devtools": "^0.7.4",
"@tanstack/devtools-client": "0.0.2",
"@tanstack/devtools-event-client": "0.3.3",
"@tanstack/react-devtools": "^0.7.5",
"@tanstack/react-query": "^5.90.1",
"@tanstack/react-query-devtools": "^5.90.1",
"@tanstack/react-router": "^1.131.50",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@tanstack/devtools-ui": "0.4.1",
"@tanstack/devtools-vite": "0.3.5",
"@tanstack/devtools-vite": "0.3.6",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^4.7.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/custom-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/devtools-event-client": "0.3.2",
"@tanstack/react-devtools": "^0.7.4",
"@tanstack/devtools-event-client": "0.3.3",
"@tanstack/react-devtools": "^0.7.5",
"react": "19.1.1",
"react-dom": "19.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"start": "vite start"
},
"dependencies": {
"@tanstack/react-devtools": "^0.7.4",
"@tanstack/react-devtools": "^0.7.5",
"@tanstack/react-router": "^1.131.50",
"@tanstack/react-router-devtools": "^1.131.50",
"@tanstack/react-start": "1.132.0-alpha.25",
"react": "19.1.1",
"react-dom": "19.1.1"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.3.5",
"@tanstack/devtools-vite": "0.3.6",
"@types/node": "^22.15.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/https/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/devtools-event-client": "0.3.2",
"@tanstack/react-devtools": "^0.7.4",
"@tanstack/devtools-event-client": "0.3.3",
"@tanstack/react-devtools": "^0.7.5",
"@tanstack/react-query": "^5.90.1",
"@tanstack/react-query-devtools": "^5.90.1",
"@tanstack/react-router": "^1.131.50",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@tanstack/devtools-ui": "0.4.1",
"@tanstack/devtools-vite": "0.3.5",
"@tanstack/devtools-vite": "0.3.6",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^4.7.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@prisma/studio-core": "^0.5.3",
"@tailwindcss/vite": "^4.1.13",
"@tanstack/devtools-event-bus": "^0.3.2",
"@tanstack/devtools-event-client": "0.3.2",
"@tanstack/react-devtools": "^0.7.4",
"@tanstack/devtools-event-client": "0.3.3",
"@tanstack/react-devtools": "^0.7.5",
"@tanstack/react-query": "^5.90.1",
"@tanstack/react-query-devtools": "^5.90.1",
"@tanstack/react-router": "^1.131.50",
Expand All @@ -41,7 +41,7 @@
"zod": "^4.1.11"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.3.5",
"@tanstack/devtools-vite": "0.3.6",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.13",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/time-travel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/devtools-event-client": "workspace:^",
"@tanstack/react-devtools": "^0.7.4",
"@tanstack/react-devtools": "^0.7.5",
"@tanstack/react-query": "^5.90.1",
"@tanstack/react-query-devtools": "^5.90.1",
"@tanstack/react-router": "^1.131.50",
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/solid-devtools": "^0.7.4",
"@tanstack/solid-devtools": "^0.7.5",
"@tanstack/solid-query": "^5.90.1",
"@tanstack/solid-query-devtools": "^5.90.1",
"@tanstack/solid-router": "^1.131.50",
"@tanstack/solid-router-devtools": "^1.131.50",
"solid-js": "^1.9.9"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.3.5",
"@tanstack/devtools-vite": "0.3.6",
"vite": "^7.1.7",
"vite-plugin-inspect": "11.3.3",
"vite-plugin-solid": "^2.11.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@solidjs/start": "^1.2.0",
"@tanstack/solid-devtools": "^0.7.4",
"@tanstack/solid-devtools": "^0.7.5",
"solid-js": "^1.9.9",
"vinxi": "^0.5.8"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/devtools-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @tanstack/devtools-client

## 0.0.2

### Patch Changes

- Number of improvements to various parts of the DevTools: ([#162](https://github.com/TanStack/devtools/pull/162))
- Update event client to allow users to disable it
- Allow trigger to be completely hidden
- Add a new package `@tanstack/devtools-client` to allow users to listen to events we emit from Vite.
- Fix bugs inside of the DevTools like plugins being nuked on page refresh.

- Updated dependencies [[`5362ab5`](https://github.com/TanStack/devtools/commit/5362ab51b8cb539b15d91435d106fb09703f388f)]:
- @tanstack/devtools-event-client@0.3.3
2 changes: 1 addition & 1 deletion packages/devtools-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/devtools-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "TanStack Devtools client that is used to interact with the event system produced by the Devtools.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/devtools-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tanstack/devtools-event-client

## 0.3.6

### Patch Changes

- Number of improvements to various parts of the DevTools: ([#162](https://github.com/TanStack/devtools/pull/162))
- Update event client to allow users to disable it
- Allow trigger to be completely hidden
- Add a new package `@tanstack/devtools-client` to allow users to listen to events we emit from Vite.
- Fix bugs inside of the DevTools like plugins being nuked on page refresh.

- Updated dependencies [[`5362ab5`](https://github.com/TanStack/devtools/commit/5362ab51b8cb539b15d91435d106fb09703f388f)]:
- @tanstack/devtools-client@0.0.2

## 0.3.5

### Patch 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.5",
"version": "0.3.6",
"description": "TanStack Vite plugin used to enhance the core devtools with additional functionalities",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tanstack/devtools

## 0.6.19

### Patch Changes

- Number of improvements to various parts of the DevTools: ([#162](https://github.com/TanStack/devtools/pull/162))
- Update event client to allow users to disable it
- Allow trigger to be completely hidden
- Add a new package `@tanstack/devtools-client` to allow users to listen to events we emit from Vite.
- Fix bugs inside of the DevTools like plugins being nuked on page refresh.

## 0.6.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/devtools",
"version": "0.6.18",
"version": "0.6.19",
"description": "TanStack Devtools is a set of tools for building advanced devtools for your application.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/event-bus-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tanstack/devtools-event-client

## 0.3.3

### Patch Changes

- Number of improvements to various parts of the DevTools: ([#162](https://github.com/TanStack/devtools/pull/162))
- Update event client to allow users to disable it
- Allow trigger to be completely hidden
- Add a new package `@tanstack/devtools-client` to allow users to listen to events we emit from Vite.
- Fix bugs inside of the DevTools like plugins being nuked on page refresh.

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"description": "TanStack Event Client is a lightweight event client for TanStack Devtools event bus.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/react-devtools

## 0.7.5

### Patch Changes

- Updated dependencies [[`5362ab5`](https://github.com/TanStack/devtools/commit/5362ab51b8cb539b15d91435d106fb09703f388f)]:
- @tanstack/devtools@0.6.19

## 0.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-devtools",
"version": "0.7.4",
"version": "0.7.5",
"description": "TanStack Devtools is a set of tools for building advanced devtools for your React application.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/solid-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/solid-devtools

## 0.7.5

### Patch Changes

- Updated dependencies [[`5362ab5`](https://github.com/TanStack/devtools/commit/5362ab51b8cb539b15d91435d106fb09703f388f)]:
- @tanstack/devtools@0.6.19

## 0.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-devtools",
"version": "0.7.4",
"version": "0.7.5",
"description": "TanStack Devtools is a set of tools for building advanced devtools for your Solid application.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
Loading