Skip to content

Commit 198d476

Browse files
chore(main): release @onebeyond/react-form-builder 2.3.4 (#279)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 62cc1d4 commit 198d476

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.3"
2+
".": "2.3.4"
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.4](https://github.com/onebeyond/react-form-builder/compare/@onebeyond/react-form-builder-v2.3.3...@onebeyond/react-form-builder-v2.3.4) (2025-01-24)
703+
704+
705+
### 🐛 Bug Fixes
706+
707+
* improve multi-checkbox to disabled when selected option with a true disableOthers ([#278](https://github.com/onebeyond/react-form-builder/issues/278)) ([62cc1d4](https://github.com/onebeyond/react-form-builder/commit/62cc1d471348f1ff1e4537e35bb4a72bf943c8c3))
708+
702709
## [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)
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.3",
3+
"version": "2.3.4",
44
"description": "React from builder using json schema",
55
"author": "One Beyond",
66
"license": "MIT",

0 commit comments

Comments
 (0)