Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Oct 31, 2015
1 parent aec230c commit f07c54e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
=== HEAD
### HEAD

=== 0.6.0 (July 2, 2014)
### 0.7.0 (Oct 31, 2015)

* Update 'base' to 1.0.1

### 0.6.0 (July 2, 2014)

* Update 'base' to 0.7.0.
* Update 'components' to 0.3.0.

=== 0.5.0 (June 23, 2014)
### 0.5.0 (June 23, 2014)

* Update documentation.
* Fix npm support.
Expand All @@ -16,7 +20,7 @@
* Update 'components' to 0.2.0.
* Remove 'components-button-group'.

=== 0.4.0 (April 7, 2014)
### 0.4.0 (April 7, 2014)

* Add npm support.
* Update 'base' to 0.4.0.
Expand All @@ -29,7 +33,7 @@
* Update all documentation.
* Update code style.

=== 0.3.0 (November 20, 2013)
### 0.3.0 (November 20, 2013)

* Update 'base' to 0.3.0.
* Update 'utils' to 0.7.1.
Expand All @@ -47,14 +51,14 @@
* Simplify utility naming conventions.
* Rewrite the documentation.

=== 0.2.0 (May 26, 2013)
### 0.2.0 (May 26, 2013)

* Add 'arrange' component.
* Update 'button' to ~2.0.0.
* Update 'utils' to ~0.4.0.
* Documentation improvements.

=== 0.1.0 (March 22, 2013)
### 0.1.0 (March 22, 2013)

* Rewrite documentation; improve clarity and examples.
* Introduce a distinction between global- and component-state classes.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "suitcss",
"version": "0.6.0",
"version": "0.7.0",
"description": "CSS base styles, utilities, and structural components for web apps",
"style": "index.css",
"files": [
"index.css"
],
"dependencies": {
"suitcss-base": "~0.7.0",
"suitcss-base": "~1.0.1",
"suitcss-utils": "~0.10.0",
"suitcss-components": "~0.3.0"
},
Expand Down

0 comments on commit f07c54e

Please sign in to comment.