Skip to content

Commit fd23957

Browse files
committed
Updated build and version.
1 parent 27ab786 commit fd23957

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## 4.8.0-rc.3
6+
### Changed
7+
- Upgrade formiojs@4.10.0-rc.4
8+
59
## 4.8.0-rc.2
610
### Added
711
- ``FormioMetadata`` interface

package-lock.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-formio",
3-
"version": "4.8.0-rc.2",
3+
"version": "4.8.0-rc.3",
44
"scripts": {
55
"build": "gulp build",
66
"build:watch": "gulp",
@@ -107,7 +107,7 @@
107107
},
108108
"dependencies": {
109109
"core-js": "^3.6.5",
110-
"formiojs": "^4.10.0-rc.3",
110+
"formiojs": "^4.10.0-rc.4",
111111
"lodash": "^4.17.15",
112112
"ngx-bootstrap": "^5.6.1"
113113
}

0 commit comments

Comments
 (0)