Skip to content

Commit 0b02322

Browse files
committed
release: cut the v13.0.3 release
1 parent b92f0bc commit 0b02322

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.0.3"></a>
2+
# 13.0.3 "cerammic-almanac" (2021-12-01)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [a3f99f8c6a](https://github.com/angular/components/commit/a3f99f8c6ad8c7592e385cd49fb3c7fd4941cd74) | fix | **drag-drop:** remove boundary error ([#23966](https://github.com/angular/components/pull/23966)) |
7+
| [b92f0bc806](https://github.com/angular/components/commit/b92f0bc806527e5052e3b0df1cbb67140190d03d) | perf | **a11y:** tree-shake warnings in production ([#23967](https://github.com/angular/components/pull/23967)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [73414a9ba6](https://github.com/angular/components/commit/73414a9ba6daa38d1ae04c5a3edb41f908747cf5) | perf | **bottom-sheet:** do not run change detection when focusing element ([#23965](https://github.com/angular/components/pull/23965)) |
12+
| [a25dda672b](https://github.com/angular/components/commit/a25dda672b545d96d8eb918a91da273cc5f95325) | perf | **core:** tree shake sanity checks ([#23969](https://github.com/angular/components/pull/23969)) |
13+
### multiple
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [f05a9c655a](https://github.com/angular/components/commit/f05a9c655a7a5f2e61dbf899337f19785d212e3d) | fix | some experimental components not cleaned up completely ([#23994](https://github.com/angular/components/pull/23994)) |
17+
## Special Thanks
18+
Artur Androsovych, Kristiyan Kostadinov, Paul Gschwendtner and Ruslan Lekhman
19+
20+
<!-- CHANGELOG SPLIT MARKER -->
21+
122
<a name="13.0.2"></a>
223
# 13.0.2 "taffy-tangerine" (2021-11-17)
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.0.2",
51+
"version": "13.0.3",
5252
"dependencies": {
5353
"@angular/animations": "13.0.1",
5454
"@angular/common": "13.0.1",

0 commit comments

Comments
 (0)