Skip to content

Commit

Permalink
build: bump @angular/ssr framework versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp1130 committed Mar 13, 2024
1 parent 498e2f5 commit 99fb28a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/process/release.md
Expand Up @@ -72,6 +72,7 @@ manually updated:
- [`@angular/pwa`](/packages/angular/pwa/package.json)
- [`@angular-devkit/build-angular`](/packages/angular_devkit/build_angular/package.json)
- [`@ngtools/webpack`](/packages/ngtools/webpack/package.json)
- [`@angular/ssr`](/packages/angular/ssr/package.json)

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

Expand Down
4 changes: 2 additions & 2 deletions packages/angular/ssr/package.json
Expand Up @@ -17,8 +17,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^17.0.0 || ^17.3.0-next.0",
"@angular/core": "^17.0.0 || ^17.3.0-next.0"
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0"
},
"schematics": "./schematics/collection.json",
"repository": {
Expand Down

0 comments on commit 99fb28a

Please sign in to comment.