diff --git a/.changeset/empty-squids-turn.md b/.changeset/empty-squids-turn.md deleted file mode 100644 index b33de7d..0000000 --- a/.changeset/empty-squids-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"storybook-addon-data-theme-switcher": minor ---- - -Export `ThemeConfig` type to be used with `globalTypes` `dataThemes` configuration options diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index c389021..0000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "mode": "pre", - "tag": "next", - "initialVersions": { - "storybook-addon-data-theme-switcher": "0.2.0" - }, - "changesets": ["empty-squids-turn", "twenty-buckets-sleep"] -} diff --git a/.changeset/twenty-buckets-sleep.md b/.changeset/twenty-buckets-sleep.md deleted file mode 100644 index 31e8bb2..0000000 --- a/.changeset/twenty-buckets-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"storybook-addon-data-theme-switcher": minor ---- - -Adds the ability to have a custom data attribute for your html instead of only `data-theme` diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ab65d..6b796f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.3.0 + +### Minor Changes + +- [#86](https://github.com/paulbuechner/storybook-addon-data-theme-switcher/pull/86) [`33fd656`](https://github.com/paulbuechner/storybook-addon-data-theme-switcher/commit/33fd656c882ba5e4156bac2125b573baadeb1f50) Thanks [@paulbuechner](https://github.com/paulbuechner)! - Export `ThemeConfig` type to be used with `globalTypes` `dataThemes` configuration options + +- [#86](https://github.com/paulbuechner/storybook-addon-data-theme-switcher/pull/86) [`33fd656`](https://github.com/paulbuechner/storybook-addon-data-theme-switcher/commit/33fd656c882ba5e4156bac2125b573baadeb1f50) Thanks [@paulbuechner](https://github.com/paulbuechner)! - Adds the ability to have a custom data attribute for your html instead of only `data-theme` + ## 0.3.0-next.2 ### Patch Changes diff --git a/package.json b/package.json index e63f452..6086a03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storybook-addon-data-theme-switcher", - "version": "0.3.0-next.2", + "version": "0.3.0", "description": "A Storybook addon to switch the data-theme attribute on the html element", "keywords": [ "storybook-addons",