From 9fabccbd37607bdc6a137490640aff4737aac1d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 20:30:58 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/eight-dolls-wash.md | 7 ------- .changeset/green-tips-do.md | 6 ------ examples/react/array/package.json | 2 +- examples/react/devtools/package.json | 2 +- examples/react/dynamic/package.json | 2 +- .../package.json | 2 +- examples/react/large-form/package.json | 2 +- examples/react/query-integration/package.json | 2 +- examples/react/simple/package.json | 2 +- examples/react/standard-schema/package.json | 2 +- examples/react/tanstack-start/package.json | 2 +- examples/react/ui-libraries/package.json | 2 +- packages/form-devtools/CHANGELOG.md | 6 ++++++ packages/form-devtools/package.json | 2 +- packages/react-form-devtools/CHANGELOG.md | 11 ++++++++++ packages/react-form-devtools/package.json | 2 +- packages/solid-form-devtools/CHANGELOG.md | 11 ++++++++++ packages/solid-form-devtools/package.json | 2 +- pnpm-lock.yaml | 20 +++++++++---------- 19 files changed, 51 insertions(+), 36 deletions(-) delete mode 100644 .changeset/eight-dolls-wash.md delete mode 100644 .changeset/green-tips-do.md diff --git a/.changeset/eight-dolls-wash.md b/.changeset/eight-dolls-wash.md deleted file mode 100644 index d64801d3b..000000000 --- a/.changeset/eight-dolls-wash.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@tanstack/react-form-devtools': patch -'@tanstack/solid-form-devtools': patch -'@tanstack/form-devtools': patch ---- - -Bump devtools utils to latest versions. diff --git a/.changeset/green-tips-do.md b/.changeset/green-tips-do.md deleted file mode 100644 index 7a63120a1..000000000 --- a/.changeset/green-tips-do.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@tanstack/react-form-devtools': patch -'@tanstack/solid-form-devtools': patch ---- - -use explicit paths for the devtools production exports diff --git a/examples/react/array/package.json b/examples/react/array/package.json index a75f33a7c..f1abf388b 100644 --- a/examples/react/array/package.json +++ b/examples/react/array/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-devtools": "^0.7.8", "@tanstack/react-form": "^1.27.7", - "@tanstack/react-form-devtools": "^0.2.11", + "@tanstack/react-form-devtools": "^0.2.12", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/devtools/package.json b/examples/react/devtools/package.json index 3f8c9bc2c..6e25ff445 100644 --- a/examples/react/devtools/package.json +++ b/examples/react/devtools/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-devtools": "^0.7.8", "@tanstack/react-form": "^1.27.7", - "@tanstack/react-form-devtools": "^0.2.11", + "@tanstack/react-form-devtools": "^0.2.12", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/dynamic/package.json b/examples/react/dynamic/package.json index 53dd37d97..de3c8ce81 100644 --- a/examples/react/dynamic/package.json +++ b/examples/react/dynamic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-devtools": "^0.7.8", "@tanstack/react-form": "^1.27.7", - "@tanstack/react-form-devtools": "^0.2.11", + "@tanstack/react-form-devtools": "^0.2.12", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/field-errors-from-form-validators/package.json b/examples/react/field-errors-from-form-validators/package.json index fdb7e8c67..a7c7905fc 100644 --- a/examples/react/field-errors-from-form-validators/package.json +++ b/examples/react/field-errors-from-form-validators/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-devtools": "^0.7.8", "@tanstack/react-form": "^1.27.7", - "@tanstack/react-form-devtools": "^0.2.11", + "@tanstack/react-form-devtools": "^0.2.12", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/large-form/package.json b/examples/react/large-form/package.json index 7f0cfdd35..98ee8b03c 100644 --- a/examples/react/large-form/package.json +++ b/examples/react/large-form/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-devtools": "^0.7.8", "@tanstack/react-form": "^1.27.7", - "@tanstack/react-form-devtools": "^0.2.11", + "@tanstack/react-form-devtools": "^0.2.12", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/query-integration/package.json b/examples/react/query-integration/package.json index bc1674d3d..a3015db14 100644 --- a/examples/react/query-integration/package.json +++ b/examples/react/query-integration/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-devtools": "^0.7.8", "@tanstack/react-form": "^1.27.7", - "@tanstack/react-form-devtools": "^0.2.11", + "@tanstack/react-form-devtools": "^0.2.12", "@tanstack/react-query": "^5.89.0", "react": "^19.0.0", "react-dom": "^19.0.0" diff --git a/examples/react/simple/package.json b/examples/react/simple/package.json index d246f7fd0..9453c2f05 100644 --- a/examples/react/simple/package.json +++ b/examples/react/simple/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-devtools": "^0.7.8", "@tanstack/react-form": "^1.27.7", - "@tanstack/react-form-devtools": "^0.2.11", + "@tanstack/react-form-devtools": "^0.2.12", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/examples/react/standard-schema/package.json b/examples/react/standard-schema/package.json index 1ea6ed555..d260c5619 100644 --- a/examples/react/standard-schema/package.json +++ b/examples/react/standard-schema/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-devtools": "^0.7.8", "@tanstack/react-form": "^1.27.7", - "@tanstack/react-form-devtools": "^0.2.11", + "@tanstack/react-form-devtools": "^0.2.12", "arktype": "^2.1.22", "effect": "^3.17.14", "react": "^19.0.0", diff --git a/examples/react/tanstack-start/package.json b/examples/react/tanstack-start/package.json index 3d7f1490b..782aac718 100644 --- a/examples/react/tanstack-start/package.json +++ b/examples/react/tanstack-start/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-devtools": "^0.7.8", - "@tanstack/react-form-devtools": "^0.2.11", + "@tanstack/react-form-devtools": "^0.2.12", "@tanstack/react-form-start": "^1.27.7", "@tanstack/react-router": "^1.134.9", "@tanstack/react-start": "^1.134.9", diff --git a/examples/react/ui-libraries/package.json b/examples/react/ui-libraries/package.json index 4a4fc8116..944b24ebf 100644 --- a/examples/react/ui-libraries/package.json +++ b/examples/react/ui-libraries/package.json @@ -16,7 +16,7 @@ "@mui/material": "6.5.0", "@tanstack/react-devtools": "^0.7.8", "@tanstack/react-form": "^1.27.7", - "@tanstack/react-form-devtools": "^0.2.11", + "@tanstack/react-form-devtools": "^0.2.12", "@yme/lay-postcss": "0.1.0", "postcss": "8.5.6", "postcss-preset-mantine": "1.18.0", diff --git a/packages/form-devtools/CHANGELOG.md b/packages/form-devtools/CHANGELOG.md index 3386a3ad0..eaa73ca3c 100644 --- a/packages/form-devtools/CHANGELOG.md +++ b/packages/form-devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/form-devtools +## 0.2.12 + +### Patch Changes + +- Bump devtools utils to latest versions. ([#1995](https://github.com/TanStack/form/pull/1995)) + ## 0.2.11 ### Patch Changes diff --git a/packages/form-devtools/package.json b/packages/form-devtools/package.json index d508154b1..8e5cbece9 100644 --- a/packages/form-devtools/package.json +++ b/packages/form-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/form-devtools", - "version": "0.2.11", + "version": "0.2.12", "description": "Devtools, for TanStack form.", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/react-form-devtools/CHANGELOG.md b/packages/react-form-devtools/CHANGELOG.md index 005fec39e..5bb55913a 100644 --- a/packages/react-form-devtools/CHANGELOG.md +++ b/packages/react-form-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/react-form-devtools +## 0.2.12 + +### Patch Changes + +- Bump devtools utils to latest versions. ([#1995](https://github.com/TanStack/form/pull/1995)) + +- use explicit paths for the devtools production exports ([#1989](https://github.com/TanStack/form/pull/1989)) + +- Updated dependencies [[`f1c23d0`](https://github.com/TanStack/form/commit/f1c23d01e6afaf5d945d662188fdeaef00151ceb)]: + - @tanstack/form-devtools@0.2.12 + ## 0.2.11 ### Patch Changes diff --git a/packages/react-form-devtools/package.json b/packages/react-form-devtools/package.json index 5ad428b89..0101d6642 100644 --- a/packages/react-form-devtools/package.json +++ b/packages/react-form-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-form-devtools", - "version": "0.2.11", + "version": "0.2.12", "description": "Devtools, for TanStack React form.", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/solid-form-devtools/CHANGELOG.md b/packages/solid-form-devtools/CHANGELOG.md index dd3acd551..b678a8329 100644 --- a/packages/solid-form-devtools/CHANGELOG.md +++ b/packages/solid-form-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/solid-form-devtools +## 0.2.12 + +### Patch Changes + +- Bump devtools utils to latest versions. ([#1995](https://github.com/TanStack/form/pull/1995)) + +- use explicit paths for the devtools production exports ([#1989](https://github.com/TanStack/form/pull/1989)) + +- Updated dependencies [[`f1c23d0`](https://github.com/TanStack/form/commit/f1c23d01e6afaf5d945d662188fdeaef00151ceb)]: + - @tanstack/form-devtools@0.2.12 + ## 0.2.11 ### Patch Changes diff --git a/packages/solid-form-devtools/package.json b/packages/solid-form-devtools/package.json index 10b375b03..13ac4d2f6 100644 --- a/packages/solid-form-devtools/package.json +++ b/packages/solid-form-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-form-devtools", - "version": "0.2.11", + "version": "0.2.12", "description": "Solid adapter for devtools for Form.", "author": "Tanner Linsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f098d5cdf..7577d74b7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -395,7 +395,7 @@ importers: specifier: ^1.27.7 version: link:../../../packages/react-form '@tanstack/react-form-devtools': - specifier: ^0.2.11 + specifier: ^0.2.12 version: link:../../../packages/react-form-devtools react: specifier: ^19.0.0 @@ -457,7 +457,7 @@ importers: specifier: ^1.27.7 version: link:../../../packages/react-form '@tanstack/react-form-devtools': - specifier: ^0.2.11 + specifier: ^0.2.12 version: link:../../../packages/react-form-devtools react: specifier: ^19.0.0 @@ -488,7 +488,7 @@ importers: specifier: ^1.27.7 version: link:../../../packages/react-form '@tanstack/react-form-devtools': - specifier: ^0.2.11 + specifier: ^0.2.12 version: link:../../../packages/react-form-devtools react: specifier: ^19.0.0 @@ -522,7 +522,7 @@ importers: specifier: ^1.27.7 version: link:../../../packages/react-form '@tanstack/react-form-devtools': - specifier: ^0.2.11 + specifier: ^0.2.12 version: link:../../../packages/react-form-devtools react: specifier: ^19.0.0 @@ -553,7 +553,7 @@ importers: specifier: ^1.27.7 version: link:../../../packages/react-form '@tanstack/react-form-devtools': - specifier: ^0.2.11 + specifier: ^0.2.12 version: link:../../../packages/react-form-devtools react: specifier: ^19.0.0 @@ -615,7 +615,7 @@ importers: specifier: ^1.27.7 version: link:../../../packages/react-form '@tanstack/react-form-devtools': - specifier: ^0.2.11 + specifier: ^0.2.12 version: link:../../../packages/react-form-devtools '@tanstack/react-query': specifier: ^5.89.0 @@ -695,7 +695,7 @@ importers: specifier: ^1.27.7 version: link:../../../packages/react-form '@tanstack/react-form-devtools': - specifier: ^0.2.11 + specifier: ^0.2.12 version: link:../../../packages/react-form-devtools react: specifier: ^19.0.0 @@ -726,7 +726,7 @@ importers: specifier: ^1.27.7 version: link:../../../packages/react-form '@tanstack/react-form-devtools': - specifier: ^0.2.11 + specifier: ^0.2.12 version: link:../../../packages/react-form-devtools arktype: specifier: ^2.1.22 @@ -766,7 +766,7 @@ importers: specifier: ^0.7.8 version: 0.7.8(@types/react-dom@19.1.5(@types/react@19.1.6))(@types/react@19.1.6)(csstype@3.1.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(solid-js@1.9.9) '@tanstack/react-form-devtools': - specifier: ^0.2.11 + specifier: ^0.2.12 version: link:../../../packages/react-form-devtools '@tanstack/react-form-start': specifier: ^1.27.7 @@ -833,7 +833,7 @@ importers: specifier: ^1.27.7 version: link:../../../packages/react-form '@tanstack/react-form-devtools': - specifier: ^0.2.11 + specifier: ^0.2.12 version: link:../../../packages/react-form-devtools '@yme/lay-postcss': specifier: 0.1.0