Skip to content

Commit b8e391b

Browse files
committed
release: cut the v14.2.0 release
1 parent 6596a29 commit b8e391b

File tree

5 files changed

+24
-63
lines changed

5 files changed

+24
-63
lines changed

CHANGELOG.md

+17-56
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
1-
<a name="14.2.0-rc.0"></a>
1+
<a name="14.2.0"></a>
22

3-
# 14.2.0-rc.0 (2022-08-17)
3+
# 14.2.0 (2022-08-25)
44

5-
<!-- CHANGELOG SPLIT MARKER -->
6-
7-
<a name="14.2.0-next.2"></a>
5+
### @angular/cli
86

9-
# 14.2.0-next.2 (2022-08-17)
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- |
9+
| [596037010](https://github.com/angular/angular-cli/commit/596037010a8113809657cebc9385d040922e6d86) | fix | add missing space after period in warning text |
1010

11-
### @angular-devkit/core
11+
### @angular-devkit/build-angular
1212

13-
| Commit | Type | Description |
14-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
15-
| [db17eac25](https://github.com/angular/angular-cli/commit/db17eac2517e32c3d147ca9e191871b92e6e7888) | fix | update workspace extension warning to use correct phrasing |
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- |
15+
| [44c25511e](https://github.com/angular/angular-cli/commit/44c25511ea2adbd4fbe82a6122fc00af612be8e8) | feat | add ability to serve service worker when using dev-server |
16+
| [3fb569b5c](https://github.com/angular/angular-cli/commit/3fb569b5c82f22afca4dc59313356f198755827e) | feat | switch to Sass modern API in esbuild builder |
17+
| [5bd03353a](https://github.com/angular/angular-cli/commit/5bd03353ac6bb19c983efb7ff015e7aec3ff61d1) | fix | correct esbuild builder global stylesheet sourcemap URL |
18+
| [c4402b1bd](https://github.com/angular/angular-cli/commit/c4402b1bd32cdb0cdd7aeab14239b57ee700d361) | fix | correctly handle parenthesis in url |
19+
| [50c783307](https://github.com/angular/angular-cli/commit/50c783307eb1253f4f2a87502bd7a19f6a409aeb) | fix | use valid CSS comment for sourcemaps with Sass in esbuild builder |
20+
| [4c251853f](https://github.com/angular/angular-cli/commit/4c251853fbc66c6c9aae171dc75612db31afe2fb) | perf | avoid extra string creation with no sourcemaps for esbuild sass |
21+
| [d97640534](https://github.com/angular/angular-cli/commit/d9764053478620a5f4a3349c377c74415435bcbb) | perf | with esbuild builder only load Sass compiler when needed |
1622

1723
## Special Thanks
1824

19-
AgentEnder, Alan Agius, Charles Lyding and Jason Bedard
25+
Alan Agius, Charles Lyding, Doug Parker, Jason Bedard, Joey Perrott, Kristiyan Kostadinov and angular-robot[bot]
2026

2127
<!-- CHANGELOG SPLIT MARKER -->
2228

@@ -36,35 +42,6 @@ AgentEnder, Alan Agius, Charles Lyding and Jason Bedard
3642

3743
<!-- CHANGELOG SPLIT MARKER -->
3844

39-
<a name="14.2.0-next.1"></a>
40-
41-
# 14.2.0-next.1 (2022-08-11)
42-
43-
### @angular-devkit/build-angular
44-
45-
| Commit | Type | Description |
46-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------- |
47-
| [44c25511e](https://github.com/angular/angular-cli/commit/44c25511ea2adbd4fbe82a6122fc00af612be8e8) | feat | add ability to serve service worker when using dev-server |
48-
| [3fb569b5c](https://github.com/angular/angular-cli/commit/3fb569b5c82f22afca4dc59313356f198755827e) | feat | switch to Sass modern API in esbuild builder |
49-
| [7de9b470c](https://github.com/angular/angular-cli/commit/7de9b470cb54d974027a8baf88b611585fc526c7) | fix | avoid collect stats from chunks with no files |
50-
| [70bc35456](https://github.com/angular/angular-cli/commit/70bc35456aa5b58ce1a0e2440ebb6533c7f5e48b) | fix | correctly handle data URIs with escaped quotes in stylesheets |
51-
| [f474bf532](https://github.com/angular/angular-cli/commit/f474bf532f89a296eb1b47f941998d73c1c51e8a) | fix | process stylesheet resources from url tokens with esbuild browser builder |
52-
| [50c783307](https://github.com/angular/angular-cli/commit/50c783307eb1253f4f2a87502bd7a19f6a409aeb) | fix | use valid CSS comment for sourcemaps with Sass in esbuild builder |
53-
| [3e3dc6962](https://github.com/angular/angular-cli/commit/3e3dc6962d49cb8e8575146b22d134732cfff39f) | perf | reduce babel transformation in esbuild builder |
54-
| [8f9cee351](https://github.com/angular/angular-cli/commit/8f9cee351e5cc7da5a75b1a9b06306bc224e6b56) | perf | use esbuild in esbuild builder to downlevel native async/await |
55-
56-
### @ngtools/webpack
57-
58-
| Commit | Type | Description |
59-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------- |
60-
| [cf9afeec2](https://github.com/angular/angular-cli/commit/cf9afeec20c035386a081fdeec98c9f26f82692e) | fix | elide type only named imports when using `emitDecoratorMetadata` |
61-
62-
## Special Thanks
63-
64-
Alan Agius, Charles Lyding and Jason Bedard
65-
66-
<!-- CHANGELOG SPLIT MARKER -->
67-
6845
<a name="14.1.2"></a>
6946

7047
# 14.1.2 (2022-08-10)
@@ -91,22 +68,6 @@ Alan Agius, Charles Lyding and Jason Bedard
9168

9269
<!-- CHANGELOG SPLIT MARKER -->
9370

94-
<a name="14.2.0-next.0"></a>
95-
96-
# 14.2.0-next.0 (2022-08-03)
97-
98-
### @angular/cli
99-
100-
| Commit | Type | Description |
101-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- |
102-
| [596037010](https://github.com/angular/angular-cli/commit/596037010a8113809657cebc9385d040922e6d86) | fix | add missing space after period in warning text |
103-
104-
## Special Thanks
105-
106-
Alan Agius, Charles Lyding, Doug Parker, Jason Bedard and angular-robot[bot]
107-
108-
<!-- CHANGELOG SPLIT MARKER -->
109-
11071
<a name="14.1.1"></a>
11172

11273
# 14.1.1 (2022-08-03)

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.2.0-rc.0",
3+
"version": "14.2.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.15.5"
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.9"

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.9",
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.0.0',
1919

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

0 commit comments

Comments
 (0)