Skip to content

Commit d4a2849

Browse files
committed
build: bump versions for minor release
1 parent df12e2d commit d4a2849

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

packages/angular/pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"parse5-html-rewriting-stream": "7.0.0"
1818
},
1919
"peerDependencies": {
20-
"@angular/cli": "^16.0.0 || ^16.1.0-next.0"
20+
"@angular/cli": "^16.1.0"
2121
},
2222
"peerDependenciesMeta": {
2323
"@angular/cli": {

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@
7575
"esbuild": "0.17.19"
7676
},
7777
"peerDependencies": {
78-
"@angular/compiler-cli": "^16.0.0 || ^16.1.0-next.0",
79-
"@angular/localize": "^16.0.0 || ^16.1.0-next.0",
80-
"@angular/platform-server": "^16.0.0 || ^16.1.0-next.0",
81-
"@angular/service-worker": "^16.0.0 || ^16.1.0-next.0",
78+
"@angular/compiler-cli": "^16.1.0",
79+
"@angular/localize": "^16.1.0",
80+
"@angular/platform-server": "^16.1.0",
81+
"@angular/service-worker": "^16.1.0",
8282
"jest": "^29.5.0",
8383
"jest-environment-jsdom": "^29.5.0",
8484
"karma": "^6.3.0",
85-
"ng-packagr": "^16.0.0 || ^16.1.0-next.0",
85+
"ng-packagr": "^16.1.0",
8686
"protractor": "^7.0.0",
8787
"tailwindcss": "^2.0.0 || ^3.0.0",
8888
"typescript": ">=4.9.3 <5.2"

packages/ngtools/webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
2323
"dependencies": {},
2424
"peerDependencies": {
25-
"@angular/compiler-cli": "^16.0.0 || ^16.1.0-next.0",
25+
"@angular/compiler-cli": "^16.1.0",
2626
"typescript": ">=4.9.3 <5.2",
2727
"webpack": "^5.54.0"
2828
},
2929
"devDependencies": {
3030
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
31-
"@angular/compiler": "16.1.0-rc.0",
32-
"@angular/compiler-cli": "16.1.0-rc.0",
31+
"@angular/compiler": "16.1.0",
32+
"@angular/compiler-cli": "16.1.0",
3333
"typescript": "5.1.3",
3434
"webpack": "5.86.0"
3535
}

packages/schematics/angular/utility/latest-versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
1515
...require('./latest-versions/package.json')['dependencies'],
1616

1717
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
18-
Angular: '^16.1.0-next.0',
18+
Angular: '^16.1.0',
1919

2020
// Since @angular-devkit/build-angular and @schematics/angular are always
2121
// published together from the same monorepo, and they are both

packages/schematics/angular/utility/latest-versions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"karma-jasmine-html-reporter": "~2.1.0",
1313
"karma-jasmine": "~5.1.0",
1414
"karma": "~6.4.0",
15-
"ng-packagr": "^16.1.0-next.0",
15+
"ng-packagr": "^16.1.0",
1616
"protractor": "~7.0.0",
1717
"rxjs": "~7.8.0",
1818
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)