Skip to content

Commit d1aefd3

Browse files
committed
Updated build and version.
1 parent b39e804 commit d1aefd3

File tree

3 files changed

+59
-59
lines changed

3 files changed

+59
-59
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.3
66
### Fixed
77
- Build error: `File not found with singular glob: <path_to_repo>/build/index.js`
88

package-lock.json

Lines changed: 54 additions & 54 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.8.0-beta.2",
3+
"version": "4.8.0-beta.3",
44
"scripts": {
55
"build": "gulp build",
66
"build:watch": "gulp",
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/formio/angular-formio/issues"
3333
},
3434
"devDependencies": {
35-
"@angular/cli": "^9.1.1",
35+
"@angular/cli": "^9.1.2",
3636
"@angular/common": "^9.1.2",
3737
"@angular/compiler": "^9.1.2",
3838
"@angular/compiler-cli": "^9.1.2",
@@ -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.1",
47+
"@types/node": "^13.13.2",
4848
"angular-in-memory-web-api": "^0.10.0",
4949
"codelyzer": "^5.2.2",
5050
"concurrently": "^5.1.0",
@@ -74,7 +74,7 @@
7474
"path": "^0.12.7",
7575
"prismjs": "^1.20.0",
7676
"protractor": "^5.4.4",
77-
"rollup": "^2.6.1",
77+
"rollup": "^2.7.1",
7878
"run-sequence": "^2.2.1",
7979
"rxjs": "^6.5.5",
8080
"sass-loader": "^8.0.2",

0 commit comments

Comments
 (0)