From 49c1a9249f1abbaf55b2320332c5c6ac29daa6a3 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 7 Apr 2014 16:39:04 +1000 Subject: [PATCH] 0.4.0 --- CHANGELOG.md | 2 ++ bower.json | 2 +- component.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3cad82..16c5f39e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ === HEAD +=== 0.4.0 (April 7, 2013) + * Add npm support. * Update 'suit-base' to 0.4.0. * Update 'suit-utils' to 0.8.0. diff --git a/bower.json b/bower.json index fa853ff8..7a9745c9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "suit", - "version": "0.3.0", + "version": "0.4.0", "author": "Nicolas Gallagher", "dependencies": { "suit-base": "~0.4.0", diff --git a/component.json b/component.json index a7bac4d2..c7a92163 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "suit", "repo": "suitcss/suit", - "version": "0.3.0", + "version": "0.4.0", "dependencies": { "suitcss/base": "0.4.0", "suitcss/utils": "0.8.0", diff --git a/package.json b/package.json index 3088f376..f9d9d24a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suitcss", - "version": "0.3.0", + "version": "0.4.0", "description": "CSS for building self-contained, composable, configurable UI components", "dependencies": { "suitcss-base": "~0.4.0",