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/silent-beds-create.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tricky-cloths-joke.md

This file was deleted.

6 changes: 3 additions & 3 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/devtools-event-client": "^0.2.4",
"@tanstack/react-devtools": "^0.6.7",
"@tanstack/react-devtools": "^0.6.8",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
"@tanstack/react-router": "^1.131.2",
Expand All @@ -20,8 +20,8 @@
"zod": "^4.0.14"
},
"devDependencies": {
"@tanstack/devtools-ui": "0.3.4",
"@tanstack/devtools-vite": "0.2.13",
"@tanstack/devtools-ui": "0.3.5",
"@tanstack/devtools-vite": "0.2.14",
"@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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/devtools-event-client": "^0.2.4",
"@tanstack/react-devtools": "^0.6.7",
"@tanstack/react-devtools": "^0.6.8",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
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.6.7",
"@tanstack/react-devtools": "^0.6.8",
"@tanstack/react-router": "^1.131.2",
"@tanstack/react-router-devtools": "^1.131.2",
"@tanstack/react-start": "^1.131.2",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.2.13",
"@tanstack/devtools-vite": "0.2.14",
"@types/node": "^22.15.2",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.2",
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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/devtools-event-client": "^0.2.4",
"@tanstack/react-devtools": "^0.6.7",
"@tanstack/react-devtools": "^0.6.8",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
"@tanstack/react-router": "^1.131.2",
Expand All @@ -20,8 +20,8 @@
"zod": "^4.0.14"
},
"devDependencies": {
"@tanstack/devtools-ui": "0.3.4",
"@tanstack/devtools-vite": "0.2.13",
"@tanstack/devtools-ui": "0.3.5",
"@tanstack/devtools-vite": "0.2.14",
"@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 @@ -24,7 +24,7 @@
"@tailwindcss/vite": "^4.0.6",
"@tanstack/devtools-event-bus": "^0.3.2",
"@tanstack/devtools-event-client": "^0.2.4",
"@tanstack/react-devtools": "^0.6.7",
"@tanstack/react-devtools": "^0.6.8",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
"@tanstack/react-router": "^1.131.2",
Expand All @@ -41,7 +41,7 @@
"zod": "^4.0.14"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.2.13",
"@tanstack/devtools-vite": "0.2.14",
"@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/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.6.7",
"@tanstack/react-devtools": "^0.6.8",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
"@tanstack/react-router": "^1.131.2",
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.6.7",
"@tanstack/solid-devtools": "^0.6.8",
"@tanstack/solid-query": "^5.87.1",
"@tanstack/solid-query-devtools": "^5.87.1",
"@tanstack/solid-router": "^1.129.8",
"@tanstack/solid-router-devtools": "^1.129.8",
"solid-js": "^1.9.7"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.2.13",
"@tanstack/devtools-vite": "0.2.14",
"vite": "^7.0.6",
"vite-plugin-inspect": "11.3.2",
"vite-plugin-solid": "^2.11.6"
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.1.0",
"@tanstack/solid-devtools": "^0.6.7",
"@tanstack/solid-devtools": "^0.6.8",
"solid-js": "^1.9.7",
"vinxi": "^0.5.7"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/devtools-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/devtools-ui

## 0.3.5

### Patch Changes

- Improvements to the json tree component, now supports expansion length config ([#132](https://github.com/TanStack/devtools/pull/132))

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/devtools-ui",
"version": "0.3.4",
"version": "0.3.5",
"description": "TanStack Devtools UI is a set of UI components for building devtool panels for your application.",
"author": "Tanner Linsley",
"license": "MIT",
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.2.14

### Patch Changes

- improve open-source by using location origin ([#132](https://github.com/TanStack/devtools/pull/132))

## 0.2.13

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

## 0.6.12

### Patch Changes

- improve open-source by using location origin ([#132](https://github.com/TanStack/devtools/pull/132))

- Updated dependencies [[`c463e10`](https://github.com/TanStack/devtools/commit/c463e1083771b8fce2ea30aa999aa36ea4040f7f)]:
- @tanstack/devtools-ui@0.3.5

## 0.6.11

### 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.11",
"version": "0.6.12",
"description": "TanStack Devtools is a set of tools for building advanced devtools for your application.",
"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.6.8

### Patch Changes

- Updated dependencies [[`c463e10`](https://github.com/TanStack/devtools/commit/c463e1083771b8fce2ea30aa999aa36ea4040f7f)]:
- @tanstack/devtools@0.6.12

## 0.6.7

### 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.6.7",
"version": "0.6.8",
"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.6.8

### Patch Changes

- Updated dependencies [[`c463e10`](https://github.com/TanStack/devtools/commit/c463e1083771b8fce2ea30aa999aa36ea4040f7f)]:
- @tanstack/devtools@0.6.12

## 0.6.7

### 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.6.7",
"version": "0.6.8",
"description": "TanStack Devtools is a set of tools for building advanced devtools for your Solid application.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
32 changes: 15 additions & 17 deletions pnpm-lock.yaml

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