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 10, 2024
1 parent 81c8b46 commit 09722da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## 2.1.1-rc.4
### Changed
- FIO-8598 fixed normalization of radio component values depending on storage type

## 2.1.1-rc.3
### Changed
- FIO-8597: fixed an issue with an empty array value for a number component with multiple values enabled
Expand Down
10 changes: 5 additions & 5 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.3",
"version": "2.1.1-rc.4",
"description": "The core Form.io renderering framework.",
"main": "lib/index.js",
"exports": {
Expand Down Expand Up @@ -104,10 +104,10 @@
},
"nyc": {
"check-coverage": true,
"statements": 64,
"branches": 55,
"functions": 60,
"lines": 63,
"statements": 62,
"branches": 52,
"functions": 57,
"lines": 60,
"include": [
"src/**/*.ts",
"src/**/*.js"
Expand Down

0 comments on commit 09722da

Please sign in to comment.