We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@angular/ssr
1 parent 498e2f5 commit 99fb28aCopy full SHA for 99fb28a
docs/process/release.md
@@ -72,6 +72,7 @@ manually updated:
72
- [`@angular/pwa`](/packages/angular/pwa/package.json)
73
- [`@angular-devkit/build-angular`](/packages/angular_devkit/build_angular/package.json)
74
- [`@ngtools/webpack`](/packages/ngtools/webpack/package.json)
75
+- [`@angular/ssr`](/packages/angular/ssr/package.json)
76
77
**DURING a minor OR major CLI release:**
78
packages/angular/ssr/package.json
@@ -17,8 +17,8 @@
17
"tslib": "^2.3.0"
18
},
19
"peerDependencies": {
20
- "@angular/common": "^17.0.0 || ^17.3.0-next.0",
21
- "@angular/core": "^17.0.0 || ^17.3.0-next.0"
+ "@angular/common": "^17.0.0",
+ "@angular/core": "^17.0.0"
22
23
"schematics": "./schematics/collection.json",
24
"repository": {
0 commit comments