diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ebb3e59..19793445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,52 @@ # Changelog +## v8.2.0 + +[compare changes](https://github.com/nuxt-modules/storybook/compare/v8.1.5...v8.2.0) + +### 🚀 Enhancements + +- Export types also from `@nuxtjs/storybook` ([#749](https://github.com/nuxt-modules/storybook/pull/749)) + +### 🩹 Fixes + +- Update Vite configs to include lodash/kebabCase in optimizeDeps ([#715](https://github.com/nuxt-modules/storybook/pull/715)) +- Fix error due to import json attribute (and deactivate storybook version check) ([#722](https://github.com/nuxt-modules/storybook/pull/722)) +- Resolve module not found error '@storybook/builder-vite' ([#724](https://github.com/nuxt-modules/storybook/pull/724)) +- Correctly load the storybook preview annotation ([#726](https://github.com/nuxt-modules/storybook/pull/726)) +- Remove Nuxt context conflict ([#723](https://github.com/nuxt-modules/storybook/pull/723)) +- Update storybook version to 8.2.7 ([#739](https://github.com/nuxt-modules/storybook/pull/739)) + +### 📖 Documentation + +- Add instructions for opting in and out of nightly builds ([#748](https://github.com/nuxt-modules/storybook/pull/748)) +- Nightly release dependency package name ([#750](https://github.com/nuxt-modules/storybook/pull/750)) + +### 🏡 Chore + +- Fix build and chromatic ([#708](https://github.com/nuxt-modules/storybook/pull/708)) +- Pin dependencies in examples ([#709](https://github.com/nuxt-modules/storybook/pull/709)) +- Update renovate config to not ignore 'examples' directories ([#711](https://github.com/nuxt-modules/storybook/pull/711)) +- Remove unused nightly release from CI ([#719](https://github.com/nuxt-modules/storybook/pull/719)) +- Fix devtools in playground ([#727](https://github.com/nuxt-modules/storybook/pull/727)) +- Add e2e tests ([#729](https://github.com/nuxt-modules/storybook/pull/729)) +- Fix typescript error ([#734](https://github.com/nuxt-modules/storybook/pull/734)) +- Try to fix nightly release ([#735](https://github.com/nuxt-modules/storybook/pull/735)) +- Try to publish nightly versions for all packages ([#736](https://github.com/nuxt-modules/storybook/pull/736)) +- **vscode:** Remove `eslint.experimental.useFlatConfig` ([#730](https://github.com/nuxt-modules/storybook/pull/730)) +- Improve PR template ([#737](https://github.com/nuxt-modules/storybook/pull/737)) +- Set compatibilityDate in nuxt.config.ts files ([#738](https://github.com/nuxt-modules/storybook/pull/738)) +- Increase version before publishing nightly ([#745](https://github.com/nuxt-modules/storybook/pull/745)) +- Update fetch-depth in CI workflow to fix nightly release ([#747](https://github.com/nuxt-modules/storybook/pull/747)) +- Add chromatic as sponsor ([e8837c4](https://github.com/nuxt-modules/storybook/commit/e8837c4)) + +### ❤️ Contributors + +- Tobias Diez +- Hugo Torzuoli ([@HZooly](http://github.com/HZooly)) +- Olga Bulat ([@obulat](http://github.com/obulat)) +- Gangan ([@shinGangan](http://github.com/shinGangan)) + ## v8.1.5 [compare changes](https://github.com/nuxt-modules/storybook/compare/v8.1.4...v8.1.5) diff --git a/packages/nuxt-module/package.json b/packages/nuxt-module/package.json index 3e5ae49b..1af9dfc2 100644 --- a/packages/nuxt-module/package.json +++ b/packages/nuxt-module/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/storybook", - "version": "8.1.5", + "version": "8.2.0", "description": "Storybook module for Nuxt", "license": "MIT", "homepage": "https://storybook.nuxtjs.org", diff --git a/packages/storybook-addon/package.json b/packages/storybook-addon/package.json index b7860ee8..7171ccd2 100644 --- a/packages/storybook-addon/package.json +++ b/packages/storybook-addon/package.json @@ -1,6 +1,6 @@ { "name": "@storybook-vue/nuxt", - "version": "8.1.5", + "version": "8.2.0", "description": "Storybook addon for Nuxt and Vite", "license": "MIT", "homepage": "https://storybook.nuxtjs.org",