From e366345f8c8a9c19c8dc4b6102b7df1cb39a40d7 Mon Sep 17 00:00:00 2001 From: lane-formio Date: Mon, 30 Sep 2024 19:11:58 -0500 Subject: [PATCH] Updated build --- Changelog.md | 4 ++++ package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8623fc9b09..b69a088160 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ 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.88 +### Changed + - Updated @formio/core@2.3.0-rc.7 + ## 5.0.0-rc.87 ### Changed - FIO-9059: fixed an issue where the value for textarea with json datatype is not normalized and set correctly diff --git a/package.json b/package.json index 1a0d5e5c55..c22e755dcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.87", + "version": "5.0.0-rc.88", "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.6", + "@formio/core": "2.3.0-rc.7", "@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 d9b513d773..552f2173a6 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.6": - version "2.3.0-rc.6" - resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.6.tgz#acdeac37fa838ff68e93b47e4efc53c17ac8f417" - integrity sha512-bv3EtULlU0JNN8rYUSYKvW71YED9xsxQE8MGHKy2QNOpyP3jpVrdSTZrCRCna8wAs3X7VzHtm7Hd3uNiBVKrPA== +"@formio/core@2.3.0-rc.7": + version "2.3.0-rc.7" + resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.7.tgz#a619fa2b53611af94e7587928520fe08c7f2f0ad" + integrity sha512-+mgibVE6frgUNbAUUFbXibNMY50R2qNic2iE7czncIoo/k0IfrhtmFe6KwFth+dXBNX6DRbVo91RYkUfkEzKYw== dependencies: "@types/json-logic-js" "^2.0.7" browser-cookies "^1.2.0"