Skip to content

Commit 1a532ea

Browse files
committed
chore: release v2.4.4
1 parent 76d8622 commit 1a532ea

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v2.4.3](https://github.com/formsy/formsy-react/compare/v2.4.2...v2.4.3)
8+
9+
> 15 May 2026
10+
11+
- chore: release v2.4.3 [`8a44aa5`](https://github.com/formsy/formsy-react/commit/8a44aa5caa64e32e43420392b91c003abb55d50c)
12+
- bump the lock [`86a6c03`](https://github.com/formsy/formsy-react/commit/86a6c037bcb3d875a046487544f09da47731294c)
13+
714
#### [v2.4.2](https://github.com/formsy/formsy-react/compare/v2.4.1...v2.4.2)
815

916
> 15 May 2026
@@ -97,7 +104,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
97104

98105
> 21 January 2021
99106
100-
- Add "formElement" props to allow any element to be render as a form [`#599`](https://github.com/formsy/formsy-react/pull/599)
107+
- Add "formElement" props to allow any element to be render as a form [`#599`](https://github.com/formsy/formsy-react/pull/599)
101108

102109
#### [v2.2.2](https://github.com/formsy/formsy-react/compare/v2.2.1...v2.2.2)
103110

@@ -497,7 +504,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
497504
- Relax react peerDependency to minor level (0.13.x instead of ^0.13.1) [`#172`](https://github.com/formsy/formsy-react/pull/172)
498505
- Update main.js [`#160`](https://github.com/formsy/formsy-react/pull/160)
499506
- fix typo [`#156`](https://github.com/formsy/formsy-react/pull/156)
500-
- - Fixed mapModel issue when input name is nested [`#153`](https://github.com/formsy/formsy-react/pull/153)
507+
- * Fixed mapModel issue when input name is nested [`#153`](https://github.com/formsy/formsy-react/pull/153)
501508
- Made passing all props, except `onSubmit` [`#148`](https://github.com/formsy/formsy-react/pull/148)
502509
- fix typo [`#149`](https://github.com/formsy/formsy-react/pull/149)
503510
- Changed validation behaviour [`#138`](https://github.com/formsy/formsy-react/pull/138)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formsy-react",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"description": "A form input builder and validator for React",
55
"keywords": [
66
"form",

0 commit comments

Comments
 (0)