Skip to content

Commit eb2a73a

Browse files
committed
release: cut the v15.0.3 release
1 parent 3d9971e commit eb2a73a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="15.0.3"></a>
2+
3+
# 15.0.3 (2022-12-07)
4+
5+
### @angular-devkit/build-angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
9+
| [3d9971edb](https://github.com./angular/angular-cli/commit/3d9971edb05e9b8de24bafc1b4381cbf4bad8dbf) | fix | default preserve symlinks to Node.js value for esbuild |
10+
| [24f4b51d2](https://github.com./angular/angular-cli/commit/24f4b51d22a0debc8ff853cf9040a15273654f7a) | fix | downlevel class fields with Safari <= v15 for esbuild |
11+
| [45afc42db](https://github.com./angular/angular-cli/commit/45afc42db86e58357d1618d9984dcf03bffea957) | fix | downlevel class properties when targeting Safari <=v15 |
12+
| [e6461badf](https://github.com./angular/angular-cli/commit/e6461badf7959ff8b8d9a3824a4a081f44e0b237) | fix | prevent optimization adding unsupported ECMASCript features |
13+
14+
## Special Thanks
15+
16+
Charles Lyding, Dominic Elm and Paul Gschwendtner
17+
18+
<!-- CHANGELOG SPLIT MARKER -->
19+
120
<a name="15.0.2"></a>
221

322
# 15.0.2 (2022-11-30)

package.json

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

0 commit comments

Comments
 (0)