Skip to content

Commit ab9770b

Browse files
ci: Version Packages (#122)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @tanstack/[email protected] ### Patch Changes - improve open-source by using a 3rd party package ([#121](#121)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 627ecf4 commit ab9770b

File tree

9 files changed

+17
-18
lines changed

9 files changed

+17
-18
lines changed

.changeset/ripe-olives-decide.md

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

examples/react/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@tanstack/devtools-ui": "0.3.4",
24-
"@tanstack/devtools-vite": "0.2.12",
24+
"@tanstack/devtools-vite": "0.2.13",
2525
"@types/react": "^19.1.12",
2626
"@types/react-dom": "^19.1.2",
2727
"@vitejs/plugin-react": "^4.5.2",

examples/react/drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "^19.1.0"
1717
},
1818
"devDependencies": {
19-
"@tanstack/devtools-vite": "0.2.12",
19+
"@tanstack/devtools-vite": "0.2.13",
2020
"@types/node": "^22.15.2",
2121
"@types/react": "^19.1.12",
2222
"@types/react-dom": "^19.1.2",

examples/react/https/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@tanstack/devtools-ui": "0.3.4",
24-
"@tanstack/devtools-vite": "0.2.12",
24+
"@tanstack/devtools-vite": "0.2.13",
2525
"@types/react": "^19.1.12",
2626
"@types/react-dom": "^19.1.2",
2727
"@vitejs/plugin-react": "^4.5.2",

examples/react/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"zod": "^4.0.14"
3838
},
3939
"devDependencies": {
40-
"@tanstack/devtools-vite": "0.2.12",
40+
"@tanstack/devtools-vite": "0.2.13",
4141
"@testing-library/dom": "^10.4.0",
4242
"@testing-library/react": "^16.2.0",
4343
"@types/react": "^19.1.12",

examples/solid/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"solid-js": "^1.9.7"
1818
},
1919
"devDependencies": {
20-
"@tanstack/devtools-vite": "0.2.12",
20+
"@tanstack/devtools-vite": "0.2.13",
2121
"vite": "^7.0.6",
2222
"vite-plugin-inspect": "11.3.2",
2323
"vite-plugin-solid": "^2.11.6"

packages/devtools-vite/CHANGELOG.md

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

3+
## 0.2.13
4+
5+
### Patch Changes
6+
7+
- improve open-source by using a 3rd party package ([#121](https://github.com/TanStack/devtools/pull/121))
8+
39
## 0.2.12
410

511
### Patch Changes

packages/devtools-vite/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-vite",
3-
"version": "0.2.12",
3+
"version": "0.2.13",
44
"description": "TanStack Vite plugin used to enhance the core devtools with additional functionalities",
55
"author": "Tanner Linsley",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)