Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
<a name="0.2.0"></a>
# [0.2.0](v0.1.1...v0.2.0) (2016-03-28)

### Bug Fixes

* **detection:** configure stylePattern basename filters correctly ([b8c9b99](b8c9b99))
* **detection:** throw if no style file is found ([0d95ea6](0d95ea6))
* **errors:** log import identifier when no style file is found ([cadf14c](cadf14c))

### Features

* use concerns (demo/index) to resolve patterns ([57a2f9b](57a2f9b))
  • Loading branch information
marionebl committed Mar 28, 2016
1 parent acf2c89 commit d946f94
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="0.2.0"></a>
# [0.2.0](https://github.com/nerdlabs/patternplate-transform-cssmodules-symbols/compare/v0.1.1...v0.2.0) (2016-03-28)


### Bug Fixes

* **detection:** configure stylePattern basename filters correctly ([b8c9b99](https://github.com/nerdlabs/patternplate-transform-cssmodules-symbols/commit/b8c9b99))
* **detection:** throw if no style file is found ([0d95ea6](https://github.com/nerdlabs/patternplate-transform-cssmodules-symbols/commit/0d95ea6))
* **errors:** log import identifier when no style file is found ([cadf14c](https://github.com/nerdlabs/patternplate-transform-cssmodules-symbols/commit/cadf14c))

### Features

* use concerns (demo/index) to resolve patterns ([57a2f9b](https://github.com/nerdlabs/patternplate-transform-cssmodules-symbols/commit/57a2f9b))



<a name="0.1.1"></a>
## [0.1.1](https://github.com/nerdlabs/patternplate-transform-cssmodules-symbols/compare/v0.1.0...v0.1.1) (2016-03-25)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternplate-transform-cssmodules-symbols",
"version": "0.1.1",
"version": "0.2.0",
"description": "patternplate transform creating css modules",
"main": "distribution/index.js",
"files": [
Expand Down

0 comments on commit d946f94

Please sign in to comment.