Skip to content

Commit a54ea92

Browse files
committed
chore(release): 19.0.0, update package.json
1 parent a70c00c commit a54ea92

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-oauth2-oidc",
3-
"version": "18.0.0",
3+
"version": "19.0.0",
44
"license": "MIT",
55
"scripts": {
66
"release": "standard-version",

projects/lib/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-oauth2-oidc",
3-
"version": "18.0.0",
3+
"version": "19.0.0",
44
"license": "MIT",
55
"author": {
66
"name": "Manfred Steyer"
@@ -11,8 +11,8 @@
1111
"url": "https://github.com/manfredsteyer/angular-oauth2-oidc"
1212
},
1313
"peerDependencies": {
14-
"@angular/common": ">=18.0.0",
15-
"@angular/core": ">=18.0.0"
14+
"@angular/common": ">=19.0.0",
15+
"@angular/core": ">=19.0.0"
1616
},
1717
"dependencies": {
1818
"tslib": "^2.5.2"

0 commit comments

Comments
 (0)