Skip to content

Commit 8ae41b0

Browse files
committed
release: cut the v13.1.0-next.3 release
1 parent 14cca12 commit 8ae41b0

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="13.1.0-next.3"></a>
2+
# 13.1.0-next.3 "plastic-animal" (2021-12-01)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [02908ceb5d](https://github.com/angular/components/commit/02908ceb5d86a619a60bdfe4d8fdc503ae726cb2) | fix | **drag-drop:** remove boundary error ([#23966](https://github.com/angular/components/pull/23966)) |
7+
| [39921f4338](https://github.com/angular/components/commit/39921f43382e3abc90c14fd8602d0cf371239fce) | perf | **a11y:** tree-shake warnings in production ([#23967](https://github.com/angular/components/pull/23967)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [7bbe68d580](https://github.com/angular/components/commit/7bbe68d5807b5e620763845a44cd68049553a950) | perf | **bottom-sheet:** do not run change detection when focusing element ([#23965](https://github.com/angular/components/pull/23965)) |
12+
| [738e514ec9](https://github.com/angular/components/commit/738e514ec98f4175bdd23b9496ea7e8d33de1ee6) | perf | **core:** tree shake sanity checks ([#23969](https://github.com/angular/components/pull/23969)) |
13+
### multiple
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [a5fbf3a5fc](https://github.com/angular/components/commit/a5fbf3a5fc8b4776d5b11afbec2a1eeabe45cd40) | fix | some experimental components not cleaned up completely ([#23994](https://github.com/angular/components/pull/23994)) |
17+
## Special Thanks
18+
Andrew Seguin, Artur Androsovych, Kristiyan Kostadinov, Paul Gschwendtner and Ruslan Lekhman
19+
20+
<!-- CHANGELOG SPLIT MARKER -->
21+
122
<a name="13.0.3"></a>
223
# 13.0.3 "cerammic-almanac" (2021-12-01)
324
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tsc": "node ./node_modules/typescript/bin/tsc",
4949
"prepare": "husky install"
5050
},
51-
"version": "13.1.0-next.2",
51+
"version": "13.1.0-next.3",
5252
"dependencies": {
5353
"@angular/animations": "13.0.1",
5454
"@angular/common": "13.0.1",

0 commit comments

Comments
 (0)