Skip to content

Commit

Permalink
feat(angular dependency): update to angular 9.1.6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: required angular 9

fix grbsk#139
  • Loading branch information
Marco Piovesana committed Jun 20, 2020
1 parent db0148b commit 4379af2
Show file tree
Hide file tree
Showing 13 changed files with 16,949 additions and 8,672 deletions.
10 changes: 10 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"options": {
"tsConfig": "projects/core/tsconfig.lib.json",
"project": "projects/core/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/core/tsconfig.lib.prod.json"
}
}
},
"test": {
Expand Down Expand Up @@ -49,6 +54,11 @@
"options": {
"tsConfig": "projects/keepalive/tsconfig.lib.json",
"project": "projects/keepalive/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/keepalive/tsconfig.lib.prod.json"
}
}
},
"test": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"projects/*"
],
"version": "8.0.0-beta.4",
"version": "9.0.0-beta.1",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
Loading

0 comments on commit 4379af2

Please sign in to comment.