diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a8cd45..25b7fe4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v0.17.15 + +[compare changes](https://github.com/Akryum/histoire/compare/v0.17.14...v0.17.15) + + +### 🩹 Fixes + + - StoryResponsivePreview vertical resize ([#704](https://github.com/Akryum/histoire/pull/704)) + +### ❤️ Contributors + +- Mobyrr ([@Mobyrr](http://github.com/Mobyrr)) + ## v0.17.14 [compare changes](https://github.com/Akryum/histoire/compare/v0.17.13...v0.17.14) diff --git a/package.json b/package.json index 1ac66df1..0c0f8bb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.17.14", + "version": "0.17.15", "private": true, "repository": { "url": "https://github.com/Akryum/histoire.git", diff --git a/packages/histoire-app/package.json b/packages/histoire-app/package.json index 3304dbb0..fd267430 100644 --- a/packages/histoire-app/package.json +++ b/packages/histoire-app/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/app", - "version": "0.17.14", + "version": "0.17.15", "description": "Pre-bundled UI for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire-controls/package.json b/packages/histoire-controls/package.json index 7bc4d94f..feaa8b42 100644 --- a/packages/histoire-controls/package.json +++ b/packages/histoire-controls/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/controls", - "version": "0.17.14", + "version": "0.17.15", "description": "Prebuilt controls components", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-nuxt/package.json b/packages/histoire-plugin-nuxt/package.json index 0f3a568a..3fd8d835 100644 --- a/packages/histoire-plugin-nuxt/package.json +++ b/packages/histoire-plugin-nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/plugin-nuxt", - "version": "0.17.14", + "version": "0.17.15", "description": "Histoire plugin to integrate with Nuxt 3", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-percy/package.json b/packages/histoire-plugin-percy/package.json index 741e321a..d5949062 100644 --- a/packages/histoire-plugin-percy/package.json +++ b/packages/histoire-plugin-percy/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/plugin-percy", - "version": "0.17.14", + "version": "0.17.15", "description": "Histoire plugin to take screenshots with Percy for visual regression testing", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-screenshot/package.json b/packages/histoire-plugin-screenshot/package.json index f090d420..b4c06d40 100644 --- a/packages/histoire-plugin-screenshot/package.json +++ b/packages/histoire-plugin-screenshot/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/plugin-screenshot", - "version": "0.17.14", + "version": "0.17.15", "description": "Histoire plugin to take screenshots for visual regression testing", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-svelte/package.json b/packages/histoire-plugin-svelte/package.json index a1622f9a..bc54e03b 100644 --- a/packages/histoire-plugin-svelte/package.json +++ b/packages/histoire-plugin-svelte/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/plugin-svelte", - "version": "0.17.14", + "version": "0.17.15", "description": "Histoire plugin for Svelte support", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-vue/package.json b/packages/histoire-plugin-vue/package.json index 2b12e827..bf73e711 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.14", + "version": "0.17.15", "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 3adb0c4c..e69e80c1 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.14", + "version": "0.17.15", "description": "Histoire plugin for Vue.js 2 support", "license": "MIT", "author": { diff --git a/packages/histoire-shared/package.json b/packages/histoire-shared/package.json index 7ea5baeb..f7fa061b 100644 --- a/packages/histoire-shared/package.json +++ b/packages/histoire-shared/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/shared", - "version": "0.17.14", + "version": "0.17.15", "description": "Shared utilities for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire-vendors/package.json b/packages/histoire-vendors/package.json index 3ec3c9fb..c5433cd1 100644 --- a/packages/histoire-vendors/package.json +++ b/packages/histoire-vendors/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/vendors", - "version": "0.17.14", + "version": "0.17.15", "description": "Bundled vendors for histoire", "license": "MIT", "author": { diff --git a/packages/histoire/package.json b/packages/histoire/package.json index 2c681990..6ed5199d 100644 --- a/packages/histoire/package.json +++ b/packages/histoire/package.json @@ -1,6 +1,6 @@ { "name": "histoire", - "version": "0.17.14", + "version": "0.17.15", "description": "A fast story book powered by Vite", "license": "MIT", "author": {