Skip to content

Commit

Permalink
chore(release): v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Sep 28, 2023
1 parent c8864b4 commit 53aaf3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
7 changes: 7 additions & 0 deletions packages/storybook-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog


## v0.1.3

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

11 changes: 5 additions & 6 deletions packages/storybook-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook-vue/nuxt",
"version": "0.1.3-alpha.0",
"version": "0.1.3",
"packageManager": "[email protected]",
"description": "Storybook for Nuxt and Vite: Develop Vue3 components in isolation with Hot Reloading.",
"license": "MIT",
Expand Down Expand Up @@ -57,7 +57,8 @@
"build:watch": "unbuild --stub",
"test": "vitest run",
"dev": "unbuild && cd playground && storybook dev -p 6006",
"prepack": "unbuild"
"prepack": "unbuild",
"release": "pnpm changelogen --release --push && pnpm publish"
},
"peerDependencies": {
"nuxt": "^3.6.5",
Expand All @@ -82,14 +83,12 @@
"devDependencies": {
"@storybook/types": "7.4.4",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1"
"@vitejs/plugin-vue-jsx": "^3.0.1",
"changelogen": "^0.5.5"
},
"publishConfig": {
"access": "public"
},
"paths": {
"#build/plugins": "./build/plugins"
},
"bundler": {
"entries": [
"./src/index.ts",
Expand Down

0 comments on commit 53aaf3d

Please sign in to comment.