Skip to content

Commit a99f5be

Browse files
chore(main): release @onebeyond/react-form-builder 2.3.2 (#259)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 39fa184 commit a99f5be

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.1"
2+
".": "2.3.2"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,18 @@
699699
* countryQuestion testing ([73237ecd](https://github.com/onebeyond/react-form-builder/commit/73237ecd9739680a15fc0ea860d3f88606b0570e))
700700
* **wip:** fixing tests ([b4305806](https://github.com/onebeyond/react-form-builder/commit/b4305806da274a97ac1dc291048862cbd83d6cf7))
701701

702+
## [2.3.2](https://github.com/onebeyond/react-form-builder/compare/@onebeyond/react-form-builder-v2.3.1...@onebeyond/react-form-builder-v2.3.2) (2024-08-22)
703+
704+
705+
### 🐛 Bug Fixes
706+
707+
* handle undefined item in select noEmpty validation and remove phone input default value ([#275](https://github.com/onebeyond/react-form-builder/issues/275)) ([39fa184](https://github.com/onebeyond/react-form-builder/commit/39fa1844252baa7fe8c4db99aad413f1d560d67e))
708+
709+
710+
### 📝 Docs
711+
712+
* fix typos in README ([#256](https://github.com/onebeyond/react-form-builder/issues/256)) ([23c1720](https://github.com/onebeyond/react-form-builder/commit/23c1720fd672995513734fedccbbc3298531a8a5))
713+
702714
## [2.3.1](https://github.com/onebeyond/react-form-builder/compare/@onebeyond/react-form-builder-v2.3.0...@onebeyond/react-form-builder-v2.3.1) (2024-04-10)
703715

704716

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onebeyond/react-form-builder",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "React from builder using json schema",
55
"author": "One Beyond",
66
"license": "MIT",

0 commit comments

Comments
 (0)