Skip to content

Commit d2de622

Browse files
authored
Merge pull request #9 from TanStack/changeset-release/main
ci: Version Packages
2 parents 64ebece + 5d88269 commit d2de622

File tree

11 files changed

+33
-18
lines changed

11 files changed

+33
-18
lines changed

.changeset/weak-items-sin.md

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

examples/react/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/react-devtools": "^0.1.0",
12+
"@tanstack/react-devtools": "^0.1.1",
1313
"@tanstack/react-query": "^5.83.0",
1414
"@tanstack/react-query-devtools": "^5.83.0",
1515
"@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
@@ -17,7 +17,7 @@
1717
"@prisma/extension-accelerate": "^2.0.2",
1818
"@prisma/studio-core": "^0.5.1",
1919
"@tailwindcss/vite": "^4.0.6",
20-
"@tanstack/react-devtools": "^0.1.0",
20+
"@tanstack/react-devtools": "^0.1.1",
2121
"@tanstack/react-query": "^5.83.0",
2222
"@tanstack/react-query-devtools": "^5.83.0",
2323
"@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.1.0",
12+
"@tanstack/solid-devtools": "^0.1.1",
1313
"@tanstack/solid-query": "^5.83.0",
1414
"@tanstack/solid-query-devtools": "^5.83.0",
1515
"@tanstack/solid-router": "^1.129.8",

packages/devtools/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated the JSdoc descriptions for easier usage ([#8](https://github.com/TanStack/devtools/pull/8))
8+
39
## 0.1.0
410

511
### Minor 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.1.0",
3+
"version": "0.1.1",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @tanstack/react-devtools
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated the JSdoc descriptions for easier usage ([#8](https://github.com/TanStack/devtools/pull/8))
8+
9+
- Updated dependencies [[`d7dc082`](https://github.com/TanStack/devtools/commit/d7dc08211dcaba9d226ad1963e812430530e6d35)]:
10+
- @tanstack/devtools@0.1.1
11+
312
## 0.1.0
413

514
### Minor 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.1.0",
3+
"version": "0.1.1",
44
"description": "TanStack Devtools is a set of tools for building advanced devtools for your React application.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/solid-devtools/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated the JSdoc descriptions for easier usage ([#8](https://github.com/TanStack/devtools/pull/8))
8+
9+
- Updated dependencies [[`d7dc082`](https://github.com/TanStack/devtools/commit/d7dc08211dcaba9d226ad1963e812430530e6d35)]:
10+
- @tanstack/devtools@0.1.1
11+
312
## 0.1.0
413

514
### Minor Changes

packages/solid-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/solid-devtools",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "TanStack Devtools is a set of tools for building advanced devtools for your Solid application.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)