Skip to content

Commit

Permalink
release: bump version to 11.2.3 w/ changelog (#22099)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel authored Mar 3, 2021
1 parent 708035f commit 5712287
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 11.2.3 "vanadium-vessel" (2021-03-03)

### cdk

| | |
| ---------- | --------------------- |
| bug fix | **a11y:** detect fake touchstart events from screen readers ([#21987](https://github.com/angular/components/issues/21987)) ([a99a4d298adf9824a3d57756b9fb35b7a1729f36](https://github.com/angular/components/commit/a99a4d298adf9824a3d57756b9fb35b7a1729f36)), closes [#21947](https://github.com/angular/components/issues/21947) |
| bug fix | **accordion:** allow for closeAll to be used when multiple mode is disabled ([#22055](https://github.com/angular/components/issues/22055)) ([02fcebe1a398360bd80ba2ab5e10439cc17d42f7](https://github.com/angular/components/commit/02fcebe1a398360bd80ba2ab5e10439cc17d42f7)), closes [#22003](https://github.com/angular/components/issues/22003) |
| bug fix | **overlay:** resolve regression when overlay is imported through shorthand path ([#22043](https://github.com/angular/components/issues/22043)) ([#22086](https://github.com/angular/components/issues/22086)) ([2010bb5340e445b50ff1ab6eb89262753549b52f](https://github.com/angular/components/commit/2010bb5340e445b50ff1ab6eb89262753549b52f)), closes [#21896](https://github.com/angular/components/issues/21896) |

### material

| | |
| ---------- | --------------------- |
| bug fix | **datepicker:** hide date selection model from docs ([#22056](https://github.com/angular/components/issues/22056)) ([92de83752f25734f6a1c6bad1120ed9e0a17ab87](https://github.com/angular/components/commit/92de83752f25734f6a1c6bad1120ed9e0a17ab87)), closes [#21985](https://github.com/angular/components/issues/21985) |

### material-experimental

| | |
| ---------- | --------------------- |
| bug fix | **mdc-button:** add mdc ripple class for fab ([#21923](https://github.com/angular/components/issues/21923)) ([e1875945a6b8e2f8ecfae503872658acdbc4ce09](https://github.com/angular/components/commit/e1875945a6b8e2f8ecfae503872658acdbc4ce09)) |
| bug fix | **mdc-form-field:** always check hideRequiredMarker ([#22068](https://github.com/angular/components/issues/22068)) ([020edd5ed0dd24407e79793e1ecfb90aacd52d21](https://github.com/angular/components/commit/020edd5ed0dd24407e79793e1ecfb90aacd52d21)) |


## 11.2.2 "yarn-barn" (2021-02-24)

### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"check-mdc-exports": "ts-node --project scripts/tsconfig.json scripts/check-mdc-exports.ts",
"check-tools": "yarn tsc --project tools/tsconfig-ci.json"
},
"version": "11.2.2",
"version": "11.2.3",
"dependencies": {
"@angular/animations": "^11.1.0",
"@angular/common": "^11.1.0",
Expand Down

0 comments on commit 5712287

Please sign in to comment.