Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio committed Jul 8, 2024
1 parent 5e82319 commit e994382
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

## [Unreleased: 2.1.1-rc.2]
## 2.1.1-rc.2
- FIO-8336: fix validation on multiple values
- change filter processor to be more verbose and have compModelType
- FIO-8218: Fix tests for PR 79
- FIO-8218: add tests for FIO-8210

## 2.1.1-rc.1
### Changed
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/core",
"version": "2.1.1-rc.1",
"version": "2.1.1-rc.2",
"description": "The core Form.io renderering framework.",
"main": "lib/index.js",
"exports": {
Expand Down Expand Up @@ -120,4 +120,4 @@
],
"all": true
}
}
}
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4925,11 +4925,6 @@ yargs@^15.0.2:
y18n "^4.0.0"
yargs-parser "^18.1.2"

yarn.lock@^0.0.1-security:
version "0.0.1-security"
resolved "https://registry.yarnpkg.com/yarn.lock/-/yarn.lock-0.0.1-security.tgz#8e7117924bfe916671b21f14212ba1bb49dfe0c7"
integrity sha512-ZRX6v5zGCJMI1T2aO+BQxJggy1vvorXEwonQhWXIC+brO7lkDB3zWelVNAti183ddH6FmJP8z4UDCJnJlioK4Q==

[email protected]:
version "3.1.1"
resolved "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
Expand Down

0 comments on commit e994382

Please sign in to comment.