Skip to content

Commit 7f1e59a

Browse files
committed
v3.0.0-rc.1
1 parent 488f365 commit 7f1e59a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
=== HEAD
22

3+
=== 3.0.0-rc.1 (January 26, 2014)
4+
35
* Explicit tests for each normalization.
46
* Fix i18n for `q` element.
57
* Fix `pre` text formatting and overflow.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-css",
3-
"version": "2.1.3",
3+
"version": "3.0.0-rc.1",
44
"main": "normalize.css",
55
"author": "Nicolas Gallagher",
66
"ignore": [

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "normalize-css",
33
"repo": "necolas/normalize.css",
4-
"version": "2.1.3",
4+
"version": "3.0.0-rc.1",
55
"styles": ["normalize.css"],
66
"author": "Nicolas Gallagher",
77
"license": "MIT"

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
1+
/*! normalize.css v3.0.0-rc.1 | MIT License | git.io/normalize */
22

33
/**
44
* 1. Set default font family to sans-serif.

0 commit comments

Comments
 (0)