Skip to content

Commit c4b59c8

Browse files
committed
release: cut the v14.1.0 release
1 parent a8fe4fc commit c4b59c8

File tree

6 files changed

+31
-223
lines changed

6 files changed

+31
-223
lines changed

CHANGELOG.md

+23-215
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "14.1.0-rc.3",
3+
"version": "14.1.0",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

packages/angular_devkit/build_angular/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
"esbuild": "0.14.49"
7474
},
7575
"peerDependencies": {
76-
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next || ^14.1.0-next",
77-
"@angular/localize": "^14.0.0 || ^14.0.0-next || ^14.1.0-next",
78-
"@angular/service-worker": "^14.0.0 || ^14.0.0-next || ^14.1.0-next",
76+
"@angular/compiler-cli": "^14.0.0",
77+
"@angular/localize": "^14.0.0",
78+
"@angular/service-worker": "^14.0.0",
7979
"karma": "^6.3.0",
80-
"ng-packagr": "^14.0.0 || ^14.0.0-next || ^14.1.0-next",
80+
"ng-packagr": "^14.0.0",
8181
"protractor": "^7.0.0",
8282
"tailwindcss": "^2.0.0 || ^3.0.0",
8383
"typescript": ">=4.6.2 <4.8"

packages/ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
2323
"dependencies": {},
2424
"peerDependencies": {
25-
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next || ^14.1.0-next",
25+
"@angular/compiler-cli": "^14.0.0",
2626
"typescript": ">=4.6.2 <4.8",
2727
"webpack": "^5.54.0"
2828
},

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

+1-1
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: '^14.0.0-next.0',
18+
Angular: '^14.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"karma-jasmine-html-reporter": "~2.0.0",
1313
"karma-jasmine": "~5.1.0",
1414
"karma": "~6.4.0",
15-
"ng-packagr": "^14.0.0-next.8",
15+
"ng-packagr": "^14.1.0",
1616
"protractor": "~7.0.0",
1717
"rxjs": "~7.5.0",
1818
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)