Skip to content

Commit

Permalink
chore(release): v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Jul 10, 2024
1 parent c74f98c commit 760a1f4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions packages/storybook-addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## v0.2.9

[compare changes](https://github.com/nuxt-modules/storybook/compare/v0.2.8...v0.2.9)

### 🩹 Fixes

- Create nuxt instance more reliable ([#619](https://github.com/nuxt-modules/storybook/pull/619))
- Update file extensions for generated vite configs to use .json instead of .js ([#663](https://github.com/nuxt-modules/storybook/pull/663))
- Correctly provide Nuxt runtime config in storybook ([#664](https://github.com/nuxt-modules/storybook/pull/664))
- **deps:** Update storybook packages to ^8.1.11 ([#677](https://github.com/nuxt-modules/storybook/pull/677))

### 📖 Documentation

- Migrate to Nuxt UI Pro ([#668](https://github.com/nuxt-modules/storybook/pull/668))

### 🏡 Chore

- Add release script ([#655](https://github.com/nuxt-modules/storybook/pull/655))
- Move nuxt image test to showcase example ([#615](https://github.com/nuxt-modules/storybook/pull/615))
- Move router tests to showcase example ([#621](https://github.com/nuxt-modules/storybook/pull/621))
- Move nuxt link test to showcase example ([#618](https://github.com/nuxt-modules/storybook/pull/618))
- Move pinia tests to showcase example ([#616](https://github.com/nuxt-modules/storybook/pull/616))
- Remove old playground ([#622](https://github.com/nuxt-modules/storybook/pull/622))
- Update nuxt studio dependency to latest stable version ([#675](https://github.com/nuxt-modules/storybook/pull/675))
- Update renovate config to always bump storybook dependencies ([#676](https://github.com/nuxt-modules/storybook/pull/676))
- Disable shameful hoisting and improve dependency declarations ([#580](https://github.com/nuxt-modules/storybook/pull/580))

### ❤️ Contributors

- Tobias Diez <[email protected]>

## v0.2.8

[compare changes](https://github.com/nuxt-modules/storybook/compare/v8.1.1...v0.2.8)
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": "0.2.8",
"version": "0.2.9",
"description": "Storybook addon for Nuxt and Vite",
"license": "MIT",
"homepage": "https://storybook.nuxtjs.org",
Expand Down

0 comments on commit 760a1f4

Please sign in to comment.