Skip to content

Commit

Permalink
chore(release): 3.19.10 [skip ci]
Browse files Browse the repository at this point in the history
## [3.19.10](v3.19.9...v3.19.10) (2024-07-04)

### Bug Fixes

* add in check for .length to ensure we are within the stage-wrap ([d9695cc](d9695cc))
* make css selectors more specific when identifying form control wrap and input-controls ([44c94f6](44c94f6))
  • Loading branch information
semantic-release-bot committed Jul 4, 2024
1 parent 9bdca40 commit 6bed8f2
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.10](https://github.com/kevinchappell/formBuilder/compare/v3.19.9...v3.19.10) (2024-07-04)


### Bug Fixes

* add in check for .length to ensure we are within the stage-wrap ([d9695cc](https://github.com/kevinchappell/formBuilder/commit/d9695cc056b81a04dc79f2e59fd9cf8a2990dbfc))
* make css selectors more specific when identifying form control wrap and input-controls ([44c94f6](https://github.com/kevinchappell/formBuilder/commit/44c94f60f4444f70ddbc3523c43bf2dd5364c8ef))

## [3.19.9](https://github.com/kevinchappell/formBuilder/compare/v3.19.8...v3.19.9) (2024-07-04)


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

0 comments on commit 6bed8f2

Please sign in to comment.