Skip to content

Commit

Permalink
chore(release): 3.19.7 [skip ci]
Browse files Browse the repository at this point in the history
## [3.19.7](v3.19.6...v3.19.7) (2024-03-13)

### Bug Fixes

* restoring value of typeUserAttr select with attributeName className ([d9d59af](d9d59af))
* take a copy of typeUserAttr when processing ([7366ddc](7366ddc))
  • Loading branch information
semantic-release-bot committed Mar 13, 2024
1 parent 7366ddc commit e4fe320
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.19.7](https://github.com/kevinchappell/formBuilder/compare/v3.19.6...v3.19.7) (2024-03-13)


### Bug Fixes

* restoring value of typeUserAttr select with attributeName className ([d9d59af](https://github.com/kevinchappell/formBuilder/commit/d9d59af9adc1e48ce8ce1061ef6135e2d066086c))
* take a copy of typeUserAttr when processing ([7366ddc](https://github.com/kevinchappell/formBuilder/commit/7366ddc327982d85e52685e3c129f47d78361bac))

## [3.19.6](https://github.com/kevinchappell/formBuilder/compare/v3.19.5...v3.19.6) (2024-03-13)


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

0 comments on commit e4fe320

Please sign in to comment.