Skip to content

Commit

Permalink
chore(release): bump version to 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Aug 17, 2024
1 parent a3fa103 commit 154984c
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
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)
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.5",
"version": "8.2.0",
"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.5",
"version": "8.2.0",
"description": "Storybook addon for Nuxt and Vite",
"license": "MIT",
"homepage": "https://storybook.nuxtjs.org",
Expand Down

0 comments on commit 154984c

Please sign in to comment.