Skip to content

Commit

Permalink
chore(release): bump version to 8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Dec 28, 2024
1 parent 74cb005 commit c19c93c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v8.3.3

[compare changes](https://github.com/nuxt-modules/storybook/compare/v8.3.2...v8.3.3)

### 🩹 Fixes

- Use storybook vitest config as base ([#740](https://github.com/nuxt-modules/storybook/pull/740))
- Readd vue-tempate-compilation plugin ([#831](https://github.com/nuxt-modules/storybook/pull/831))
- Nuxt App created only when story vue app rendered first time, ([#830](https://github.com/nuxt-modules/storybook/pull/830))

### 🏡 Chore

- Add test for using decorators in stories ([#823](https://github.com/nuxt-modules/storybook/pull/823))

### ❤️ Contributors

- Chakir QATAB ([@chakAs3](http://github.com/chakAs3))
- Tobias Diez <[email protected]>
- Ryan Leckey ([@mehcode](http://github.com/mehcode))

## v8.3.2

[compare changes](https://github.com/nuxt-modules/storybook/compare/v8.3.1...v8.3.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.3.2",
"version": "8.3.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.3.2",
"version": "8.3.3",
"description": "Storybook addon for Nuxt and Vite",
"license": "MIT",
"homepage": "https://storybook.nuxtjs.org",
Expand Down

0 comments on commit c19c93c

Please sign in to comment.