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

Commit 0b55529

Browse files
committed
update version number in package.json to 1.2.5
1 parent bfc8ae7 commit 0b55529

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.2.5](https://github.com/angular/material/compare/v1.2.4...v1.2.5) (2022-04-11)
2+
3+
One final release of AngularJS in order to update package README files on npm.
4+
15
## [1.2.4](https://github.com/angular/material/compare/v1.2.3...v1.2.4) (2021-12-16)
26

37

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.2.4",
3+
"version": "1.2.5",
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",
@@ -138,4 +138,4 @@
138138
"node": ">=12",
139139
"npm": ">=6"
140140
}
141-
}
141+
}

0 commit comments

Comments
 (0)