[go: nahoru, domu]

Skip to content

Commit

Permalink
release: cut the v14.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Jul 20, 2022
1 parent a8fe4fc commit c4b59c8
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 223 deletions.
238 changes: 23 additions & 215 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/devkit-repo",
"version": "14.1.0-rc.3",
"version": "14.1.0",
"private": true,
"description": "Software Development Kit for Angular",
"bin": {
Expand Down
8 changes: 4 additions & 4 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
"esbuild": "0.14.49"
},
"peerDependencies": {
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next || ^14.1.0-next",
"@angular/localize": "^14.0.0 || ^14.0.0-next || ^14.1.0-next",
"@angular/service-worker": "^14.0.0 || ^14.0.0-next || ^14.1.0-next",
"@angular/compiler-cli": "^14.0.0",
"@angular/localize": "^14.0.0",
"@angular/service-worker": "^14.0.0",
"karma": "^6.3.0",
"ng-packagr": "^14.0.0 || ^14.0.0-next || ^14.1.0-next",
"ng-packagr": "^14.0.0",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=4.6.2 <4.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
"dependencies": {},
"peerDependencies": {
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next || ^14.1.0-next",
"@angular/compiler-cli": "^14.0.0",
"typescript": ">=4.6.2 <4.8",
"webpack": "^5.54.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
...require('./latest-versions/package.json')['dependencies'],

// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
Angular: '^14.0.0-next.0',
Angular: '^14.1.0',

// Since @angular-devkit/build-angular and @schematics/angular are always
// published together from the same monorepo, and they are both
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"karma-jasmine-html-reporter": "~2.0.0",
"karma-jasmine": "~5.1.0",
"karma": "~6.4.0",
"ng-packagr": "^14.0.0-next.8",
"ng-packagr": "^14.1.0",
"protractor": "~7.0.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
Expand Down

0 comments on commit c4b59c8

Please sign in to comment.