From b34c8bf18c9c12e48073e55671cd7ea47859e23c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Oct 2023 03:58:11 +0000 Subject: [PATCH] chore(release): 3.16.2 [skip ci] ## [3.16.2](https://github.com/kevinchappell/formBuilder/compare/v3.16.1...v3.16.2) (2023-10-19) ### Bug Fixes * don't bother lifting col/row classes if we don't have any to lift ([e012b8b](https://github.com/kevinchappell/formBuilder/commit/e012b8b105e843429c1eb63139c732333c0a95aa)) * fix lifting bootstrap col/row fields for autocomplete ([62b8e3b](https://github.com/kevinchappell/formBuilder/commit/62b8e3bf03b618103c871a1c3975553bc5d877c6)) * initialise formRender with an empty formData in cases when no formData is provided, otherwise we are unable to perform setData/render functions on the container ([48700de](https://github.com/kevinchappell/formBuilder/commit/48700de9984295a77c8e7a7f45350cfbe9f7f928)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a0bc83f..68bbec1e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.16.2](https://github.com/kevinchappell/formBuilder/compare/v3.16.1...v3.16.2) (2023-10-19) + + +### Bug Fixes + +* don't bother lifting col/row classes if we don't have any to lift ([e012b8b](https://github.com/kevinchappell/formBuilder/commit/e012b8b105e843429c1eb63139c732333c0a95aa)) +* fix lifting bootstrap col/row fields for autocomplete ([62b8e3b](https://github.com/kevinchappell/formBuilder/commit/62b8e3bf03b618103c871a1c3975553bc5d877c6)) +* initialise formRender with an empty formData in cases when no formData is provided, otherwise we are unable to perform setData/render functions on the container ([48700de](https://github.com/kevinchappell/formBuilder/commit/48700de9984295a77c8e7a7f45350cfbe9f7f928)) + ## [3.16.1](https://github.com/kevinchappell/formBuilder/compare/v3.16.0...v3.16.1) (2023-10-19) diff --git a/package-lock.json b/package-lock.json index a6399a540..8be435731 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "formBuilder", - "version": "3.16.1", + "version": "3.16.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "formBuilder", - "version": "3.16.1", + "version": "3.16.2", "license": "MIT", "dependencies": { "jquery": ">=3.4.1", diff --git a/package.json b/package.json index 99c621dcd..38c817685 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formBuilder", - "version": "3.16.1", + "version": "3.16.2", "main": "dist/form-builder.min.js", "homepage": "https://formbuilder.online/", "repository": {