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

Commit bf5aa35

Browse files
committed
release: v1.1.22
1 parent 67b06f4 commit bf5aa35

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.1.22](https://github.com/angular/material/compare/v1.1.22-rc.0...v1.1.22) (2020-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
8+
9+
110
<a name="1.1.22-rc.0"></a>
211
## [1.1.22-rc.0](https://github.com/angular/material/compare/v1.1.21...v1.1.22-rc.0) (2020-03-13)
312

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material-source",
3-
"version": "1.1.22-rc.0",
3+
"version": "1.1.22",
44
"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.",
55
"keywords": [
66
"client-side",
@@ -130,4 +130,4 @@
130130
"node": ">=8.17",
131131
"npm": ">=5"
132132
}
133-
}
133+
}

0 commit comments

Comments
 (0)