Skip to content

Commit d97d425

Browse files
committedNov 15, 2022
release: cut the v15.0.0-rc.4 release
1 parent 54e1c01 commit d97d425

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed
 

‎CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="15.0.0-rc.4"></a>
2+
3+
# 15.0.0-rc.4 (2022-11-14)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------- |
9+
| [ff0382718](https://github.com/angular/angular-cli/commit/ff0382718af60923fe71f8b224d36a50449484e6) | fix | respect registry in RC when running update through yarn |
10+
11+
### @angular-devkit/build-angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- |
15+
| [54e1c01d8](https://github.com/angular/angular-cli/commit/54e1c01d8b608ff240f7559ca176cd50e991952c) | fix | show file replacement in TS missing file error in esbuild builder |
16+
| [fc82e3bec](https://github.com/angular/angular-cli/commit/fc82e3bec3f188d449e952d9955b845b2efdcd6b) | fix | update browerslist package |
17+
| [9d0872fb5](https://github.com/angular/angular-cli/commit/9d0872fb5e369f714633387d9ae39c4242ba1ea1) | perf | add initial global styles incremental rebuilds with esbuild builder |
18+
19+
## Special Thanks
20+
21+
Alan Agius and Charles Lyding
22+
23+
<!-- CHANGELOG SPLIT MARKER -->
24+
125
<a name="15.0.0-rc.3"></a>
226

327
# 15.0.0-rc.3 (2022-11-09)

‎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.0-rc.3",
3+
"version": "15.0.0-rc.4",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)