diff --git a/Changelog.md b/Changelog.md index bf496bc168..b9888f6949 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,13 @@ 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.96 +### Changed + - Updated @formio/core@2.3.0-rc.18 + - FIO-9259 fixed errors list for parent wizard with nested wizard + - FIO-9176: updated instance.component.path + - FIO-9205: fixed labels in select filter feature + ## 5.0.0-rc.95 ### Changed - Updated @formio/core@2.3.0-rc.17 diff --git a/package.json b/package.json index d6541b1075..28c290133d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.95", + "version": "5.0.0-rc.96", "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.41", "@formio/choices.js": "^10.2.1", - "@formio/core": "2.3.0-rc.17", + "@formio/core": "2.3.0-rc.18", "@formio/text-mask-addons": "^3.8.0-formio.3", "@formio/vanilla-text-mask": "^5.1.1-formio.1", "abortcontroller-polyfill": "^1.7.5", diff --git a/yarn.lock b/yarn.lock index 8cb8c7a0f0..5dd8c756fb 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.17": - version "2.3.0-rc.17" - resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.17.tgz#63cef2248109f937b3449cc8088da12246af17e8" - integrity sha512-cpN2KXm0gfQWV38K5zkc9MiHhL3aaU8h4Aeat3bozl94CsOG/zbZ9mmQG1GRgrxrHKcb1F56VbpUyEfWOC+iWA== +"@formio/core@2.3.0-rc.18": + version "2.3.0-rc.18" + resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.3.0-rc.18.tgz#44f0eaf854d8dc6bbbad1753786f2b13939eac6e" + integrity sha512-inkZLOSpYBiatQa8uJUII+cRk23URlyK4HkS09pHJG/857dxwfn0BIalSc9loTgFawjg6E3UuzCTfjfgUY6MDA== dependencies: "@types/json-logic-js" "^2.0.7" browser-cookies "^1.2.0"