Skip to content

Commit

Permalink
feat(workspace): bump version and force peer dependency on Angular 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: adjust peer dependencies, works only with Angular 8
  • Loading branch information
tomastrajan committed Jul 16, 2019
1 parent 3491f0d commit 88630b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-extensions/elements",
"version": "0.7.0",
"version": "7.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
6 changes: 3 additions & 3 deletions projects/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@angular-extensions/elements",
"version": "0.7.0",
"version": "7.0.0",
"peerDependencies": {
"@angular/common": ">6.0.0",
"@angular/core": ">6.0.0"
"@angular/common": "^8.0.0",
"@angular/core": "^8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 88630b1

Please sign in to comment.