Skip to content

Commit b58eb6b

Browse files
ci: Version Packages
1 parent d75209a commit b58eb6b

File tree

13 files changed

+42
-18
lines changed

13 files changed

+42
-18
lines changed

.changeset/green-bags-admire.md

Lines changed: 0 additions & 6 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": "workspace:^",
13-
"@tanstack/react-devtools": "^0.2.1",
13+
"@tanstack/react-devtools": "^0.2.2",
1414
"@tanstack/react-query": "^5.83.0",
1515
"@tanstack/react-query-devtools": "^5.83.0",
1616
"@tanstack/react-router": "^1.130.2",

examples/react/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@tailwindcss/vite": "^4.0.6",
2020
"@tanstack/devtools-event-bus": "workspace:^",
2121
"@tanstack/devtools-event-client": "workspace:^",
22-
"@tanstack/react-devtools": "^0.2.1",
22+
"@tanstack/react-devtools": "^0.2.2",
2323
"@tanstack/react-query": "^5.83.0",
2424
"@tanstack/react-query-devtools": "^5.83.0",
2525
"@tanstack/react-router": "^1.130.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.2.1",
12+
"@tanstack/solid-devtools": "^0.2.2",
1313
"@tanstack/solid-query": "^5.83.0",
1414
"@tanstack/solid-query-devtools": "^5.83.0",
1515
"@tanstack/solid-router": "^1.129.8",

packages/devtools-ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tanstack/devtools-ui
2+
3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- extracted common UI components into a separate package ([#23](https://github.com/TanStack/devtools/pull/23))

packages/devtools-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/devtools-ui",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "TanStack Devtools UI is a set of UI components for building devtool panels for your application.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/devtools/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @tanstack/devtools
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- extracted common UI components into a separate package ([#23](https://github.com/TanStack/devtools/pull/23))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f9b97df`](https://github.com/TanStack/devtools/commit/f9b97dfbfdb3b6eccf51cba2655b8bd542f21bfa)]:
12+
- @tanstack/devtools-ui@0.2.2
13+
314
## 0.2.1
415

516
### Patch Changes

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/devtools",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "TanStack Devtools is a set of tools for building advanced devtools for your application.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/react-devtools/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tanstack/react-devtools
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f9b97df`](https://github.com/TanStack/devtools/commit/f9b97dfbfdb3b6eccf51cba2655b8bd542f21bfa)]:
8+
- @tanstack/devtools@0.3.0
9+
310
## 0.2.1
411

512
### Patch Changes

packages/react-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/react-devtools",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "TanStack Devtools is a set of tools for building advanced devtools for your React application.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)