Skip to content

Commit 8add881

Browse files
committed
update version number in package.json to 1.2.3
1 parent 0a06f99 commit 8add881

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [1.2.3](https://github.com/angular/material/compare/v1.2.2...v1.2.3) (2021-07-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **datepicker:** ISO 8601 dates decorated as invalid in forms ([0a06f99](https://github.com/angular/material/commit/0a06f995be1f9cbaf963d60e848f2006309fcf12)), closes [#12075](https://github.com/angular/material/issues/12075)
7+
8+
9+
### Features
10+
11+
* **menu:** add a new backdropParent option ([78b1073](https://github.com/angular/material/commit/78b107331e9903874cbb71404683f191f9172f7e))
12+
13+
14+
### Contributors
15+
16+
Thank you to the contributors who helped with the v1.2.3 release:
17+
18+
[<img alt="Splaktar" src="https://avatars1.githubusercontent.com/u/3506071?v=4&s=117" width="117">](https://github.com/Splaktar) |[<img alt="atfzls" src="https://avatars2.githubusercontent.com/u/55975318?v=4&s=117" width="117">](https://github.com/atfzls) |
19+
:---: |:---: |
20+
[Splaktar](https://github.com/Splaktar) |[atfzls](https://github.com/atfzls) |
21+
22+
123
## [1.2.2](https://github.com/angular/material/compare/v1.2.1...v1.2.2) (2020-12-17)
224

325

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.2",
3+
"version": "1.2.3",
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",
@@ -135,4 +135,4 @@
135135
"node": ">=12",
136136
"npm": ">=6"
137137
}
138-
}
138+
}

0 commit comments

Comments
 (0)