From 4b5049018492822f820d64f781382decadbb58b9 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Tue, 6 Feb 2024 12:04:18 +0100 Subject: [PATCH] v0.17.11 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- packages/histoire-plugin-vue/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c217e548..0b274797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v0.17.11 + +[compare changes](https://github.com/Akryum/histoire/compare/v0.17.10...v0.17.11) + + +### 🩹 Fixes + + - **vue3:** Wrap story with Suspense, fix #668 ([#668](https://github.com/Akryum/histoire/issues/668)) + +### ❤️ Contributors + +- Guillaume Chau ([@Akryum](http://github.com/Akryum)) + ## v0.17.10 [compare changes](https://github.com/Akryum/histoire/compare/v0.17.9...v0.17.10) diff --git a/package.json b/package.json index a6851f2a..d8f5a393 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.17.10", + "version": "0.17.11", "private": true, "repository": { "url": "https://github.com/Akryum/histoire.git", diff --git a/packages/histoire-plugin-vue/package.json b/packages/histoire-plugin-vue/package.json index 48dd06ee..e351af6a 100644 --- a/packages/histoire-plugin-vue/package.json +++ b/packages/histoire-plugin-vue/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/plugin-vue", - "version": "0.17.9", + "version": "0.17.11", "description": "Histoire plugin for Vue.js support", "license": "MIT", "author": {