From 00a242615f169cc6c81481ce87741b8a673d0e00 Mon Sep 17 00:00:00 2001 From: lane-formio Date: Wed, 15 Jan 2025 14:50:01 -0600 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 95c251edb2..7e86c49839 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.1.0-rc.6 +### Changed + - Updated @formio/core@2.4.0-rc.5 + ## 5.1.0-rc.5 ### Changed - Updated @formio/core@2.4.0-rc.4 diff --git a/package.json b/package.json index def2b99ab7..25e55d8731 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.1.0-rc.5", + "version": "5.1.0-rc.6", "description": "JavaScript powered Forms with JSON Form Builder", "main": "lib/cjs/index.js", "exports": { @@ -81,7 +81,7 @@ "dependencies": { "@formio/bootstrap": "3.1.0-rc.1", "@formio/choices.js": "^10.2.1", - "@formio/core": "2.4.0-rc.4", + "@formio/core": "2.4.0-rc.5", "@formio/text-mask-addons": "^3.8.0-formio.4", "@formio/vanilla-text-mask": "^5.1.1-formio.1", "abortcontroller-polyfill": "^1.7.5", diff --git a/yarn.lock b/yarn.lock index 81b87298d9..4e944fde72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -223,10 +223,10 @@ fuse.js "^6.6.2" redux "^4.2.0" -"@formio/core@2.4.0-rc.4": - version "2.4.0-rc.4" - resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.4.0-rc.4.tgz#cdb87d5681b430ce900d4b897d41c1f3e854ad0b" - integrity sha512-vsPkMmAHNuCUG6kHr9v8UGZ4cUssOPzZIDnDEN5fJY39Gjpy06BG5pOXTHvWFKdUtMOqodgfePek3tG7A3Sx3w== +"@formio/core@2.4.0-rc.5": + version "2.4.0-rc.5" + resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.4.0-rc.5.tgz#7ffe86c8c0043cb07dfa08df1e5bbb04f82ec047" + integrity sha512-C9dtZt6WyyCsnv2sE6n7gP30ePa2xZQOzrAC0CZRW0O6AjFKM33LhOA6c6TsHoyouTrgtI4ggv6hJ6tIwwRrUA== dependencies: browser-cookies "^1.2.0" core-js "^3.39.0"