Skip to content

Commit

Permalink
Updated version information for next tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbulman committed Feb 9, 2015
1 parent 41a8974 commit ca7d79e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== normalize-libsass 3.0.2-alpha.2+normalize.3.0.2 (February 9, 2015)
* Fixed critical bug printing units with libsass
* Added additional browser support conditionals for ie

=== normalize-libsass 3.0.2-alpha.1+normalize.3.0.2 (February 8, 2015)
* Added basic default variables
* Added Sass list map for ie styles added conditionally based on browser support
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ normalizing.
## Install

* Download directly from the [project page](https://github.com/krisbulman/normalize-libsass/releases).
* Install with [Bower](http://bower.io/): bower install --save git://github.com/krisbulman/normalize-libsass.git
* 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
* Install with [Component](http://component.io/): component install krisbulman/normalize-libsass

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

This libsass compatible port is a project by Kris Bulman.
This libsass compatible port is a project by [Kris Bulman](https://github.com/krisbulman).
2 changes: 1 addition & 1 deletion _normalize.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-libsass 3.0.2-alpha.1+normalize.3.0.2 | MIT/GPLv2 License | lb.cm/normalize-libsass */
/* normalize-libsass 3.0.2-alpha.2+normalize.3.0.2 | MIT/GPLv2 License | lb.cm/normalize-libsass */

// Variables and Imports

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": "3.0.2-alpha.1+normalize.3.0.2",
"version": "3.0.2-alpha.2+normalize.3.0.2",
"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": "3.0.2-alpha.1+normalize.3.0.2",
"version": "3.0.2-alpha.2+normalize.3.0.2",
"author": [
"Nicolas Gallagher",
"Kris Bulman"
Expand Down

0 comments on commit ca7d79e

Please sign in to comment.