Skip to content

Commit d4a6c3b

Browse files
committed
release: cut the v13.1.0-next.1 release
1 parent 565a962 commit d4a6c3b

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
<a name="13.1.0-next.1"></a>
2+
# 13.1.0-next.1 "tulle-turkey" (2021-11-11)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [1267263a83](https://github.com/angular/components/commit/1267263a83d039a62011ac189cdf81b772a39310) | fix | **overlay:** remove Optional decorator in ConnectedOverlayPositionChange constructor ([#23735](https://github.com/angular/components/pull/23735)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [2c637d3129](https://github.com/angular/components/commit/2c637d3129865d3e3e475fea3f1cd3353e06394f) | fix | **chips:** add selected indication in high contrast mode ([#23828](https://github.com/angular/components/pull/23828)) |
11+
| [72d2e5af89](https://github.com/angular/components/commit/72d2e5af89944fe30a11e7487c17ffc3ce863dc6) | fix | **chips:** Declare that MatChipInput.inputElement is always defined ([#23868](https://github.com/angular/components/pull/23868)) |
12+
| [ff7fd485d6](https://github.com/angular/components/commit/ff7fd485d61f1ac38df11ff49825d03db44eac54) | fix | **core:** test environment check not picking up jest ([#23722](https://github.com/angular/components/pull/23722)) |
13+
| [a6d41413cc](https://github.com/angular/components/commit/a6d41413cca4ce446c3eebc03318c880f3b8ef1a) | fix | **form-field:** update outline gap when prefix changes ([#23869](https://github.com/angular/components/pull/23869)) |
14+
| [b533e619ec](https://github.com/angular/components/commit/b533e619ec724ec76deffc67ff6cf923bb7d9c91) | fix | **slide-toggle:** remove tabindex from host node ([#23891](https://github.com/angular/components/pull/23891)) |
15+
### google-maps
16+
| Commit | Type | Description |
17+
| -- | -- | -- |
18+
| [7dbe9a4282](https://github.com/angular/components/commit/7dbe9a42829a2e71cca3363e9a97ec0ea45be276) | feat | Getting google.maps.Map instance ([#23856](https://github.com/angular/components/pull/23856)) |
19+
### multiple
20+
| Commit | Type | Description |
21+
| -- | -- | -- |
22+
| [8cb0f12924](https://github.com/angular/components/commit/8cb0f129243af31545f884668fdcd91f772272c4) | fix | update to angular v13.0.1 to emit proper partial compilation output ([#23951](https://github.com/angular/components/pull/23951)) |
23+
## Special Thanks
24+
Amy Sorto, Jeremy Elbourn, Joey Perrott, Kristiyan Kostadinov, Marco Marche, Miles Malerba, Paul Gschwendtner, Ruslan Lekhman and Umer Naeem
25+
26+
<!-- CHANGELOG SPLIT MARKER -->
27+
128
<a name="13.0.1"></a>
229
# 13.0.1 "chalk-city" (2021-11-11)
330
### 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.0",
51+
"version": "13.1.0-next.1",
5252
"dependencies": {
5353
"@angular/animations": "13.0.1",
5454
"@angular/common": "13.0.1",

0 commit comments

Comments
 (0)