From b748123078cae0161491fb502ab44806ebd1a6ef Mon Sep 17 00:00:00 2001 From: lane-formio Date: Wed, 17 Jul 2024 14:40:35 -0500 Subject: [PATCH] Updated build --- Changelog.md | 8 ++++++++ package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index 98e52bc1d0..eaf25ffd21 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,14 @@ 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.67 +### Changed + - Updated @formio/core@2.2.0-rc.5 + - FIO-8633 fixed icon name for Edit Grid + - FIO-8645: day component required validation error not correct + - FIO-8688 fixed 'global is not defined' error message + - FIO-8639 fixed error when adding address component + ## 5.0.0-rc.66 ### Changed - FIO-8652: DataGrid does not reorder diff --git a/package.json b/package.json index aa72d09088..036a150c0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.66", + "version": "5.0.0-rc.67", "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.36", "@formio/choices.js": "^10.2.1", - "@formio/core": "2.2.0-rc.4", + "@formio/core": "2.2.0-rc.5", "@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 6279c8c091..24cd66c0c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -275,10 +275,10 @@ fuse.js "^6.6.2" redux "^4.2.0" -"@formio/core@2.2.0-rc.4": - version "2.2.0-rc.4" - resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.2.0-rc.4.tgz#63b41a6898f2962c56cc7b48b9be846a8375b42b" - integrity sha512-UrEwNBrOgCbajRtMLzAEBBritSsQpm/HspDLyvFw6e711KYz5yPVk/175Os69FGJAhbP3dmJ3rpS2OeZimxkSQ== +"@formio/core@2.2.0-rc.5": + version "2.2.0-rc.5" + resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.2.0-rc.5.tgz#0e799ad498315512371f2de8d468d73488eacfa5" + integrity sha512-dioadtRRzPdcS+viXp1s2ad+CnrT7mjGEm+6ZWirbCsFQHnUkvv2qCv062ytDMVRgQLZIAV9FfR1Z1zXfuUBpw== dependencies: "@types/json-logic-js" "^2.0.7" browser-cookies "^1.2.0"