Skip to content

Commit

Permalink
chore(release): v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Sep 19, 2023
1 parent 00e376e commit c488160
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 61 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog


## v7.0.0

[compare changes](https://github.com/nuxt-modules/storybook/compare/v7.0.0-alpha.0...v7.0.0)

121 changes: 60 additions & 61 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,63 @@
{
"name": "@nuxtjs/storybook",
"version": "7.0.0-alpha.0",
"description": "Storybook module for Nuxt",
"license": "MIT",
"repository": "nuxt-modules/storybook",
"author": {
"name": "ChakAs3",
"email": "[email protected]"
},
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist",
"*.d.ts",
"*.cjs",
"*.mjs"
],
"scripts": {
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev": "nuxt dev playground",
"build": "nuxt-module-build",
"lint": "eslint .",
"prepack": "nuxt-module-build",
"release": "pnpm test && pnpm changelogen --release --push && pnpm publish",
"test": "vitest run"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.21",
"@nuxt/devtools-ui-kit": "0.8.2",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.7.3",
"@nuxt/test-utils": "^3.7.3",
"eslint": "^8.49.0",
"nuxt": "3.7.3",
"typescript": "^5.2.2",
"unbuild": "^1.2.1",
"vitest": "^0.34.4"
},
"dependencies": {
"@nuxt/devtools-kit": "latest",
"@nuxt/kit": "3.7.3",
"chalk": "^5.3.0",
"defu": "^6.1.2",
"get-port-please": "^3.1.1"
},
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"nuxt": "3.7.3",
"@nuxt/kit": "3.7.3",
"typescript": "^5.2.2"
}
"name": "@nuxtjs/storybook",
"version": "7.0.0",
"description": "Storybook module for Nuxt",
"license": "MIT",
"repository": "nuxt-modules/storybook",
"author": {
"name": "ChakAs3",
"email": "[email protected]"
},
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist",
"*.d.ts",
"*.cjs",
"*.mjs"
],
"scripts": {
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev": "nuxt dev playground",
"build": "nuxt-module-build",
"lint": "eslint .",
"prepack": "nuxt-module-build",
"release": "pnpm changelogen --release --push && pnpm publish"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.21",
"@nuxt/devtools-ui-kit": "0.8.2",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.7.3",
"@nuxt/test-utils": "^3.7.3",
"changelogen": "^0.5.5",
"eslint": "^8.49.0",
"nuxt": "3.7.3",
"typescript": "^5.2.2",
"unbuild": "^1.2.1",
"jsdom": "^17.0.0"
},
"dependencies": {
"@nuxt/devtools-kit": "latest",
"@nuxt/kit": "3.7.3",
"chalk": "^5.3.0",
"defu": "^6.1.2",
"get-port-please": "^3.1.1"
},
"publishConfig": {
"access": "public"
},
"pnpm": {
"overrides": {
"nuxt": "3.7.3",
"@nuxt/kit": "3.7.3",
"typescript": "^5.2.2"
}
}
}

0 comments on commit c488160

Please sign in to comment.