Skip to content

Commit 2cb11f5

Browse files
committed
feat(dependencies): adds angular 22 support
BREAKING CHANGE: minimum required version is 22
1 parent 6789724 commit 2cb11f5

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

projects/ngx-cookie-service-ssr/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-cookie-service-ssr",
33
"description": "Angular SSR cookie service",
4-
"version": "21.3.1",
4+
"version": "22.0.0",
55
"license": "MIT",
66
"author": "Stepan Suvorov <stevermeister@gmail.com>",
77
"keywords": [
@@ -28,6 +28,7 @@
2828
"angular-19",
2929
"angular-20",
3030
"angular-21",
31+
"angular-22",
3132
"ivy",
3233
"ivy-compatible",
3334
"ivy-compilation",
@@ -85,9 +86,9 @@
8586
"email": "stepan@studytube.nl"
8687
},
8788
"peerDependencies": {
88-
"@angular/common": "^21.0.0",
89-
"@angular/core": "^21.0.0",
90-
"@angular/ssr": "^21.0.0"
89+
"@angular/common": "^22.0.0",
90+
"@angular/core": "^22.0.0",
91+
"@angular/ssr": "^22.0.0"
9192
},
9293
"dependencies": {
9394
"tslib": "^2.8.1"

projects/ngx-cookie-service/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-cookie-service",
33
"description": "Angular cookie service",
4-
"version": "21.3.1",
4+
"version": "22.0.0",
55
"license": "MIT",
66
"author": "Stepan Suvorov <stevermeister@gmail.com>",
77
"keywords": [
@@ -28,6 +28,7 @@
2828
"angular-19",
2929
"angular-20",
3030
"angular-21",
31+
"angular-22",
3132
"ivy",
3233
"ivy-compatible",
3334
"ivy-compilation",
@@ -85,8 +86,8 @@
8586
"email": "stepan@studytube.nl"
8687
},
8788
"peerDependencies": {
88-
"@angular/common": "^21.0.0",
89-
"@angular/core": "^21.0.0"
89+
"@angular/common": "^22.0.0",
90+
"@angular/core": "^22.0.0"
9091
},
9192
"dependencies": {
9293
"tslib": "^2.8.1"

0 commit comments

Comments
 (0)