Skip to content

Commit 68c351e

Browse files
authored
Merge pull request #1880 from rx-angular/release-20
feat: prepare v20 release
2 parents 3386589 + 4124f59 commit 68c351e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

libs/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"url": "https://github.com/rx-angular/rx-angular.git"
4343
},
4444
"peerDependencies": {
45-
"@angular/core": "^19.0.0",
45+
"@angular/core": "^20.0.0",
4646
"rxjs": "^6.5.3 || ^7.4.0"
4747
},
4848
"dependencies": {

libs/state/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"url": "https://github.com/rx-angular/rx-angular.git"
4343
},
4444
"peerDependencies": {
45-
"@angular/core": "^19.0.0",
46-
"@rx-angular/cdk": "^19.1.0",
45+
"@angular/core": "^20.0.0",
46+
"@rx-angular/cdk": "^20.0.0",
4747
"rxjs": "^6.5.3 || ^7.4.0"
4848
},
4949
"dependencies": {

libs/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"url": "https://github.com/rx-angular/rx-angular.git"
4444
},
4545
"peerDependencies": {
46-
"@angular/core": "^19.0.0",
47-
"@rx-angular/cdk": "^19.1.0",
46+
"@angular/core": "^20.0.0",
47+
"@rx-angular/cdk": "^20.0.0",
4848
"rxjs": "^6.5.3 || ^7.4.0"
4949
},
5050
"dependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10167,7 +10167,7 @@ __metadata:
1016710167
ng-morph: "npm:^4.0.3"
1016810168
tslib: "npm:^2.4.1"
1016910169
peerDependencies:
10170-
"@angular/core": ^19.0.0
10170+
"@angular/core": ^20.0.0
1017110171
rxjs: ^6.5.3 || ^7.4.0
1017210172
languageName: unknown
1017310173
linkType: soft
@@ -10205,8 +10205,8 @@ __metadata:
1020510205
ng-morph: "npm:^4.0.3"
1020610206
tslib: "npm:^2.4.1"
1020710207
peerDependencies:
10208-
"@angular/core": ^19.0.0
10209-
"@rx-angular/cdk": ^19.1.0
10208+
"@angular/core": ^20.0.0
10209+
"@rx-angular/cdk": ^20.0.0
1021010210
rxjs: ^6.5.3 || ^7.4.0
1021110211
languageName: unknown
1021210212
linkType: soft
@@ -10218,8 +10218,8 @@ __metadata:
1021810218
ng-morph: "npm:^4.0.3"
1021910219
tslib: "npm:^2.4.1"
1022010220
peerDependencies:
10221-
"@angular/core": ^19.0.0
10222-
"@rx-angular/cdk": ^19.1.0
10221+
"@angular/core": ^20.0.0
10222+
"@rx-angular/cdk": ^20.0.0
1022310223
rxjs: ^6.5.3 || ^7.4.0
1022410224
languageName: unknown
1022510225
linkType: soft

0 commit comments

Comments
 (0)