From 34e8d5bb8f72df16fbfdc9b44d3331abcf4cd72e Mon Sep 17 00:00:00 2001 From: lane-formio Date: Tue, 17 Sep 2024 12:21:56 -0500 Subject: [PATCH] Updated build --- Changelog.md | 7 +++++++ package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8e3c79ba1d..2bfd89cb1f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,13 @@ 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.81 +### Changed + - Updated @formio/core@2.3.0-rc.3 + - FIO-8991: fixed an issue where select value (when it is array with numbers) does not display in submission grid + - FIO-8951: Updated conditions for selectData and added logic to clear selectData + - FIO-9010 fixed disappearance of components inside Columns after editing + ## 5.0.0-rc.80 ### Changed - Updated @formio/core@2.2.3-rc.2 diff --git a/package.json b/package.json index 543ffa92cc..5eaa3a6525 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.80", + "version": "5.0.0-rc.81", "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.2.3-rc.2", + "@formio/core": "2.3.0-rc.3", "@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 aa7ab6064c..6b323ecaeb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -275,10 +275,10 @@ fuse.js "^6.6.2" redux "^4.2.0" -"@formio/core@2.2.3-rc.2": - version "2.2.3-rc.2" - resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.2.3-rc.2.tgz#c2cd9007f4840e3a2449c8ad4135d05508e6d067" - integrity sha512-exDP6r+tvyPKwOqWOgLa4WaDFtPJ71+JqaLB2xWHDmMOVGyXd95rl8Y6fGOeuzCmcFaj8fs7qFglTmuFZioCyA== +"@formio/core@2.3.0-rc.3": + version "2.3.0-rc.3" + resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.3.tgz#f59b9bcdf8b4f1a437edb5d15d96d42be631864d" + integrity sha512-IU4/AZCxNxTxC9Z/21PsooO97YhWIb0yFq3IaG8k5oEKQPEHt+teUfprcU1nY4FN1SIGZSfnP7ER49BBvB81iA== dependencies: "@types/json-logic-js" "^2.0.7" browser-cookies "^1.2.0"