From ca7d79ea5e44dab6e8890509ac52d3b78101bca0 Mon Sep 17 00:00:00 2001 From: Kris Bulman Date: Mon, 9 Feb 2015 10:30:59 -0400 Subject: [PATCH] Updated version information for next tag release --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- _normalize.scss | 2 +- bower.json | 2 +- component.json | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d640523f..1b029f9ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index ffb8d116f..28406af0b 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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). diff --git a/_normalize.scss b/_normalize.scss index a8064cb0e..1f09d4fbd 100644 --- a/_normalize.scss +++ b/_normalize.scss @@ -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 diff --git a/bower.json b/bower.json index ff399c1b5..b2cea1dc5 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/component.json b/component.json index c8203f9ed..b98602396 100644 --- a/component.json +++ b/component.json @@ -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"