From 5d1c32664efc8f3bd38401ae527c4f4271f844b8 Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Mon, 31 Aug 2020 20:32:14 -0700 Subject: [PATCH] release: v1.1.26 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e822d3ae8a4..2b1ae820405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: + +[Splaktar](https://github.com/Splaktar) |[mmalerba](https://github.com/mmalerba) | +:---: |:---: | +[Splaktar](https://github.com/Splaktar) |[mmalerba](https://github.com/mmalerba) | + + ## [1.1.25](https://github.com/angular/material/compare/v1.1.24...v1.1.25) (2020-08-31) diff --git a/package-lock.json b/package-lock.json index faa875091b4..e056ecfd3f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-material-source", - "version": "1.1.25", + "version": "1.1.26", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -14265,4 +14265,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 5277dc0d064..4c5bb014166 100644 --- a/package.json +++ b/package.json @@ -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", @@ -132,4 +132,4 @@ "node": ">=10", "npm": ">=6" } -} +} \ No newline at end of file