diff --git a/CHANGELOG.md b/CHANGELOG.md index c0dcb360..7dbbb6f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## v0.17.8 + +[compare changes](https://github.com/Akryum/histoire/compare/v0.17.7...v0.17.8) + + +### 🚀 Enhancements + + - Support Vite 5.0 ([#647](https://github.com/Akryum/histoire/pull/647)) + +### 🩹 Fixes + + - Fix sandbox URL in getSandboxUrl function ([#652](https://github.com/Akryum/histoire/pull/652)) + - Fixes #657 ([#658](https://github.com/Akryum/histoire/pull/658), [#657](https://github.com/Akryum/histoire/issues/657)) + +### ❤️ Contributors + +- Filip Joelsson +- Peter Budai + ## v0.17.7 [compare changes](https://github.com/Akryum/histoire/compare/v0.17.6...v0.17.7) diff --git a/package.json b/package.json index 5a70d5e7..51e7bd90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.17.7", + "version": "0.17.8", "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 7f6190e2..0d932752 100644 --- a/packages/histoire-app/package.json +++ b/packages/histoire-app/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/app", - "version": "0.17.6", + "version": "0.17.8", "description": "Pre-bundled UI for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire-controls/package.json b/packages/histoire-controls/package.json index 04c4b788..6d2c2381 100644 --- a/packages/histoire-controls/package.json +++ b/packages/histoire-controls/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/controls", - "version": "0.17.6", + "version": "0.17.8", "description": "Prebuilt controls components", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-nuxt/package.json b/packages/histoire-plugin-nuxt/package.json index b506de06..f3a30c8b 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.7", + "version": "0.17.8", "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 d16cee23..a76fa96a 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.6", + "version": "0.17.8", "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 ffbab7e1..d687dc96 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.6", + "version": "0.17.8", "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 4527efac..861e97bb 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.6", + "version": "0.17.8", "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 48524396..b6276445 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.6", + "version": "0.17.8", "description": "Histoire plugin for Vue.js support", "license": "MIT", "author": { @@ -65,4 +65,4 @@ "histoire": "workspace:^", "vue": "^3.2.47" } -} \ No newline at end of file +} diff --git a/packages/histoire-plugin-vue2/package.json b/packages/histoire-plugin-vue2/package.json index dac57cff..f0874ca6 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.6", + "version": "0.17.8", "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 5d0a2e40..5ef6d176 100644 --- a/packages/histoire-shared/package.json +++ b/packages/histoire-shared/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/shared", - "version": "0.17.6", + "version": "0.17.8", "description": "Shared utilities for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire-vendors/package.json b/packages/histoire-vendors/package.json index 5ee0e74b..9f85fe42 100644 --- a/packages/histoire-vendors/package.json +++ b/packages/histoire-vendors/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/vendors", - "version": "0.17.6", + "version": "0.17.8", "description": "Bundled vendors for histoire", "license": "MIT", "author": { diff --git a/packages/histoire/package.json b/packages/histoire/package.json index a587173e..768e391c 100644 --- a/packages/histoire/package.json +++ b/packages/histoire/package.json @@ -1,6 +1,6 @@ { "name": "histoire", - "version": "0.17.6", + "version": "0.17.8", "description": "A fast story book powered by Vite", "license": "MIT", "author": { @@ -89,4 +89,4 @@ "vite": "^5.0.7", "vitest": "^0.34.6" } -} \ No newline at end of file +}