From f1ce895993d3eee8200d5ce860e03aafc9f3fff0 Mon Sep 17 00:00:00 2001 From: lane-formio Date: Mon, 16 Dec 2024 16:58:18 -0600 Subject: [PATCH] Updated build --- Changelog.md | 3 ++- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index 19c4dbfdee..cbc5df1014 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased: 5.1.0-rc.2] +## 5.1.0-rc.2 ### Changed + - Updated @formio/core@2.4.0-rc.2 - FIO-9159: change clearOnHide behavior to track conditionally hidden state rather than mere visibility ## 5.1.0-rc.1 diff --git a/package.json b/package.json index 3ed2ed8336..052904afe9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.1.0-rc.1", + "version": "5.1.0-rc.2", "description": "JavaScript powered Forms with JSON Form Builder", "main": "lib/cjs/index.js", "exports": { @@ -81,7 +81,7 @@ "dependencies": { "@formio/bootstrap": "3.1.0-rc.1", "@formio/choices.js": "^10.2.1", - "@formio/core": "2.4.0-rc.1", + "@formio/core": "2.4.0-rc.2", "@formio/text-mask-addons": "^3.8.0-formio.4", "@formio/vanilla-text-mask": "^5.1.1-formio.1", "abortcontroller-polyfill": "^1.7.5", diff --git a/yarn.lock b/yarn.lock index d42421479f..3c47348d7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -223,10 +223,10 @@ fuse.js "^6.6.2" redux "^4.2.0" -"@formio/core@2.4.0-rc.1": - version "2.4.0-rc.1" - resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.4.0-rc.1.tgz#1a813cf6e97ac071faf2da39d9ba40bd2273eab6" - integrity sha512-eLlkzj6pb4NMsHLqZv4LkI2n9dG7nFz0TnQI028ZlqHHcQImhr1m/+o4XF+aUFBOPvGx3eIQLPjEV62O4lWZ4A== +"@formio/core@2.4.0-rc.2": + version "2.4.0-rc.2" + resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.4.0-rc.2.tgz#4a72d19cff4077758a181cc8521a8769f418d191" + integrity sha512-xgEyupSKBIRlfTXW9wDVKMoaC+j4AkMfd2XyMnuUPgDn2oe9XAocRJej4N5SmHL9FZQ7TG+Bd2G5bTY2g4uO5Q== dependencies: browser-cookies "^1.2.0" core-js "^3.39.0"