Skip to content

Commit 99fb28a

Browse files
committed
build: bump @angular/ssr framework versions
1 parent 498e2f5 commit 99fb28a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/process/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ manually updated:
7272
- [`@angular/pwa`](/packages/angular/pwa/package.json)
7373
- [`@angular-devkit/build-angular`](/packages/angular_devkit/build_angular/package.json)
7474
- [`@ngtools/webpack`](/packages/ngtools/webpack/package.json)
75+
- [`@angular/ssr`](/packages/angular/ssr/package.json)
7576

7677
**DURING a minor OR major CLI release:**
7778

packages/angular/ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"tslib": "^2.3.0"
1818
},
1919
"peerDependencies": {
20-
"@angular/common": "^17.0.0 || ^17.3.0-next.0",
21-
"@angular/core": "^17.0.0 || ^17.3.0-next.0"
20+
"@angular/common": "^17.0.0",
21+
"@angular/core": "^17.0.0"
2222
},
2323
"schematics": "./schematics/collection.json",
2424
"repository": {

0 commit comments

Comments
 (0)