From 75f1522dca4623b3b06a56fb30e14b12537bfc38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:26:59 +0000 Subject: [PATCH] chore: version packages --- .changeset/release-4-0-4.md | 8 -------- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 8 ++++++-- packages/devtools/CHANGELOG.md | 8 ++++++++ packages/devtools/package.json | 16 +++++++++++++--- packages/next/CHANGELOG.md | 8 ++++++++ packages/next/package.json | 17 ++++++++++++++--- packages/standalone/CHANGELOG.md | 8 ++++++++ packages/standalone/package.json | 8 ++++++-- 9 files changed, 69 insertions(+), 18 deletions(-) delete mode 100644 .changeset/release-4-0-4.md diff --git a/.changeset/release-4-0-4.md b/.changeset/release-4-0-4.md deleted file mode 100644 index 472be7b..0000000 --- a/.changeset/release-4-0-4.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'hookform-action': patch -'hookform-action-core': patch -'hookform-action-standalone': patch -'hookform-action-devtools': patch ---- - -Publish a patch release with the latest docs, examples, lint/format alignment, and core adapter consistency updates. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d59738d..93f7dda 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # next-action-form +## 4.0.4 + +### Patch Changes + +- 75f54f6: Publish a patch release with the latest docs, examples, lint/format alignment, and core adapter consistency updates. + ## 5.0.0 ### Major Changes diff --git a/packages/core/package.json b/packages/core/package.json index 4695595..bd938d9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hookform-action-core", - "version": "4.0.3", + "version": "4.0.4", "description": "Framework-agnostic core for typed React Hook Form submit flows: withZod, error mapping, optimistic UI, and persistence.", "keywords": [ "next.js", @@ -78,7 +78,11 @@ } } }, - "files": ["dist", "README.md", "LICENSE"], + "files": [ + "dist", + "README.md", + "LICENSE" + ], "sideEffects": false, "scripts": { "build": "tsup", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 94b0546..c17c7e1 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @next-action-form/devtools +## 4.0.4 + +### Patch Changes + +- 75f54f6: Publish a patch release with the latest docs, examples, lint/format alignment, and core adapter consistency updates. +- Updated dependencies [75f54f6] + - hookform-action-core@4.0.4 + ## 5.0.0 ### Major Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index e3fdef6..110f6c8 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,8 +1,14 @@ { "name": "hookform-action-devtools", - "version": "4.0.3", + "version": "4.0.4", "description": "DevTools panel for hookform-action typed submit flows: inspect form state, submissions, and optimistic UI behavior.", - "keywords": ["react-hook-form", "devtools", "form", "debug", "inspector"], + "keywords": [ + "react-hook-form", + "devtools", + "form", + "debug", + "inspector" + ], "license": "MIT", "author": "", "repository": { @@ -25,7 +31,11 @@ } } }, - "files": ["dist", "README.md", "LICENSE"], + "files": [ + "dist", + "README.md", + "LICENSE" + ], "sideEffects": false, "scripts": { "build": "tsup", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index 6dc447f..71d5694 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,13 @@ # @next-action-form/next +## 4.0.4 + +### Patch Changes + +- 75f54f6: Publish a patch release with the latest docs, examples, lint/format alignment, and core adapter consistency updates. +- Updated dependencies [75f54f6] + - hookform-action-core@4.0.4 + ## 5.0.0 ### Major Changes diff --git a/packages/next/package.json b/packages/next/package.json index 26e30b8..6b1674d 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,8 +1,15 @@ { "name": "hookform-action", - "version": "4.0.3", + "version": "4.0.4", "description": "Typed submit flows for React Hook Form + Next.js Server Actions, with Zod mapping, optimistic UI, persistence, and DevTools.", - "keywords": ["next.js", "react-hook-form", "server-actions", "form", "validation", "typescript"], + "keywords": [ + "next.js", + "react-hook-form", + "server-actions", + "form", + "validation", + "typescript" + ], "license": "MIT", "author": "", "repository": { @@ -25,7 +32,11 @@ } } }, - "files": ["dist", "README.md", "LICENSE"], + "files": [ + "dist", + "README.md", + "LICENSE" + ], "sideEffects": false, "scripts": { "build": "tsup", diff --git a/packages/standalone/CHANGELOG.md b/packages/standalone/CHANGELOG.md index 16390bf..3620ccf 100644 --- a/packages/standalone/CHANGELOG.md +++ b/packages/standalone/CHANGELOG.md @@ -1,5 +1,13 @@ # @next-action-form/standalone +## 4.0.4 + +### Patch Changes + +- 75f54f6: Publish a patch release with the latest docs, examples, lint/format alignment, and core adapter consistency updates. +- Updated dependencies [75f54f6] + - hookform-action-core@4.0.4 + ## 5.0.0 ### Major Changes diff --git a/packages/standalone/package.json b/packages/standalone/package.json index b6787ff..f148ef3 100644 --- a/packages/standalone/package.json +++ b/packages/standalone/package.json @@ -1,6 +1,6 @@ { "name": "hookform-action-standalone", - "version": "4.0.3", + "version": "4.0.4", "description": "Standalone typed submit flows for React Hook Form with Zod mapping, optimistic UI, persistence, and DevTools.", "keywords": [ "react", @@ -35,7 +35,11 @@ } } }, - "files": ["dist", "README.md", "LICENSE"], + "files": [ + "dist", + "README.md", + "LICENSE" + ], "sideEffects": false, "scripts": { "build": "tsup",