Skip to content

Commit 7d8efdd

Browse files
author
Denis Malinochkin
committed
v2.0.1
1 parent 297aa4f commit 7d8efdd

8 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* **v2.0.1** (2015-03-23)
2+
- Fixed typo in `material-shadows-prefixed.scss`
3+
14
* **v2.0.0** (2015-03-01)
25
- Completely revised structure.
36
- Correct settings for shadows.

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-shadows",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"authors": [
55
"@mrmlnc (Denis Malinochkin)"
66
],
@@ -20,6 +20,7 @@
2020
"license": "MIT",
2121
"homepage": "https://github.com/mrmlnc/material-shadows",
2222
"ignore": [
23-
"example.html"
23+
"example.html",
24+
"test"
2425
]
2526
}

material-shadows-prefixed.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Name: Material Shadows
33
// Description: Paper shadows of material design.
4-
// Version: 2.0.0
4+
// Version: 2.0.1
55
//
66
// Author: Denis Malinochkin
77
// Git: https://github.com/mrmlnc/material-shadows

material-shadows-prefixed.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Name: Material Shadows
33
// Description: Paper shadows of material design.
4-
// Version: 2.0.0
4+
// Version: 2.0.1
55
//
66
// Author: Denis Malinochkin
77
// Git: https://github.com/mrmlnc/material-shadows

material-shadows-prefixed.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Name: Material Shadows
33
// Description: Paper shadows of material design.
4-
// Version: 2.0.0
4+
// Version: 2.0.1
55
//
66
// Author: Denis Malinochkin
77
// Git: https://github.com/mrmlnc/material-shadows

material-shadows.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Name: Material Shadows
33
// Description: Paper shadows of material design.
4-
// Version: 2.0.0
4+
// Version: 2.0.1
55
//
66
// Author: Denis Malinochkin
77
// Git: https://github.com/mrmlnc/material-shadows

material-shadows.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Name: Material Shadows
33
// Description: Paper shadows of material design.
4-
// Version: 2.0.0
4+
// Version: 2.0.1
55
//
66
// Author: Denis Malinochkin
77
// Git: https://github.com/mrmlnc/material-shadows

material-shadows.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Name: Material Shadows
33
// Description: Paper shadows of material design.
4-
// Version: 2.0.0
4+
// Version: 2.0.1
55
//
66
// Author: Denis Malinochkin
77
// Git: https://github.com/mrmlnc/material-shadows

0 commit comments

Comments
 (0)