From f17e57aba72ebd01d999c8c45c05887bc3b0294b Mon Sep 17 00:00:00 2001 From: Hans Christian Reinl Date: Thu, 29 Aug 2013 13:21:46 +0200 Subject: [PATCH 1/3] Update component.json to fit new specification Please see 690f8abb to see the full description in v2. --- CHANGELOG.md | 2 ++ component.json | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3857116..02f020965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ == HEAD +* Update component.json to fit new specification + == 1.1.2 (May 11, 2013) * Revert root `color` and `background` normalizations. diff --git a/component.json b/component.json index 0158d2ec0..8ee01235c 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,8 @@ { "name": "normalize-css", + "repo": "necolas/normalize.css", "version": "1.1.2", "styles": ["normalize.css"], - "author": "Nicolas Gallagher" + "author": "Nicolas Gallagher", + "license": "MIT" } From e44e170c503924b1e290b963f6ddccc65e231f14 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Thu, 29 Aug 2013 18:53:00 -0700 Subject: [PATCH 2/3] Mention that v1 is no longer maintained --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 87167294b..d90744032 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # normalize.css v1 +**v1 is no longer maintained.** + Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only From 857aa8bfd433a8b0457b4df6ac882dc072d37220 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Thu, 29 Aug 2013 18:53:52 -0700 Subject: [PATCH 3/3] v1.1.3 --- CHANGELOG.md | 16 +++++++++------- README.md | 2 +- bower.json | 2 +- component.json | 2 +- normalize.css | 2 +- 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f020965..63ba1ffab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,34 @@ -== HEAD +=== HEAD + +=== 1.1.3 (August 30, 2013) * Update component.json to fit new specification -== 1.1.2 (May 11, 2013) +=== 1.1.2 (May 11, 2013) * Revert root `color` and `background` normalizations. -== 1.1.1 (April 8, 2013) +=== 1.1.1 (April 8, 2013) * Normalize root `color` and `background` to counter the effects of system color schemes. -== 1.1.0 (January 21, 2013) +=== 1.1.0 (January 21, 2013) * Normalize `text-transform` for `button` and `select`. * Normalize `hr` element (excluding IE 6/7). * Add `main` element to HTML5 display definitions. * Fix cursor style for disabled button `input`. -== 1.0.2 (November 17, 2012) +=== 1.0.2 (November 17, 2012) * Correct `h6` font size normalization. -== 1.0.1 (August 19, 2012) +=== 1.0.1 (August 19, 2012) * Adjust `small` font size normalization. -== 1.0.0 (August 14, 2012) +=== 1.0.0 (August 14, 2012) (Only the notable changes since public release) diff --git a/README.md b/README.md index d90744032..157e2a646 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing. -[Check out the demo](http://necolas.github.io/normalize.css/1.1.0/test.html) +[Check out the demo](http://necolas.github.io/normalize.css/1.1.3/test.html) ## What does it do? diff --git a/bower.json b/bower.json index b8828007f..1a194abed 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "normalize-css", - "version": "1.1.2", + "version": "1.1.3", "main": "normalize.css", "author": "Nicolas Gallagher", "ignore": [ diff --git a/component.json b/component.json index 8ee01235c..071a40ed7 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "normalize-css", "repo": "necolas/normalize.css", - "version": "1.1.2", + "version": "1.1.3", "styles": ["normalize.css"], "author": "Nicolas Gallagher", "license": "MIT" diff --git a/normalize.css b/normalize.css index 6e8e42d8c..42e24d688 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css v1.1.2 | MIT License | git.io/normalize */ +/*! normalize.css v1.1.3 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions