Skip to content

Commit 6740dc7

Browse files
committed
release: cut the v13.3.1 release
1 parent 293526c commit 6740dc7

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
<a name="13.3.1"></a>
2+
3+
# 13.3.1 (2022-03-30)
4+
5+
### @schematics/angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------- |
9+
| [cf3cb2ecf](https://github.com/angular/angular-cli/commit/cf3cb2ecf9ca47a984c4272f0094f2a1c68c7dfe) | fix | fix extra comma added when use --change-detection=onPush and --style=none to generate a component |
10+
11+
### @angular-devkit/architect-cli
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------- |
15+
| [9f8d4dea0](https://github.com/angular/angular-cli/commit/9f8d4dea0449e236de7b928c5cc97e597a6f5844) | fix | update `minimist` to `1.2.6` |
16+
17+
### @angular-devkit/schematics-cli
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------- |
21+
| [ba3486de9](https://github.com/angular/angular-cli/commit/ba3486de94e733addf0ac17706b806dd813c9046) | fix | update `minimist` to `1.2.6` |
22+
23+
### @angular-devkit/benchmark
24+
25+
| Commit | Type | Description |
26+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------- |
27+
| [1f7fa6970](https://github.com/angular/angular-cli/commit/1f7fa6970e8cddb2ba0c42df0e048a57292b7fe8) | fix | update `minimist` to `1.2.6` |
28+
29+
### @angular-devkit/build-angular
30+
31+
| Commit | Type | Description |
32+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- |
33+
| [293526c31](https://github.com/angular/angular-cli/commit/293526c31db9f0becc0ffc2d60999c80afa8a308) | fix | add `node_modules` prefix to excludes RegExp |
34+
| [58ed97410](https://github.com/angular/angular-cli/commit/58ed97410b760909d523b05c3b4a06364e3c9a0f) | fix | allow Workers in Stackblitz |
35+
| [4cd2331d3](https://github.com/angular/angular-cli/commit/4cd2331d34e2a9ab2ed78edf0284dbfefef511a5) | fix | don't override asset info when updating assets |
36+
37+
### @angular-devkit/core
38+
39+
| Commit | Type | Description |
40+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- |
41+
| [c7c75820f](https://github.com/angular/angular-cli/commit/c7c75820f1d4ef827336626b78c8c3e5c0bd1f00) | fix | add Angular CLI major version as analytics dimension |
42+
43+
## Special Thanks
44+
45+
Alan Agius and gauravsoni119
46+
47+
<!-- CHANGELOG SPLIT MARKER -->
48+
149
<a name="13.3.0"></a>
250

351
# 13.3.0 (2022-03-16)

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": "13.3.0",
3+
"version": "13.3.1",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)