Skip to content

Commit d6821d1

Browse files
ci(changesets): version packages (next) (#374)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7056b1e commit d6821d1

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"storybook-addon-data-theme-switcher": "2.0.2"
66
},
77
"changesets": [
8+
"five-wolves-lose",
89
"open-readers-hug"
910
]
1011
}

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,37 @@
11
# Changelog
22

3+
## 3.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- [#375](https://github.com/paulbuechner/storybook-addon-data-theme-switcher/pull/375) [`7056b1e`](https://github.com/paulbuechner/storybook-addon-data-theme-switcher/commit/7056b1e08439efc4d8da1766a7de1cc87be9050b) Thanks [@paulbuechner](https://github.com/paulbuechner)! - Restore show in docs menu
38

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

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

813
## Previous Releases
14+
915
### November 5, 2025: [v2.0.2](/.changelog/v2.0.2.mdx)
16+
1017
### November 5, 2025: [v2.0.1](/.changelog/v2.0.1.mdx)
18+
1119
### June 7, 2025: [v2.0.0-next.0](/.changelog/v2.0.0-next.0.mdx)
20+
1221
### June 7, 2025: [v2.0.0-next.0](/.changelog/v2.0.0-next.0.mdx)
22+
1323
### March 2, 2025: [v1.0.1](/.changelog/v1.0.1.mdx)
24+
1425
### December 30, 2024: [v1.0.0](/.changelog/v1.0.0.mdx)
26+
1527
### March 20, 2024: [v0.4.2](/.changelog/v0.4.2.mdx)
28+
1629
### March 19, 2024: [v0.4.1](/.changelog/v0.4.1.mdx)
30+
1731
### March 19, 2024: [v0.4.0](/.changelog/v0.4.0.mdx)
32+
1833
### January 28, 2024: [v0.2.0](/.changelog/v0.2.0.mdx)
34+
1935
### January 28, 2024: [v0.2.0](/.changelog/v0.2.0.mdx)
20-
### April 15, 2023: [v0.1.7](/.changelog/v0.1.7.mdx)
36+
37+
### 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.0",
3+
"version": "3.0.0-next.1",
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)