diff --git a/.changeset/major-lizards-notice.md b/.changeset/major-lizards-notice.md deleted file mode 100644 index 509beff4..00000000 --- a/.changeset/major-lizards-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-vite': patch ---- - -add ignore to inject source for granular manipulation diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 37bd49f2..92a2d835 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.4.3", - "@tanstack/devtools-vite": "0.3.8", + "@tanstack/devtools-vite": "0.3.9", "@tanstack/react-form-devtools": "^0.1.7", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index d9dec3ae..a4b398b1 100644 --- a/examples/react/drizzle/package.json +++ b/examples/react/drizzle/package.json @@ -16,7 +16,7 @@ "react-dom": "19.1.1" }, "devDependencies": { - "@tanstack/devtools-vite": "0.3.8", + "@tanstack/devtools-vite": "0.3.9", "@types/node": "^22.15.2", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index f44bf844..6b433134 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.4.3", - "@tanstack/devtools-vite": "0.3.8", + "@tanstack/devtools-vite": "0.3.9", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^4.7.0", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index bbf7c5ae..751d0664 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -41,7 +41,7 @@ "zod": "^4.1.11" }, "devDependencies": { - "@tanstack/devtools-vite": "0.3.8", + "@tanstack/devtools-vite": "0.3.9", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.0", "@types/react": "^19.1.13", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 0ca39a28..8966dd16 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -17,7 +17,7 @@ "solid-js": "^1.9.9" }, "devDependencies": { - "@tanstack/devtools-vite": "0.3.8", + "@tanstack/devtools-vite": "0.3.9", "vite": "^7.1.7", "vite-plugin-inspect": "11.3.3", "vite-plugin-solid": "^2.11.8" diff --git a/packages/devtools-vite/CHANGELOG.md b/packages/devtools-vite/CHANGELOG.md index 689e564b..e891c9f0 100644 --- a/packages/devtools-vite/CHANGELOG.md +++ b/packages/devtools-vite/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-event-client +## 0.3.9 + +### Patch Changes + +- add ignore to inject source for granular manipulation ([#223](https://github.com/TanStack/devtools/pull/223)) + ## 0.3.8 ### Patch Changes diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index 8847bf4e..584e8a06 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-vite", - "version": "0.3.8", + "version": "0.3.9", "description": "TanStack Vite plugin used to enhance the core devtools with additional functionalities", "author": "Tanner Linsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d39988f5..1be02d74 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,7 +117,7 @@ importers: specifier: 0.4.3 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.3.8 + specifier: 0.3.9 version: link:../../../packages/devtools-vite '@tanstack/react-form-devtools': specifier: ^0.1.7 @@ -191,7 +191,7 @@ importers: version: 19.1.1(react@19.1.1) devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.8 + specifier: 0.3.9 version: link:../../../packages/devtools-vite '@types/node': specifier: ^22.15.2 @@ -255,7 +255,7 @@ importers: specifier: 0.4.3 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.3.8 + specifier: 0.3.9 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.1.13 @@ -352,7 +352,7 @@ importers: version: 4.1.11 devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.8 + specifier: 0.3.9 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.1 @@ -388,8 +388,6 @@ importers: specifier: ^4.2.4 version: 4.2.4 - examples/react/start/generated/prisma: {} - examples/react/time-travel: dependencies: '@tanstack/devtools-event-client': @@ -458,7 +456,7 @@ importers: version: 1.9.9 devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.8 + specifier: 0.3.9 version: link:../../../packages/devtools-vite vite: specifier: ^7.1.7