Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed May 31, 2015
1 parent c6b2efe commit e9e3fc4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== normalize-libsass 1.0.3 (May 31, 2015)

* Remove unnecessary vendor prefixes.
* Add `main` property.

=== normalize-libsass 1.0.2 (March 6, 2015)
* Added convert-units function to keep it real with Sass units (Thanks @HugoGiraudel)

Expand All @@ -23,6 +28,11 @@ Initial stable release published as npm module

=== HEAD

=== 3.0.3 (March 30, 2015)

* Remove unnecessary vendor prefixes.
* Add `main` property.

=== 3.0.2 (October 4, 2014)

* Only alter `background-color` of links in IE 10.
Expand Down
2 changes: 1 addition & 1 deletion _normalize.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
////
/// normalize-libsass 1.0.2
/// normalize-libsass 1.0.3
/// MIT/GPLv2 License
/// lb.cm/normalize-libsass
////
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize-libsass",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/krisbulman/normalize-libsass",
"author": [
"Nicolas Gallagher",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "normalize-libsass",
"repo": "krisbulman/normalize-libsass",
"description": "A libsass compatible sass port of normalize.css, a collection of HTML element and attribute style-normalizations.",
"version": "1.0.2",
"version": "1.0.3",
"author": [
"Nicolas Gallagher",
"Kris Bulman"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize-libsass",
"version": "1.0.2",
"version": "1.0.3",
"description": "A libsass compatible sass port of normalize.css, a collection of HTML element and attribute style-normalizations.",
"devDependencies": {
"grunt": "~0.4",
Expand Down

0 comments on commit e9e3fc4

Please sign in to comment.