Skip to content

Commit

Permalink
chore(main): release @onebeyond/react-form-builder 2.3.2 (#259)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
1 parent 39fa184 commit a99f5be
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.3.1"
".": "2.3.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,18 @@
* countryQuestion testing ([73237ecd](https://github.com/onebeyond/react-form-builder/commit/73237ecd9739680a15fc0ea860d3f88606b0570e))
* **wip:** fixing tests ([b4305806](https://github.com/onebeyond/react-form-builder/commit/b4305806da274a97ac1dc291048862cbd83d6cf7))

## [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)


### 🐛 Bug Fixes

* 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))


### 📝 Docs

* fix typos in README ([#256](https://github.com/onebeyond/react-form-builder/issues/256)) ([23c1720](https://github.com/onebeyond/react-form-builder/commit/23c1720fd672995513734fedccbbc3298531a8a5))

## [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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onebeyond/react-form-builder",
"version": "2.3.1",
"version": "2.3.2",
"description": "React from builder using json schema",
"author": "One Beyond",
"license": "MIT",
Expand Down

0 comments on commit a99f5be

Please sign in to comment.