Skip to content

Commit 2c48fc8

Browse files
authored
release: cut the v13.0.0-next.3 release (#23508)
1 parent f22a937 commit 2c48fc8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="13.0.0-next.3"></a>
2+
# 13.0.0-next.3 "pith-panther" (2021-09-01)
3+
## Breaking Changes
4+
### material
5+
- * Material now requires at least version 1.34.0 of Sass. Version 1.38.0 is recommended.
6+
### material
7+
| Commit | Type | Description |
8+
| -- | -- | -- |
9+
| [ab6e12f4d7](https://github.com/angular/components/commit/ab6e12f4d7a196e4eb69b7b5740eb6094432a809) | fix | **tabs:** tab header border reset when parent has a background color ([#23450](https://github.com/angular/components/pull/23450)) |
10+
| [40f0674e39](https://github.com/angular/components/commit/40f0674e3959d53cd6413cf3a5c30053ca0973d9) | refactor | **core:** update minimum required sass version and clean up workarounds ([#23414](https://github.com/angular/components/pull/23414)) |
11+
### cdk
12+
| Commit | Type | Description |
13+
| -- | -- | -- |
14+
| [829e095524](https://github.com/angular/components/commit/829e09552418d392a2d716aea8b4518b388c7167) | fix | **testing:** fix value stringification in harnesses ([#23421](https://github.com/angular/components/pull/23421)) |
15+
## Special Thanks
16+
Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Rameshwor Shrestha
17+
18+
119
<a name="12.2.4"></a>
220
# 12.2.4 "pulp-porpoise" (2021-09-01)
321
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"tsc": "node ./node_modules/typescript/bin/tsc",
5252
"prepare": "husky install"
5353
},
54-
"version": "13.0.0-next.2",
54+
"version": "13.0.0-next.3",
5555
"dependencies": {
5656
"@angular/animations": "13.0.0-next.2",
5757
"@angular/common": "13.0.0-next.2",

0 commit comments

Comments
 (0)