Skip to content

Commit 830df98

Browse files
chore(main): release @onebeyond/react-form-builder 2.3.1 (#236)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 269ddef commit 830df98

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.0"
2+
".": "2.3.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,18 @@
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.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)
703+
704+
705+
### 🔧 Others
706+
707+
* **deps:** bump github/codeql-action from 3.24.8 to 3.24.10 ([#229](https://github.com/onebeyond/react-form-builder/issues/229)) ([c5db271](https://github.com/onebeyond/react-form-builder/commit/c5db271684437f2b16dc3b8dd619afe88e1f3c74))
708+
709+
710+
### 🎨 Styling
711+
712+
* add classname to textarea when it has errors ([#237](https://github.com/onebeyond/react-form-builder/issues/237)) ([269ddef](https://github.com/onebeyond/react-form-builder/commit/269ddef1b6432d36f837c34b7b86243e5ee30683))
713+
702714
## [2.3.0](https://github.com/onebeyond/react-form-builder/compare/@onebeyond/react-form-builder-v2.2.0...@onebeyond/react-form-builder-v2.3.0) (2024-04-10)
703715

704716

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

0 commit comments

Comments
 (0)