Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Feb 14, 2016
1 parent 53422a3 commit 1e5b91b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 15 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,49 @@
=== HEAD
### HEAD

=== 0.5.1 (October 28, 2014)
### 1.0.0 (February 14, 2016)

* Update to preprocessor `^1.0.0`
* Update to 'utils-after' `^1.0.0`.
* Update to 'utils-before' `^1.0.0`.

### 0.5.1 (October 28, 2014)

* Add support for JS bundling.

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

* Update to 'utils-after' 0.3.0.
* Update to 'utils-before' 0.3.0.
* npm-based workflow.
* Add new preprocessor build tools.

=== 0.4.2 (March 26, 2014)
### 0.4.2 (March 26, 2014)

* Update to 'utils-after' 0.2.2.
* Update to 'utils-before' 0.2.2.

=== 0.4.1 (March 26, 2014)
### 0.4.1 (March 26, 2014)

* Fix npm dependency names.

=== 0.4.0 (March 25, 2014)
### 0.4.0 (March 25, 2014)

* Add npm support.
* Update to 'utils-after' 0.2.0.
* Update to 'utils-before' 0.2.0.
* Depend on 'utils-before' and 'utils-after'.

=== 0.3.0 (September 26, 2013)
### 0.3.0 (September 26, 2013)

* Add responsive offset plugins.
* Add CSS linting and configuration.
* Add Component(1) support.

=== 0.2.0 (August 14, 2013)
### 0.2.0 (August 14, 2013)

* Add `!important` to every declaration.
* Remove stray `before3of9` and `after3of9` selectors.

=== 0.1.0 (June 2, 2013)
### 0.1.0 (June 2, 2013)

* Initial public release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "suitcss-utils-offset",
"description": "Offset utilities for SUIT CSS",
"version": "0.5.1",
"version": "1.0.0",
"style": "index.css",
"files": [
"index.css",
Expand Down

0 comments on commit 1e5b91b

Please sign in to comment.