Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
release: v1.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Sep 1, 2020
1 parent a27ea82 commit 5d1c326
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.1.26](https://github.com/angular/material/compare/v1.1.25...v1.1.26) (2020-09-01)


### Bug Fixes

* **calendar, datepicker:** fix MomentJS custom format support ([667a78f](https://github.com/angular/material/commit/667a78f955b0980735aab744eeb5a2b22f6fbfa1)), closes [#12003](https://github.com/angular/material/issues/12003) [#11949](https://github.com/angular/material/issues/11949)


### Contributors

Thank you to the contributors who helped with the v1.1.26 release:

[<img alt="Splaktar" src="https://avatars1.githubusercontent.com/u/3506071?v=4&s=117" width="117">](https://github.com/Splaktar) |[<img alt="mmalerba" src="https://avatars0.githubusercontent.com/u/14793288?v=4&s=117" width="117">](https://github.com/mmalerba) |
:---: |:---: |
[Splaktar](https://github.com/Splaktar) |[mmalerba](https://github.com/mmalerba) |


<a name="1.1.25"></a>
## [1.1.25](https://github.com/angular/material/compare/v1.1.24...v1.1.25) (2020-08-31)

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.25",
"version": "1.1.26",
"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 @@ -132,4 +132,4 @@
"node": ">=10",
"npm": ">=6"
}
}
}

0 comments on commit 5d1c326

Please sign in to comment.