Skip to content

Commit 772a3dc

Browse files
ci: Version Packages (#224)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4636cb9 commit 772a3dc

File tree

9 files changed

+17
-18
lines changed

9 files changed

+17
-18
lines changed

.changeset/major-lizards-notice.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
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@tanstack/devtools-ui": "0.4.3",
26-
"@tanstack/devtools-vite": "0.3.8",
26+
"@tanstack/devtools-vite": "0.3.9",
2727
"@tanstack/react-form-devtools": "^0.1.7",
2828
"@types/react": "^19.1.13",
2929
"@types/react-dom": "^19.1.9",

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.1"
1717
},
1818
"devDependencies": {
19-
"@tanstack/devtools-vite": "0.3.8",
19+
"@tanstack/devtools-vite": "0.3.9",
2020
"@types/node": "^22.15.2",
2121
"@types/react": "^19.1.13",
2222
"@types/react-dom": "^19.1.9",

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.4.3",
24-
"@tanstack/devtools-vite": "0.3.8",
24+
"@tanstack/devtools-vite": "0.3.9",
2525
"@types/react": "^19.1.13",
2626
"@types/react-dom": "^19.1.9",
2727
"@vitejs/plugin-react": "^4.7.0",

examples/react/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"zod": "^4.1.11"
4242
},
4343
"devDependencies": {
44-
"@tanstack/devtools-vite": "0.3.8",
44+
"@tanstack/devtools-vite": "0.3.9",
4545
"@testing-library/dom": "^10.4.1",
4646
"@testing-library/react": "^16.3.0",
4747
"@types/react": "^19.1.13",

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.9"
1818
},
1919
"devDependencies": {
20-
"@tanstack/devtools-vite": "0.3.8",
20+
"@tanstack/devtools-vite": "0.3.9",
2121
"vite": "^7.1.7",
2222
"vite-plugin-inspect": "11.3.3",
2323
"vite-plugin-solid": "^2.11.8"

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.3.9
4+
5+
### Patch Changes
6+
7+
- add ignore to inject source for granular manipulation ([#223](https://github.com/TanStack/devtools/pull/223))
8+
39
## 0.3.8
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.3.8",
3+
"version": "0.3.9",
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)