Skip to content

Commit

Permalink
release: cut the v13.0.0-next.3 release (#23508)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored Sep 1, 2021
1 parent f22a937 commit 2c48fc8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="13.0.0-next.3"></a>
# 13.0.0-next.3 "pith-panther" (2021-09-01)
## Breaking Changes
### material
- * Material now requires at least version 1.34.0 of Sass. Version 1.38.0 is recommended.
### material
| Commit | Type | Description |
| -- | -- | -- |
| [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)) |
| [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)) |
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [829e095524](https://github.com/angular/components/commit/829e09552418d392a2d716aea8b4518b388c7167) | fix | **testing:** fix value stringification in harnesses ([#23421](https://github.com/angular/components/pull/23421)) |
## Special Thanks
Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Rameshwor Shrestha


<a name="12.2.4"></a>
# 12.2.4 "pulp-porpoise" (2021-09-01)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tsc": "node ./node_modules/typescript/bin/tsc",
"prepare": "husky install"
},
"version": "13.0.0-next.2",
"version": "13.0.0-next.3",
"dependencies": {
"@angular/animations": "13.0.0-next.2",
"@angular/common": "13.0.0-next.2",
Expand Down

0 comments on commit 2c48fc8

Please sign in to comment.