Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Aug 13, 2024
1 parent d895e54 commit ef9b429
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@
fuse.js "^6.6.2"
redux "^4.2.0"

"@formio/[email protected].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/[email protected].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"
Expand Down

0 comments on commit ef9b429

Please sign in to comment.