Skip to content

Commit 4e76146

Browse files
committed
chore(release): v1.6.2
1 parent 1fedc15 commit 4e76146

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.6.2](https://github.com/easy-form/react-form-simple/compare/v1.5.2...v1.6.2) (2025-07-21)
4+
5+
### Bug Fixes
6+
7+
- fix setValue with setValues bug ([f792a3c](https://github.com/easy-form/react-form-simple/commit/f792a3cfe1306146539c8507dd2f287b3ab706f3))
8+
39
## [1.5.2](https://github.com/easy-form/react-form-simple/compare/v1.5.1...v1.5.2) (2024-07-10)
410

511
### Bug Fixes
@@ -10,7 +16,7 @@
1016

1117
- add global useWatch\useSubscribe and form.watch ([8616687](https://github.com/easy-form/react-form-simple/commit/8616687e750bdaa5304cda9887484aeba412583c))
1218
- add vaildate select field vaild ([eb5a9b7](https://github.com/easy-form/react-form-simple/commit/eb5a9b70a0d53e1dbc22d3635f629665cb035654))
13-
19+
1420
## [1.4.6](https://github.com/easy-form/react-form-simple/compare/v1.4.5...v1.4.6) (2024-04-27)
1521

1622
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-form-simple",
3-
"version": "1.5.2",
3+
"version": "1.6.2",
44
"description": "A form library for quickly controlling react form input",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)