Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbuechner committed Feb 18, 2024
1 parent 33fd656 commit 0b2f09f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-squids-turn.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-buckets-sleep.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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-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",
Expand Down

0 comments on commit 0b2f09f

Please sign in to comment.