Skip to content

Commit

Permalink
chore: release 2.0.0 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 21, 2021
1 parent 0be19ac commit 48cc759
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.0.0](https://www.github.com/storybookjs/addon-postcss/compare/v1.0.0...v2.0.0) (2021-01-21)


### ⚠ BREAKING CHANGES

* accept loader options for all loaders (closes #5)

### Features

* accept loader options for all loaders (closes [#5](https://www.github.com/storybookjs/addon-postcss/issues/5)) ([b49c150](https://www.github.com/storybookjs/addon-postcss/commit/b49c15030b0eeefdb5519d1b5e7c44a78b05b611))


### Bug Fixes

* only import webpack types ([0be19ac](https://www.github.com/storybookjs/addon-postcss/commit/0be19ac831dda8daf4f0946c7284615672a12caa))
* switch back to upstream postcss-loader ([0742e88](https://www.github.com/storybookjs/addon-postcss/commit/0742e889984ddfeb5eb43041df99b343ef37d99e))

## 1.0.0 (2021-01-20)


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": "@storybook/addon-postcss",
"version": "1.0.0",
"version": "2.0.0",
"description": "Storybook addon used to run the PostCSS preprocessor against your stories.",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 48cc759

Please sign in to comment.