react-form-manage 1.0.6-beta.4 → 1.0.6-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,10 +2,11 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [1.0.6-beta.4] - 2026-01-22
5
+ ## [1.0.6-beta.5] - 2026-01-22
6
6
 
7
7
  - Update README with validation rule examples (pattern, async validator)
8
8
  - Remove Vite template boilerplate from docs
9
+ - Republish docs to npm
9
10
 
10
11
  ## [1.0.6-beta.3] - 2026-01-22
11
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-form-manage",
3
- "version": "1.0.6-beta.4",
3
+ "version": "1.0.6-beta.5",
4
4
  "description": "Lightweight React form management with list and listener support.",
5
5
  "license": "MIT",
6
6
  "type": "module",