Skip to content

Commit cdc800c

Browse files
committed
release: cut the v15.2.0-next.2 release
1 parent ecde97f commit cdc800c

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
<a name="15.2.0-next.2"></a>
2+
3+
# 15.2.0-next.2 (2023-01-25)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- |
9+
| [0f58a17c4](https://github.com/angular/angular-cli/commit/0f58a17c4ce92495d96721bc3f2b632a890bbab4) | feat | log number of files update during `ng update` |
10+
| [b5737efae](https://github.com/angular/angular-cli/commit/b5737efae8448084af319fd077863ff6922d651e) | fix | handle extended schematics when retrieving aliases |
11+
12+
### @schematics/angular
13+
14+
| Commit | Type | Description |
15+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
16+
| [7b0c1ce0c](https://github.com/angular/angular-cli/commit/7b0c1ce0ca10bbb3a2099dc97f7d87afa07a2eef) | fix | update browserslist config to include last 2 Chrome version |
17+
18+
### @angular-devkit/schematics-cli
19+
20+
| Commit | Type | Description |
21+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------------------- |
22+
| [ecf43090d](https://github.com/angular/angular-cli/commit/ecf43090d110f996f45a259c279f1b83dcab3fd8) | feat | auto detect package manager ([#24305](https://github.com/angular/angular-cli/pull/24305)) |
23+
24+
### @angular-devkit/build-angular
25+
26+
| Commit | Type | Description |
27+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
28+
| [d19f260ba](https://github.com/angular/angular-cli/commit/d19f260baa8bb55142d69c9c71440b3c444d4b92) | fix | avoid undefined module path for Sass imports in esbuild |
29+
| [97907addf](https://github.com/angular/angular-cli/commit/97907addfce1e630e71c186e836ab6a0ceec548b) | fix | update browserslist config to include last 2 Chrome versions |
30+
31+
### @angular-devkit/core
32+
33+
| Commit | Type | Description |
34+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- |
35+
| [f6f5d7919](https://github.com/angular/angular-cli/commit/f6f5d79199613b9f9fa82680cdafd4a622ff4be0) | fix | handle number like strings in workspace writer |
36+
37+
## Special Thanks
38+
39+
Alan Agius, Charles Lyding, Doug Parker and Marvin
40+
41+
<!-- CHANGELOG SPLIT MARKER -->
42+
143
<a name="15.1.3"></a>
244

345
# 15.1.3 (2023-01-25)

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.1",
3+
"version": "15.2.0-next.2",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)