Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/release-4-0-4.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 6 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -78,7 +78,11 @@
}
}
},
"files": ["dist", "README.md", "LICENSE"],
"files": [
"dist",
"README.md",
"LICENSE"
],
"sideEffects": false,
"scripts": {
"build": "tsup",
Expand Down
8 changes: 8 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 13 additions & 3 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -25,7 +31,11 @@
}
}
},
"files": ["dist", "README.md", "LICENSE"],
"files": [
"dist",
"README.md",
"LICENSE"
],
"sideEffects": false,
"scripts": {
"build": "tsup",
Expand Down
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
17 changes: 14 additions & 3 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -25,7 +32,11 @@
}
}
},
"files": ["dist", "README.md", "LICENSE"],
"files": [
"dist",
"README.md",
"LICENSE"
],
"sideEffects": false,
"scripts": {
"build": "tsup",
Expand Down
8 changes: 8 additions & 0 deletions packages/standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 6 additions & 2 deletions packages/standalone/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -35,7 +35,11 @@
}
}
},
"files": ["dist", "README.md", "LICENSE"],
"files": [
"dist",
"README.md",
"LICENSE"
],
"sideEffects": false,
"scripts": {
"build": "tsup",
Expand Down