Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
release: v1.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Apr 30, 2020
1 parent 67b06f4 commit bf5aa35
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.22](https://github.com/angular/material/compare/v1.1.22-rc.0...v1.1.22) (2020-04-30)


### Bug Fixes

* **select:** menuController not defined edge case in focusOptionNode ([b9d8322](https://github.com/angular/material/commit/b9d832209f8b9e25b4bc5dc2654bf18421144816)), closes [#11885](https://github.com/angular/material/issues/11885)



<a name="1.1.22-rc.0"></a>
## [1.1.22-rc.0](https://github.com/angular/material/compare/v1.1.21...v1.1.22-rc.0) (2020-03-13)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-material-source",
"version": "1.1.22-rc.0",
"version": "1.1.22",
"description": "The AngularJS Material project is an implementation of Material Design in AngularJS. This project provides a set of reusable, well-tested, and accessible Material Design UI components. AngularJS Material is supported internally at Google by the AngularJS, Angular Components, and other product teams.",
"keywords": [
"client-side",
Expand Down Expand Up @@ -130,4 +130,4 @@
"node": ">=8.17",
"npm": ">=5"
}
}
}

0 comments on commit bf5aa35

Please sign in to comment.