diff --git a/CHANGELOG.md b/CHANGELOG.md index fc84e5b7..ff19a21c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## v0.17.1 + +[compare changes](https://github.com/Akryum/histoire/compare/v0.17.0...v0.17.1) + + +### 🩹 Fixes + + - **vue:** Reverse wrapper order to that wrapper added first is outside and added last is inside ([70415b4](https://github.com/Akryum/histoire/commit/70415b4)) + +### 🏡 Chore + + - Example Color Selector being in Svelte 3 not Svelte 4 (fix: #583) ([#584](https://github.com/Akryum/histoire/pull/584), [#583](https://github.com/Akryum/histoire/issues/583)) + +### ❤️ Contributors + +- Guillaume Chau ([@Akryum](http://github.com/Akryum)) +- Michael Thomas + ## v0.17.0 [compare changes](https://github.com/Akryum/histoire/compare/v0.16.5...v0.17.0) diff --git a/package.json b/package.json index ffed7fa9..f8396c4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.17.0", + "version": "0.17.1", "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 ef78de6c..8b8a9a7d 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.0", + "version": "0.17.1", "description": "Histoire plugin for Vue.js support", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-vue2/package.json b/packages/histoire-plugin-vue2/package.json index ef5acec2..bb57dc6d 100644 --- a/packages/histoire-plugin-vue2/package.json +++ b/packages/histoire-plugin-vue2/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/plugin-vue2", - "version": "0.17.0", + "version": "0.17.1", "description": "Histoire plugin for Vue.js 2 support", "license": "MIT", "author": {