From bba9025fd4b72121ee0d263f1857e0276a72b670 Mon Sep 17 00:00:00 2001 From: lane-formio Date: Fri, 4 Oct 2024 16:18:14 -0500 Subject: [PATCH] Updated build --- Changelog.md | 5 +++++ package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index 856c91cca5..2f3cfa2c1a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,11 @@ 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/). +## 5.0.0-rc.90 +### Changed + - Updated @formio/core@2.3.0-rc.9 + - FIO-9127 fixed saving empty values for Day component with hidden fields + ## 5.0.0-rc.89 ### Changed - Updated @formio/core@2.3.0-rc.8 diff --git a/package.json b/package.json index fce9ffc80f..d00e388dc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.89", + "version": "5.0.0-rc.90", "description": "JavaScript powered Forms with JSON Form Builder", "main": "lib/cjs/index.js", "exports": { @@ -81,7 +81,7 @@ "dependencies": { "@formio/bootstrap": "3.0.0-rc.37", "@formio/choices.js": "^10.2.1", - "@formio/core": "2.3.0-rc.8", + "@formio/core": "2.3.0-rc.9", "@formio/text-mask-addons": "^3.8.0-formio.2", "@formio/vanilla-text-mask": "^5.1.1-formio.1", "abortcontroller-polyfill": "^1.7.5", diff --git a/yarn.lock b/yarn.lock index e4f289c57b..b0eba610a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -275,10 +275,10 @@ fuse.js "^6.6.2" redux "^4.2.0" -"@formio/core@2.3.0-rc.8": - version "2.3.0-rc.8" - resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.8.tgz#88c382d280e1e1d678885ea9e96000c099ffbb4d" - integrity sha512-R3Ox4wFx31up4eYyGu4cIazVa0hpRKBqPdny4wPEgSNXi/AqHCqNQUKYV3821roIYfjDBIU2+ZpJQjMnbZDOHw== +"@formio/core@2.3.0-rc.9": + version "2.3.0-rc.9" + resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.9.tgz#4bf7f5ff3565e629f9c96dc1daa594ab3d629d00" + integrity sha512-ITlXXFqc1k4SX1WzBHIAAhXIl9aPYC1lUkGRtIiJ+SoCziMql2wCAqWSyFiKLBMRj7qsbaNP5eqVrB0aYHdErw== dependencies: "@types/json-logic-js" "^2.0.7" browser-cookies "^1.2.0"