Skip to content

Commit 49f66d4

Browse files
chore(main): release 0.6.0 (#120)
* chore(main): release 0.6.0 * chore: Format CHANGELOG.md with Prettier --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c74e0db commit 49f66d4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "0.5.0" }
1+
{ ".": "0.6.0" }

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/tobiasdiez/storybook-vue-addon/compare/v0.5.0...v0.6.0) (2024-08-20)
4+
5+
### 🔖 Features
6+
7+
- export Story and Stories components from `/core` ([#84](https://github.com/tobiasdiez/storybook-vue-addon/issues/84)) ([c74e0db](https://github.com/tobiasdiez/storybook-vue-addon/commit/c74e0dbc0b5f3aa949e9616c62ffd8f30836a042))
8+
9+
### 🐛 Bug Fixes
10+
11+
- improve virtual module handling to support storybook v8 ([#121](https://github.com/tobiasdiez/storybook-vue-addon/issues/121)) ([30147fd](https://github.com/tobiasdiez/storybook-vue-addon/commit/30147fde08d2eacef21a14875df846c6a142f7ac))
12+
13+
### 🧹 Miscellaneous
14+
15+
- Add chromatic as sponsor ([9f29587](https://github.com/tobiasdiez/storybook-vue-addon/commit/9f2958707e013a9b14122d417652c36552b4b35c))
16+
- upgrade to storybook v8 ([#101](https://github.com/tobiasdiez/storybook-vue-addon/issues/101)) ([96984bc](https://github.com/tobiasdiez/storybook-vue-addon/commit/96984bca3fd7a7cfeb757de5084546b9aa786abf))
17+
318
## [0.5.0](https://github.com/tobiasdiez/storybook-vue-addon/compare/v0.4.0...v0.5.0) (2024-08-04)
419

520
### 🔖 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "storybook-vue-addon",
33
"type": "module",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"packageManager": "pnpm@9.6.0",
66
"description": "Storybook stories in native Vue format",
77
"license": "MIT",

0 commit comments

Comments
 (0)