Skip to content

Commit 6cf512c

Browse files
ci(changesets): version packages (#377)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7e1e0e8 commit 6cf512c

File tree

4 files changed

+25
-24
lines changed

4 files changed

+25
-24
lines changed

.changeset/open-readers-hug.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,43 @@
11
# Changelog
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#375](https://github.com/paulbuechner/storybook-addon-data-theme-switcher/pull/375) [`19a1ba2`](https://github.com/paulbuechner/storybook-addon-data-theme-switcher/commit/19a1ba2eb1b73a5da73208aefb7d06fb3dfc6154) Thanks [@paulbuechner](https://github.com/paulbuechner)! - Update addon for storybook v10:
8+
- Drop support for Storybook v8.3, and v9 (requires Storybook v10).
9+
- As of v10 Storybook now requires addons to target [ESM only](https://storybook.js.org/docs/addons/addon-migration-guide#esm-only-builds).
10+
Therefore, this release targets ESM only and drops support for CommonJS.
11+
- Node requirements updated to Node 20.19 or higher.
312

413
## Latest Release
5-
### November 5, 2025: [v3.0.0-next.0](/.changelog/v3.0.0-next.0.mdx)
614

15+
### November 5, 2025: [v3.0.0-next.0](/.changelog/v3.0.0-next.0.mdx)
716

817
## Previous Releases
18+
919
### November 5, 2025: [v3.0.0-next.0](/.changelog/v3.0.0-next.0.mdx)
20+
1021
### November 5, 2025: [v2.0.2](/.changelog/v2.0.2.mdx)
22+
1123
### November 5, 2025: [v2.0.1](/.changelog/v2.0.1.mdx)
24+
1225
### June 7, 2025: [v2.0.0-next.0](/.changelog/v2.0.0-next.0.mdx)
26+
1327
### June 7, 2025: [v2.0.0-next.0](/.changelog/v2.0.0-next.0.mdx)
28+
1429
### March 2, 2025: [v1.0.1](/.changelog/v1.0.1.mdx)
30+
1531
### December 30, 2024: [v1.0.0](/.changelog/v1.0.0.mdx)
32+
1633
### March 20, 2024: [v0.4.2](/.changelog/v0.4.2.mdx)
34+
1735
### March 19, 2024: [v0.4.1](/.changelog/v0.4.1.mdx)
36+
1837
### March 19, 2024: [v0.4.0](/.changelog/v0.4.0.mdx)
38+
1939
### January 28, 2024: [v0.2.0](/.changelog/v0.2.0.mdx)
40+
2041
### January 28, 2024: [v0.2.0](/.changelog/v0.2.0.mdx)
21-
### April 15, 2023: [v0.1.7](/.changelog/v0.1.7.mdx)
42+
43+
### April 15, 2023: [v0.1.7](/.changelog/v0.1.7.mdx)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-addon-data-theme-switcher",
3-
"version": "3.0.0-next.1",
3+
"version": "3.0.0",
44
"description": "A Storybook addon to switch the data-theme attribute on the html element",
55
"keywords": [
66
"storybook-addon",

0 commit comments

Comments
 (0)