Skip to content

Commit e994382

Browse files
committed
Updated build
1 parent 5e82319 commit e994382

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

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

48
## 2.1.1-rc.1
59
### Changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formio/core",
3-
"version": "2.1.1-rc.1",
3+
"version": "2.1.1-rc.2",
44
"description": "The core Form.io renderering framework.",
55
"main": "lib/index.js",
66
"exports": {
@@ -120,4 +120,4 @@
120120
],
121121
"all": true
122122
}
123-
}
123+
}

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -4925,11 +4925,6 @@ yargs@^15.0.2:
49254925
y18n "^4.0.0"
49264926
yargs-parser "^18.1.2"
49274927

4928-
yarn.lock@^0.0.1-security:
4929-
version "0.0.1-security"
4930-
resolved "https://registry.yarnpkg.com/yarn.lock/-/yarn.lock-0.0.1-security.tgz#8e7117924bfe916671b21f14212ba1bb49dfe0c7"
4931-
integrity sha512-ZRX6v5zGCJMI1T2aO+BQxJggy1vvorXEwonQhWXIC+brO7lkDB3zWelVNAti183ddH6FmJP8z4UDCJnJlioK4Q==
4932-
49334928
49344929
version "3.1.1"
49354930
resolved "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"

0 commit comments

Comments
 (0)