Skip to content

Commit

Permalink
release: bump version to 12.0.3 w/ changelog (#22874)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Jun 3, 2021
1 parent 48d2df2 commit c724684
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
## 12.0.3 "paper-platypus" (2021-06-03)

### material

| | |
| ---------- | --------------------- |
| bug fix | **radio:** disable ripples under noop animations module ([#22855](https://github.com/angular/components/issues/22855)) ([a3bb57387027278743b52a8bf88de2ccf481d7e8](https://github.com/angular/components/commit/a3bb57387027278743b52a8bf88de2ccf481d7e8)) |
| bug fix | **schematics:** don't insert duplicate `[@use](https://github.com/use)` statements in themingApi ([#22755](https://github.com/angular/components/issues/22755)) ([48d2df24289f226631626bdaf83c7efde06310ea](https://github.com/angular/components/commit/48d2df24289f226631626bdaf83c7efde06310ea)) |

### material-experimental

| | |
| ---------- | --------------------- |
| bug fix | **mdc-table:** add background inherit to header cells ([#22751](https://github.com/angular/components/issues/22751)) ([6b5d8e4648b22b978e0fff71d52e46d5ef7b3348](https://github.com/angular/components/commit/6b5d8e4648b22b978e0fff71d52e46d5ef7b3348)) |


## 12.0.2 "cardboard-box" (2021-05-26)

### material
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"check-tools": "yarn tsc --project tools/tsconfig-ci.json",
"prepare": "husky install"
},
"version": "12.0.2",
"version": "12.0.3",
"dependencies": {
"@angular/animations": "^12.0.0",
"@angular/common": "^12.0.0",
Expand Down

0 comments on commit c724684

Please sign in to comment.