Skip to content

Commit

Permalink
bugfix:ts-error __NUXT__ (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Jul 12, 2024
1 parent 7772c98 commit f38a54b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v8.1.3

[compare changes](https://github.com/nuxt-modules/storybook/compare/v0.2.10...v8.1.3)

### 🏡 Chore

- Fix linter and update lock file ([#686](https://github.com/nuxt-modules/storybook/pull/686))
- **release:** Bump version to 8.1.2 ([114c6db](https://github.com/nuxt-modules/storybook/commit/114c6db))
- Align dependency specifications across packages ([#693](https://github.com/nuxt-modules/storybook/pull/693))
- Tell renovate to pin all development and doc dependencies ([#692](https://github.com/nuxt-modules/storybook/pull/692))
- Mark a few more imports as external to fix build warnings ([#695](https://github.com/nuxt-modules/storybook/pull/695))
- Add tag creation in prepare-release script ([#697](https://github.com/nuxt-modules/storybook/pull/697))
- Fix linting warnings ([#687](https://github.com/nuxt-modules/storybook/pull/687))
- Only checkout the latest commit in CI ([#688](https://github.com/nuxt-modules/storybook/pull/688))

### ❤️ Contributors

- Olga Bulat ([@obulat](http://github.com/obulat))
- Tobias Diez <code@tobiasdiez.de>
- ChakAs3 ([@chakAs3](http://github.com/chakAs3))

## v8.1.2

[compare changes](https://github.com/nuxt-modules/storybook/compare/v0.2.10...v8.1.2)
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/storybook",
"version": "8.1.2",
"version": "8.1.3",
"description": "Storybook module for Nuxt",
"license": "MIT",
"homepage": "https://storybook.nuxtjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook-vue/nuxt",
"version": "8.1.2",
"version": "8.1.3",
"description": "Storybook addon for Nuxt and Vite",
"license": "MIT",
"homepage": "https://storybook.nuxtjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon/src/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ setup(async (vueApp, storyContext) => {
}

// Provide the config of the Nuxt app

// @ts-expect-error: internal Nuxt propertyss
window.__NUXT__ = {
serverRendered: false,
config: {
Expand Down

0 comments on commit f38a54b

Please sign in to comment.