Skip to content

Commit c80ff92

Browse files
chore(main): release @onebeyond/react-form-builder 2.3.5 (#283)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 436caae commit c80ff92

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.4"
2+
".": "2.3.5"
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.5](https://github.com/onebeyond/react-form-builder/compare/@onebeyond/react-form-builder-v2.3.4...@onebeyond/react-form-builder-v2.3.5) (2025-10-17)
703+
704+
705+
### 🐛 Bug Fixes
706+
707+
* form crashing when no default country given ([#282](https://github.com/onebeyond/react-form-builder/issues/282)) ([436caae](https://github.com/onebeyond/react-form-builder/commit/436caae845eaae7749ccb2d5552c66656917a337))
708+
702709
## [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)
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.4",
3+
"version": "2.3.5",
44
"description": "React from builder using json schema",
55
"author": "One Beyond",
66
"license": "MIT",

0 commit comments

Comments
 (0)