Skip to content

Commit

Permalink
Merge pull request #96 from storybook-vue:cli-patch-04
Browse files Browse the repository at this point in the history
update sb-nuxt cli pkg version
  • Loading branch information
chakAs3 authored Mar 29, 2024
2 parents 1a13c6e + 89d2f79 commit a942f0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.2.5",
"version": "0.2.6",
"description": "Storybook init CLI for Nuxt ",
"author": "Chakas@",
"license": "ISC",
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook-nuxt-cli/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const CHECKMARK = '\u2714' // ✔
const CROSSMARK = '\u274C' // ❌
const STARTMARK = '\u25B6' // ▶

const sbVersion = '8.0.0'
const nuxtSbVersion = '0.2.5'
const nuxtSbModuleVersion = '7.0.0'
const sbVersion = '8.0.3'
const nuxtSbVersion = '0.2.6'
const nuxtSbModuleVersion = '7.0.2'

const logger = console
let packageManager
Expand Down

0 comments on commit a942f0f

Please sign in to comment.