Skip to content

Commit

Permalink
chore(main): release @onebeyond/react-form-builder 2.3.3 (#277)
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 Nov 12, 2024
1 parent a46d8e4 commit 3e9d5f8
Show file tree
Hide file tree
Showing 4 changed files with 11 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.2"
".": "2.3.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,13 @@
* 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.3](https://github.com/onebeyond/react-form-builder/compare/@onebeyond/react-form-builder-v2.3.2...@onebeyond/react-form-builder-v2.3.3) (2024-11-12)


### 📝 Docs

* **multiple-checkboxes:** add `disableOthers` to option config docs ([#276](https://github.com/onebeyond/react-form-builder/issues/276)) ([a46d8e4](https://github.com/onebeyond/react-form-builder/commit/a46d8e420aec9348b264dfd41170b8cdb59e75ec))

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


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.2",
"version": "2.3.3",
"description": "React from builder using json schema",
"author": "One Beyond",
"license": "MIT",
Expand Down

0 comments on commit 3e9d5f8

Please sign in to comment.