From ef9b4294291a4e16b29e9aec24447fbe7c61a22f Mon Sep 17 00:00:00 2001 From: lane-formio Date: Tue, 13 Aug 2024 16:16:37 -0500 Subject: [PATCH] Updated build --- Changelog.md | 9 ++++++++- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index 6651c68b24..3bd8ae700a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +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/). -## [Unreleased: 5.0.0-rc.72] +## 5.0.0-rc.72 +### Changed + - Updated @formio/core@2.2.2-rc.1 + - FIO-8684: Fixes cannot attach more than one component to the PDF form + - Bugfix/submission metadata nullish + - FIO-8765: fixed an issue where dataMap thows an error + - FIO-8719 fixed validation for Data Grid component inside nested wizard + ### Changed - FIO-8621: error event on file upload adding - FIO-8783: Fixed the issue when validation messages disappear after collapse and expand the panel diff --git a/package.json b/package.json index f1ba9af25b..c9b494e951 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.71", + "version": "5.0.0-rc.72", "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.0-rc.9", + "@formio/core": "2.2.2-rc.1", "@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 2c84a87af7..1aca3fe64a 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.9": - version "2.2.0-rc.9" - resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.2.0-rc.9.tgz#474cbdc023703dea9b7d02385eb7e72541b8bb9e" - integrity sha512-H2HJYmkJdajA+EJuIcz15XBtWY0rglapW3eKP0VFBnDJQzT8qMSxvJgFAccnsfqlkHhFn4nZzh65YaBYO6K/JQ== +"@formio/core@2.2.2-rc.1": + version "2.2.2-rc.1" + resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.2.2-rc.1.tgz#9f669e3047ec12ed715f787d363841cc8e67ecdc" + integrity sha512-FrhHp4T9K0ohV2/W6oi9D7FwbuYBnM0IcfIZlBlJwwaxX3GiBUP47cC2uJMPQ+uQzdYnBDnC8VLhUSXKtIRbQw== dependencies: "@types/json-logic-js" "^2.0.7" browser-cookies "^1.2.0"