Skip to content

Commit

Permalink
chore(release): 18.0.0, update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
L-X-T committed Dec 2, 2024
1 parent e5fd81b commit b414c68
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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-oauth2-oidc",
"version": "17.0.0",
"version": "18.0.0",
"license": "MIT",
"scripts": {
"release": "standard-version",
Expand Down
12 changes: 8 additions & 4 deletions projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "angular-oauth2-oidc",
"version": "18.0.0",
"license": "MIT",
"author": {
"name": "Manfred Steyer"
},
"version": "17.0.1",
"repository": "manfredsteyer/angular-oauth2-oidc",
"description": "Support for OAuth 2(.1) and OpenId Connect (OIDC) in Angular",
"repository": {
"type": "github",
"url": "https://github.com/manfredsteyer/angular-oauth2-oidc"
},
"peerDependencies": {
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0"
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0"
},
"dependencies": {
"tslib": "^2.5.2"
Expand Down

0 comments on commit b414c68

Please sign in to comment.