Skip to content

Commit ca7d79e

Browse files
committed
Updated version information for next tag release
1 parent 41a8974 commit ca7d79e

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== normalize-libsass 3.0.2-alpha.2+normalize.3.0.2 (February 9, 2015)
2+
* Fixed critical bug printing units with libsass
3+
* Added additional browser support conditionals for ie
4+
15
=== normalize-libsass 3.0.2-alpha.1+normalize.3.0.2 (February 8, 2015)
26
* Added basic default variables
37
* Added Sass list map for ie styles added conditionally based on browser support

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ normalizing.
1616
## Install
1717

1818
* Download directly from the [project page](https://github.com/krisbulman/normalize-libsass/releases).
19-
* Install with [Bower](http://bower.io/): bower install --save git://github.com/krisbulman/normalize-libsass.git
19+
* Install with [Bower](http://bower.io/): bower install --save git://github.com/krisbulman/normalize-libsass.git#3.0.2-alpha.2+normalize.3.0.2
2020
* Install with [Component](http://component.io/): component install krisbulman/normalize-libsass
2121

2222
No other styles should come before _normalize.scss.
@@ -100,4 +100,4 @@ Please read Necolas' [contributing guidelines](https://github.com/krisbulman/nor
100100
Normalize.css is a project by [Nicolas Gallagher](https://github.com/necolas),
101101
co-created with [Jonathan Neal](https://github.com/jonathantneal).
102102

103-
This libsass compatible port is a project by Kris Bulman.
103+
This libsass compatible port is a project by [Kris Bulman](https://github.com/krisbulman).

Diff for: _normalize.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-libsass 3.0.2-alpha.1+normalize.3.0.2 | MIT/GPLv2 License | lb.cm/normalize-libsass */
1+
/* normalize-libsass 3.0.2-alpha.2+normalize.3.0.2 | MIT/GPLv2 License | lb.cm/normalize-libsass */
22

33
// Variables and Imports
44

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-libsass",
3-
"version": "3.0.2-alpha.1+normalize.3.0.2",
3+
"version": "3.0.2-alpha.2+normalize.3.0.2",
44
"homepage": "https://github.com/krisbulman/normalize-libsass",
55
"author": [
66
"Nicolas Gallagher",

Diff for: component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "normalize-libsass",
33
"repo": "krisbulman/normalize-libsass",
44
"description": "A libsass compatible sass port of normalize.css, a collection of HTML element and attribute style-normalizations.",
5-
"version": "3.0.2-alpha.1+normalize.3.0.2",
5+
"version": "3.0.2-alpha.2+normalize.3.0.2",
66
"author": [
77
"Nicolas Gallagher",
88
"Kris Bulman"

0 commit comments

Comments
 (0)