Skip to content

Commit 61f1b01

Browse files
committed
chore(release): v0.1.7
1 parent 0ae4afe commit 61f1b01

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/storybook-nuxt/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## v0.1.7
5+
6+
[compare changes](https://github.com/storybook-vue/storybook-nuxt/compare/v0.1.7-alpha.0...v0.1.7)
7+
48
## v0.1.4
59

610
[compare changes](https://github.com/storybook-vue/storybook-nuxt/compare/v0.1.3...v0.1.4)

packages/storybook-nuxt/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook-vue/nuxt",
3-
"version": "0.1.7-alpha.0",
3+
"version": "0.1.7",
44
"packageManager": "[email protected]",
55
"description": "Storybook for Nuxt and Vite: Develop Vue3 components in isolation with Hot Reloading.",
66
"license": "MIT",
@@ -84,7 +84,8 @@
8484
"@storybook/types": "7.5.0-alpha.3",
8585
"@vitejs/plugin-vue": "^4.2.3",
8686
"@vitejs/plugin-vue-jsx": "^3.0.1",
87-
"changelogen": "^0.5.5"
87+
"changelogen": "^0.5.5",
88+
"unbuild": "^2.0.0"
8889
},
8990
"publishConfig": {
9091
"access": "public"

0 commit comments

Comments
 (0)