Skip to content

Commit 3e9d5f8

Browse files
chore(main): release @onebeyond/react-form-builder 2.3.3 (#277)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a46d8e4 commit 3e9d5f8

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.2"
2+
".": "2.3.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,13 @@
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.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)
703+
704+
705+
### 📝 Docs
706+
707+
* **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))
708+
702709
## [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)
703710

704711

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.2",
3+
"version": "2.3.3",
44
"description": "React from builder using json schema",
55
"author": "One Beyond",
66
"license": "MIT",

0 commit comments

Comments
 (0)