From 66f99651bcebae59030d3f26a62f573366b606b3 Mon Sep 17 00:00:00 2001 From: lane-formio Date: Mon, 23 Sep 2024 16:34:09 -0500 Subject: [PATCH] Updated build --- Changelog.md | 5 ++++- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index 9f0386cb73..0cfbe5b8ce 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +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/). -## [Unreleased: 5.0.0-rc.85] +## 5.0.0-rc.85 +### Changed + - Updated @formio/core@2.3.0-rc.4 + ### Changed - FIO-8719 fixed error message display for nested wizard components - FIO-8962 Fixed screen shifting when validation errors pop up in an embedded Wizard form diff --git a/package.json b/package.json index a404679117..a118ec7b7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.84", + "version": "5.0.0-rc.85", "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.3", + "@formio/core": "2.3.0-rc.4", "@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 6b323ecaeb..ee72855c20 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.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== +"@formio/core@2.3.0-rc.4": + version "2.3.0-rc.4" + resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.4.tgz#90de81e8d053225176af05b49bd833f8b06f138a" + integrity sha512-mp6iYa/dW9EH13lTjsBlBasXBgi4nuY9mWWIvlOrMCE1j0mgJtt/igehftLP9Aj09vnnFrh1k9iIiJZr1rKUFw== dependencies: "@types/json-logic-js" "^2.0.7" browser-cookies "^1.2.0"