Skip to content

Commit 7092f5f

Browse files
committed
release: cut the v13.1.1 release
1 parent 0629a2c commit 7092f5f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="13.1.1"></a>
2+
# 13.1.1 "chiffon-cabbage" (2021-12-16)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [0629a2c1b3](https://github.com/angular/components/commit/0629a2c1b381dfe2cc86669d5d81609335a06add) | fix | **schematics:** don't replace variables contained within the names of other variables in theming API migration ([#24021](https://github.com/angular/components/pull/24021)) |
7+
| [6ce89aa0a5](https://github.com/angular/components/commit/6ce89aa0a54a6a94da8b2c119e68e08e75af6de4) | fix | **stepper:** assistive technology reading out stepper icon ([#24025](https://github.com/angular/components/pull/24025)) |
8+
| [655b41ab0f](https://github.com/angular/components/commit/655b41ab0f5d1d35f5a6a5e9c009f82688c3c21f) | fix | **tabs:** remove CSS content from chevron element ([#24091](https://github.com/angular/components/pull/24091)) |
9+
## Special Thanks
10+
Kristiyan Kostadinov and Paul Gschwendtner
11+
12+
<!-- CHANGELOG SPLIT MARKER -->
13+
114
<a name="13.1.0"></a>
215
# 13.1.0 "granite-garden" (2021-12-08)
316
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"tsc": "node ./node_modules/typescript/bin/tsc",
5050
"prepare": "husky install"
5151
},
52-
"version": "13.1.0",
52+
"version": "13.1.1",
5353
"dependencies": {
5454
"@angular/animations": "^13.1.0",
5555
"@angular/common": "^13.1.0",

0 commit comments

Comments
 (0)