From 0b61eb00ec23592ad895ef885c36f492dc9d98cb Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Wed, 25 Oct 2023 16:38:28 +0200 Subject: [PATCH] v0.17.4 --- CHANGELOG.md | 45 ++++++++++++++++++++ package.json | 2 +- packages/histoire-app/package.json | 2 +- packages/histoire-controls/package.json | 2 +- packages/histoire-plugin-nuxt/package.json | 2 +- packages/histoire-plugin-svelte/package.json | 2 +- packages/histoire-plugin-vue/package.json | 2 +- packages/histoire-plugin-vue2/package.json | 2 +- packages/histoire-shared/package.json | 2 +- packages/histoire-vendors/package.json | 2 +- packages/histoire/package.json | 2 +- 11 files changed, 55 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e21ea89..a67d84e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +## v0.17.4 + +[compare changes](https://github.com/Akryum/histoire/compare/v0.17.3...v0.17.4) + + +### 🚀 Enhancements + + - **config:** Enable specifying path for histoire config file ([#612](https://github.com/Akryum/histoire/pull/612)) + - Story stat counter ([#613](https://github.com/Akryum/histoire/pull/613)) + +### 🩹 Fixes + + - HstColorSelect wrong name, fix #595 ([#595](https://github.com/Akryum/histoire/issues/595)) + - **nuxt:** Disable nuxt app manifest ([#602](https://github.com/Akryum/histoire/pull/602)) + - **nuxt:** Update nuxt version and disable devtools ([#611](https://github.com/Akryum/histoire/pull/611)) + - Force display none for HstRadio ([#537](https://github.com/Akryum/histoire/pull/537), [#607](https://github.com/Akryum/histoire/pull/607)) + +### 📖 Documentation + + - Fixed file extension in docs ([#618](https://github.com/Akryum/histoire/pull/618)) + +### 🏡 Chore + + - **nuxt:** Temporarily move to `@ts-ignore` ([#609](https://github.com/Akryum/histoire/pull/609)) + +### ✅ Tests + + - Update cypress ([f8e6326](https://github.com/Akryum/histoire/commit/f8e6326)) + - Fix wrapper test ([967a6fb](https://github.com/Akryum/histoire/commit/967a6fb)) + - Fix state test ([ea3006a](https://github.com/Akryum/histoire/commit/ea3006a)) + +### 🤖 CI + + - Disable cypress video recording ([c060854](https://github.com/Akryum/histoire/commit/c060854)) + - Don't try to upload videos artifacts ([b3831db](https://github.com/Akryum/histoire/commit/b3831db)) + - Test sequentially for vite ecosystem ci ([dabdc35](https://github.com/Akryum/histoire/commit/dabdc35)) + +### ❤️ Contributors + +- Ilya Artamonov +- Soryn +- Peter Budai +- Daniel Roe +- Guillaume Chau ([@Akryum](http://github.com/Akryum)) + ## v0.17.3 [compare changes](https://github.com/Akryum/histoire/compare/v0.17.2...v0.17.3) diff --git a/package.json b/package.json index 85b51294..899530c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.17.3", + "version": "0.17.4", "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 3bd62d92..fa48ecc7 100644 --- a/packages/histoire-app/package.json +++ b/packages/histoire-app/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/app", - "version": "0.17.0", + "version": "0.17.4", "description": "Pre-bundled UI for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire-controls/package.json b/packages/histoire-controls/package.json index b45c09d8..f5d07774 100644 --- a/packages/histoire-controls/package.json +++ b/packages/histoire-controls/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/controls", - "version": "0.17.0", + "version": "0.17.4", "description": "Prebuilt controls components", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-nuxt/package.json b/packages/histoire-plugin-nuxt/package.json index a75228d5..fc66bd75 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.3", + "version": "0.17.4", "description": "Histoire plugin to integrate with Nuxt 3", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-svelte/package.json b/packages/histoire-plugin-svelte/package.json index 82b09500..72a73112 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.0", + "version": "0.17.4", "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 062d9a4c..9752b705 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.1", + "version": "0.17.4", "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 42e1067e..6db5aac0 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.1", + "version": "0.17.4", "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 34fb6471..66d31d16 100644 --- a/packages/histoire-shared/package.json +++ b/packages/histoire-shared/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/shared", - "version": "0.17.0", + "version": "0.17.4", "description": "Shared utilities for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire-vendors/package.json b/packages/histoire-vendors/package.json index e92b4568..5d1a5bd0 100644 --- a/packages/histoire-vendors/package.json +++ b/packages/histoire-vendors/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/vendors", - "version": "0.17.0", + "version": "0.17.4", "description": "Bundled vendors for histoire", "license": "MIT", "author": { diff --git a/packages/histoire/package.json b/packages/histoire/package.json index 5becc8ae..a3005d51 100644 --- a/packages/histoire/package.json +++ b/packages/histoire/package.json @@ -1,6 +1,6 @@ { "name": "histoire", - "version": "0.17.2", + "version": "0.17.4", "description": "A fast story book powered by Vite", "license": "MIT", "author": {