Skip to content

Commit 6816bae

Browse files
ci: Version Packages (#69)
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/devtools-vite@0.2.7 ### Patch Changes - fix the config for inject config to be optional ([#68](#68)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6176382 commit 6816bae

File tree

7 files changed

+13
-21
lines changed

7 files changed

+13
-21
lines changed

.changeset/free-kings-lead.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
@@ -20,7 +20,7 @@
2020
"zod": "^4.0.14"
2121
},
2222
"devDependencies": {
23-
"@tanstack/devtools-vite": "0.2.6",
23+
"@tanstack/devtools-vite": "0.2.7",
2424
"@types/react": "^19.1.2",
2525
"@types/react-dom": "^19.1.2",
2626
"@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
@@ -36,7 +36,7 @@
3636
"zod": "^4.0.14"
3737
},
3838
"devDependencies": {
39-
"@tanstack/devtools-vite": "0.2.6",
39+
"@tanstack/devtools-vite": "0.2.7",
4040
"@testing-library/dom": "^10.4.0",
4141
"@testing-library/react": "^16.2.0",
4242
"@types/react": "^19.1.2",

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.6",
20+
"@tanstack/devtools-vite": "0.2.7",
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.7
4+
5+
### Patch Changes
6+
7+
- fix the config for inject config to be optional ([#68](https://github.com/TanStack/devtools/pull/68))
8+
39
## 0.2.6
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.6",
3+
"version": "0.2.7",
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: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)