diff --git a/Changelog.md b/Changelog.md index 2d44a266..3e8a7c93 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 2.1.1-rc.7 +### Changed + - fixing child components being displayed when they should be removed when clearOnHide is set + ## 2.1.1-rc.6 ### Changed - FIO-8537: Fixing the filter processor to handle nested component data properly. diff --git a/package.json b/package.json index 584d8cbc..a49430ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/core", - "version": "2.1.1-rc.6", + "version": "2.1.1-rc.7", "description": "The core Form.io renderering framework.", "main": "lib/index.js", "exports": {