-
-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): bump version to 8.2.0
- Loading branch information
Showing
3 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> | ||
- 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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters