Skip to content

Commit f7ca7cd

Browse files
committed
Updated build and version.
1 parent 6f51fbb commit f7ca7cd

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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-
## [Unreleased]
5+
## 4.8.0-beta.1
66
### Changed
77
- Add strong typing for grids components
88

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-formio",
3-
"version": "4.7.6",
3+
"version": "4.8.0-beta.1",
44
"scripts": {
55
"build": "gulp build",
66
"build:watch": "gulp",
@@ -44,7 +44,7 @@
4444
"@angular/router": "^9.1.2",
4545
"@compodoc/compodoc": "^1.1.11",
4646
"@types/jasmine": "^3.5.10",
47-
"@types/node": "^13.13.0",
47+
"@types/node": "^13.13.1",
4848
"angular-in-memory-web-api": "^0.10.0",
4949
"codelyzer": "^5.2.2",
5050
"concurrently": "^5.1.0",
@@ -80,8 +80,8 @@
8080
"sass-loader": "^8.0.2",
8181
"style-loader": "^1.1.4",
8282
"systemjs": "^6.3.1",
83-
"ts-loader": "^7.0.0",
84-
"ts-node": "^8.8.2",
83+
"ts-loader": "^7.0.1",
84+
"ts-node": "^8.9.0",
8585
"tsickle": "^0.38.1",
8686
"tslib": "^1.11.1",
8787
"tslint": "^6.1.1",

0 commit comments

Comments
 (0)