From 1c962da489f6b4e136e6ef35819593a943843fa7 Mon Sep 17 00:00:00 2001
From: lane-formio <lane@form.io>
Date: Thu, 18 Jul 2024 15:38:20 -0500
Subject: [PATCH] Updated build

---
 Changelog.md | 4 ++++
 package.json | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

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": {