Skip to content

Commit

Permalink
chore(release): 3.17.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.17.2](v3.17.1...v3.17.2) (2023-12-08)

### Bug Fixes

* For TextArea control have made the value input a textarea and not a single input[type=text] value. Formatting of TextAreas is now preserved. ([0b64d37](0b64d37))
* For TextArea control have made the value input a textarea and not a single input[type=text] value. Formatting of TextAreas is now preserved. ([8da4cb5](8da4cb5))
  • Loading branch information
semantic-release-bot committed Dec 8, 2023
1 parent ad01ca9 commit 00610e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.17.2](https://github.com/kevinchappell/formBuilder/compare/v3.17.1...v3.17.2) (2023-12-08)


### Bug Fixes

* For TextArea control have made the value input a textarea and not a single input[type=text] value. Formatting of TextAreas is now preserved. ([0b64d37](https://github.com/kevinchappell/formBuilder/commit/0b64d37c62ad44966817db3371b4e75f3da9da40))
* For TextArea control have made the value input a textarea and not a single input[type=text] value. Formatting of TextAreas is now preserved. ([8da4cb5](https://github.com/kevinchappell/formBuilder/commit/8da4cb54a08f5ea5386c3f9b7565cd20b20b4b33))

## [3.17.1](https://github.com/kevinchappell/formBuilder/compare/v3.17.0...v3.17.1) (2023-12-08)


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": "formBuilder",
"version": "3.17.1",
"version": "3.17.2",
"main": "dist/form-builder.min.js",
"homepage": "https://formbuilder.online/",
"repository": {
Expand Down

0 comments on commit 00610e2

Please sign in to comment.