Skip to content

Commit a54da58

Browse files
committed
release: cut the v15.2.0-next.1 release
1 parent 0da93b2 commit a54da58

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="15.2.0-next.1"></a>
2+
3+
# 15.2.0-next.1 (2023-01-18)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------------- |
9+
| [3ebb19552](https://github.com/angular/angular-cli/commit/3ebb19552527fdd69c6e8db55aea5bf5157cdb06) | fix | register schematic aliases when providing collection name in `ng generate` |
10+
| [697df4f6e](https://github.com/angular/angular-cli/commit/697df4f6e562ae1f1465970694c8b26652af033f) | fix | remove `--to` option from being required when using `--from` in `ng update` |
11+
12+
### @schematics/angular
13+
14+
| Commit | Type | Description |
15+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------------------------- |
16+
| [c8a3b3000](https://github.com/angular/angular-cli/commit/c8a3b30000c407937bff4bdeeda8a109fd27259c) | fix | replace existing `BrowserModule.withServerTransition` calls when running universal schematic |
17+
18+
### @angular-devkit/build-angular
19+
20+
| Commit | Type | Description |
21+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
22+
| [bbc1a4f0d](https://github.com/angular/angular-cli/commit/bbc1a4f0dc93437fe97a53a35f68d978cc50bb9e) | feat | support CommonJS dependency checking in esbuild |
23+
| [c3447e364](https://github.com/angular/angular-cli/commit/c3447e3640b059b62e4c2c5d18543195b0d6c820) | fix | prevent hanging initial build during exception with esbuild |
24+
25+
## Special Thanks
26+
27+
Alan Agius, Charles Lyding and Doug Parker
28+
29+
<!-- CHANGELOG SPLIT MARKER -->
30+
131
<a name="15.1.2"></a>
232

333
# 15.1.2 (2023-01-18)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "15.2.0-next.0",
3+
"version": "15.2.0-next.1",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)