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

Commit e21e24b

Browse files
committed
update version number in package.json to 1.1.26
1 parent d099bec commit e21e24b

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1+
## [1.1.26](https://github.com/angular/material/compare/v1.1.25...v1.1.26) (2020-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
8+
9+
### Contributors
10+
11+
Thank you to the contributors who helped with the v1.1.26 release:
12+
13+
[<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) |
14+
:---: |:---: |
15+
[Splaktar](https://github.com/Splaktar) |[mmalerba](https://github.com/mmalerba) |
16+
17+
118
<a name="1.1.25"></a>
2-
## [1.1.25](https://github.com/angular/material/compare/v1.1.24...v1.1.25) (2020-09-01)
19+
## [1.1.25](https://github.com/angular/material/compare/v1.1.24...v1.1.25) (2020-08-31)
320

421

522
### Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material-source",
3-
"version": "1.2.0",
3+
"version": "1.1.26",
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",
@@ -133,4 +133,4 @@
133133
"node": ">=10",
134134
"npm": ">=6"
135135
}
136-
}
136+
}

0 commit comments

Comments
 (0)