Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Mar 27, 2014
1 parent 2079470 commit aa44041
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
=== HEAD

=== 0.4.0 (March 27, 2014)

* Add npm support.
* Add SUIT-style Component(1) build pipeline.
* Depend on 'normalize.css' 3.0.x.
Expand Down
2 changes: 1 addition & 1 deletion base.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! suit-base v0.3.0 | MIT License | github.com/suitcss */
/*! suit-base v0.4.0 | MIT License | github.com/suitcss */

/* ==========================================================================
Base
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": "suit-base",
"version": "0.3.0",
"version": "0.4.0",
"author": "Nicolas Gallagher",
"main": "base.css",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "base",
"repo": "suitcss/base",
"version": "0.3.0",
"version": "0.4.0",
"styles": ["base.css"],
"dependencies": {
"necolas/normalize.css": "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "suitcss-base",
"description": "Base styles for SUIT CSS",
"version": "0.3.0",
"version": "0.4.0",
"style": "base.css",
"files": [
"base.css",
Expand Down

0 comments on commit aa44041

Please sign in to comment.