Skip to content

Commit

Permalink
Update version to 3.0.2+normalize.3.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Nov 6, 2014
1 parent 1da3ca4 commit 11e3409
Show file tree
Hide file tree
Showing 19 changed files with 25 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== normalize-scss 3.0.2+normalize.3.0.2 (November 6, 2014)

* Upgrade to Normalize.css 3.0.2.
* Added Compass' output-rhythm() mixin.

=== normalize-scss 3.0.1+normalize.3.0.1 (August 26, 2014)

* Update figure ruleset to output for Safari 6.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Latest downloadable version

The latest release of _normalize.scss for Sass 3.3 and Compass 1.0 is: [3.0.1+normalize.3.0.1](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.1%2Bnormalize.3.0.1).
It combines normalize.css v3.0.1 and normalize v1.1.3.
The latest release of _normalize.scss for Sass 3.3 and Compass 1.0 is: [3.0.2+normalize.3.0.2](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.2%2Bnormalize.3.0.2).
It combines normalize.css v3.0.2 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).
It combines normalize.css v2.1.3 and normalize v1.1.3.
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.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.2+normalize.3.0.2 | 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.1+normalize.3.0.1",
"version": "3.0.2+normalize.3.0.2",
"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.1+normalize.3.0.1",
"version": "3.0.2+normalize.3.0.2",
"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.1'
s.date = '2014-08-26'
s.version = '3.0.2'
s.date = '2014-11-06'
s.licenses = ['GPL-2']

s.authors = ['John Albin Wilkins']
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-scss",
"version": "3.0.1",
"version": "3.0.2",
"description": "Normalize-scss as a node packaged module",
"style": "_normalize.scss",
"files": [
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.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
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.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
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.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
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.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
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.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
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.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
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.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
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.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
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.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
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.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
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.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
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.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
Expand Down

0 comments on commit 11e3409

Please sign in to comment.