Skip to content

Commit

Permalink
Update version to 3.0.0-alpha.1+normalize.3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Feb 11, 2014
1 parent 695573c commit 15e3ab2
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 20 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
=== HEAD
=== normalize-scss 3.0.0-alpha.2+normalize.3.0.0 (February 11, 2014)

* Upgrade to Normalize.css 3.0.0.
* Add additional support-legacy-browser() so IE 8/9/10 and Safari 5 support can be removed.

=== normalize-scss 3.0.0-alpha.1+normalize.2.1.3 (January 22, 2014)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Latest downloadable version

The latest release of _normalize.scss for Sass 3.3 and Compass 1.0 is: [3.0.0-alpha.1+normalize.3.0.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.0-alpha.1%2Bnormalize.3.0.0).
The latest release of _normalize.scss for Sass 3.3 and Compass 1.0 is: [3.0.0-alpha.2+normalize.3.0.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.0-alpha.2%2Bnormalize.3.0.0).
It combines normalize.css v3.0.0 and normalize v1.1.3.

The latest release of _normalize.scss for Sass 3.2 and Compass 0.12 is: [2.2.0+normalize.2.1.3(https://github.com/JohnAlbin/normalize-scss/releases/tag/2.2.0%2Bnormalize.2.1.3).
Expand Down Expand Up @@ -45,7 +45,7 @@ Install using one of the following methods:

Download from the [project page](https://github.com/JohnAlbin/normalize-scss/releases).

Install with [Bower](http://bower.io/): `bower install --save normalize.scss` (or to install the latest pre-release version: `bower install --save normalize.scss#3.0.0-alpha.1+normalize.3.0.0`)
Install with [Bower](http://bower.io/): `bower install --save normalize.scss` (or to install the latest pre-release version: `bower install --save normalize.scss#3.0.0-alpha.2+normalize.3.0.0`)

Install with [Component(1)](http://component.io/): `component install JohnAlbin/normalize-scss`

Expand Down
2 changes: 1 addition & 1 deletion _normalize.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.1+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */


// 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-scss",
"version": "3.0.0-alpha.1+normalize.2.1.3",
"version": "3.0.0-alpha.2+normalize.3.0.0",
"homepage": "https://github.com/JohnAlbin/normalize-scss",
"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-scss",
"repo": "JohnAlbin/normalize-scss",
"description": "This is the Sass/Compass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers.",
"version": "3.0.0-alpha.1+normalize.3.0.0",
"version": "3.0.0-alpha.2+normalize.3.0.0",
"author": [
"Nicolas Gallagher",
"John Albin Wilkins"
Expand Down
4 changes: 2 additions & 2 deletions normalize-scss.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/JohnAlbin/normalize-scss'
s.rubyforge_project =

s.version = '3.0.0.alpha.1'
s.date = '2014-01-21'
s.version = '3.0.0.alpha.2'
s.date = '2014-02-11'
s.licenses = ['GPL-2']

s.authors = ['John Albin Wilkins']
Expand Down
2 changes: 1 addition & 1 deletion tests/controls/font.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.1+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
========================================================================== */
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/controls/ie10.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.1+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
========================================================================== */
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/controls/ie11.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.1+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
========================================================================== */
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/controls/ie6.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.1+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
========================================================================== */
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/controls/ie7.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.1+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
========================================================================== */
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/controls/ie8.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.1+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
========================================================================== */
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/controls/ie9.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.1+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
========================================================================== */
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/controls/indent-amount.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.1+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
========================================================================== */
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/controls/safari5.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.1+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
========================================================================== */
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/controls/safari6.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.1+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
========================================================================== */
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/controls/strict-normalize-false.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.1+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
========================================================================== */
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/controls/strict-normalize-true.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.1+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
========================================================================== */
/**
Expand Down

0 comments on commit 15e3ab2

Please sign in to comment.