Skip to content

Commit

Permalink
Merge pull request #81 from storybook-vue/cli-update-pkg
Browse files Browse the repository at this point in the history
Cli update pkg
  • Loading branch information
chakAs3 authored Oct 27, 2023
2 parents bbf3636 + 24313da commit 472617b
Show file tree
Hide file tree
Showing 7 changed files with 2,221 additions and 277 deletions.
16 changes: 16 additions & 0 deletions packages/storybook-nuxt-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog


## v0.1.10

[compare changes](https://github.com/storybook-vue/storybook-nuxt/compare/v0.1.9...v0.1.10)

### 🏡 Chore

- **release:** V0.1.9 ([0262273](https://github.com/storybook-vue/storybook-nuxt/commit/0262273))

### ❤️ Contributors

- ChakAs3 ([@chakAs3](http://github.com/chakAs3))

## v0.1.9

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

## v0.1.6

[compare changes](https://github.com/storybook-vue/storybook-nuxt/compare/v0.1.4...v0.1.6)
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-nuxt-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-nuxt",
"version": "0.1.8-alpha.0",
"version": "0.1.10",
"description": "Storybook init CLI for Nuxt ",
"author": "Chakas@",
"license": "ISC",
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook-nuxt-cli/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const CHECKMARK = '\u2714' // ✔
const CROSSMARK = '\u274C' // ❌
const STARTMARK = '\u25B6' // ▶

const sbVersion = '7.5.0-alpha.3'
const nuxtSbVersion = '0.1.7'
const sbVersion = '7.5.1'
const nuxtSbVersion = '0.1.9'
const nuxtSbModuleVersion = '7.0.0'

const logger = console
Expand Down
4 changes: 4 additions & 0 deletions packages/storybook-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog


## v0.1.9

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

## v0.1.8

[compare changes](https://github.com/storybook-vue/storybook-nuxt/compare/v0.1.8-alpha.0...v0.1.8)
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "0.1.9",
"packageManager": "[email protected]",
"description": "Storybook for Nuxt and Vite: Develop Vue3 components in isolation with Hot Reloading.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-nuxt/src/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function defineNuxtConfig(baseConfig: Record<string, any>) {
nuxt = await loadNuxt({
rootDir: baseConfig.root,
ready: false,
dev: process.env.NODE_ENV !== 'production',
dev: false,

overrides: {
ssr: false,
Expand Down
Loading

0 comments on commit 472617b

Please sign in to comment.