Skip to content

Commit

Permalink
feat: bump Angular to v17
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Minimum required `@angular/core` version is now `^17.0.0`
  • Loading branch information
ChristopherPHolder authored Nov 21, 2023
2 parents d6f928f + 5baecb0 commit 680bc59
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/ngx-fast-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"angular"
],
"peerDependencies": {
"@angular/core": ">=17.0.0",
"@angular/common": ">=17.0.0",
"@angular/core": "^17.0.0",
"@angular/common": "^17.0.0",
"rxjs": ">7.8.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ngx-fast-lib/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"ngx-fast-lib:npm",
"ngx-fast-lib:github"
],
"commitMessageFormat": "release(${projectName}): ${version}",
"commitMessageFormat": "release(${projectName}): {version}",
"noVerify": true,
"push": true
}
},
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "${tag}",
"notes": "${notes}"
"tag": "{tag}",
"notes": "{notes}"
}
},
"npm": {
Expand Down

0 comments on commit 680bc59

Please sign in to comment.