Skip to content

Commit

Permalink
chore(release): 19.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 14de410 commit 078415b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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": "18.0.0",
"version": "19.0.0",
"license": "MIT",
"scripts": {
"release": "standard-version",
Expand Down
6 changes: 3 additions & 3 deletions projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-oauth2-oidc",
"version": "18.0.0",
"version": "19.0.0",
"license": "MIT",
"author": {
"name": "Manfred Steyer"
Expand All @@ -11,8 +11,8 @@
"url": "https://github.com/manfredsteyer/angular-oauth2-oidc"
},
"peerDependencies": {
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0"
"@angular/common": ">=19.0.0",
"@angular/core": ">=19.0.0"
},
"dependencies": {
"tslib": "^2.5.2"
Expand Down

0 comments on commit 078415b

Please sign in to comment.