Skip to content

Commit dd8036f

Browse files
committed
0.2.0
1 parent 84cc68d commit dd8036f

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+
=== 0.2.0 (June 22, 2014)
4+
35
* Fix npm support.
46
* Add new preprocessor build tools.
57
* Update 'components-arrange' to ~0.5.1.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "suitcss-components",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"author": "Nicolas Gallagher",
55
"dependencies": {
66
"suit-components-arrange": "~0.5.1",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "suitcss-components",
33
"repo": "suitcss/components",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"dependencies": {
66
"suitcss/components-arrange": "0.5.1",
77
"suitcss/components-button": "3.3.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "suitcss-components",
33
"description": "Components for SUIT CSS",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"style": "index.css",
66
"files": [
77
"index.css"

0 commit comments

Comments
 (0)