Skip to content

Commit e418f71

Browse files
committed
chore: release version 5.0.0
1 parent 6dfb6ae commit e418f71

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material-css-vars",
3-
"version": "5.0.0-next.2",
3+
"version": "5.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/material-css-vars/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"name": "angular-material-css-vars",
3-
"version": "5.0.0-next.2",
3+
"version": "5.0.0",
44
"description": "Little library to use css variables for @angular/material",
55
"author": "johannesjo <[email protected]> (http://super-productivity.com)",
6+
"contributors": [
7+
{
8+
"name": "Daniel Kimmich",
9+
"url": "https://github.com/json-derulo"
10+
}
11+
],
612
"license": "MIT",
713
"repository": {
814
"type": "git",

0 commit comments

Comments
 (0)