From 38f4d464f7959de6c80bf6d3cf3e510cda2735fc Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Fri, 14 Apr 2023 12:27:30 +0200 Subject: [PATCH] v0.16.1 --- CHANGELOG.md | 27 +++++++++++++++++++ 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-percy/package.json | 2 +- .../histoire-plugin-screenshot/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/package.json | 2 +- 12 files changed, 38 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a62fbf..3b8c7f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## v0.16.1 + +[compare changes](https://github.com/Akryum/histoire/compare/v0.16.0...v0.16.1) + + +### 🩹 Fixes + + - **nuxt:** Add vite vue plugins if they are missing ([#517](https://github.com/Akryum/histoire/pull/517)) + - Bump histoire dependencies to 0.16.0 ([84a027e](https://github.com/Akryum/histoire/commit/84a027e)) + +### 🏡 Chore + + - Use workspace protocol more ([17c1347](https://github.com/Akryum/histoire/commit/17c1347)) + +### 🤖 CI + + - Update release-tag job ([4e3cdee](https://github.com/Akryum/histoire/commit/4e3cdee)) + - Allow manual release ([3512564](https://github.com/Akryum/histoire/commit/3512564)) + - Update release-tag ([7510557](https://github.com/Akryum/histoire/commit/7510557)) + - Fix netlify pnpm version ([1a1cc68](https://github.com/Akryum/histoire/commit/1a1cc68)) + +### ❤️ Contributors + +- Guillaume Chau ([@Akryum](http://github.com/Akryum)) +- Roel Van Hintum +- Daniel Roe + ## v0.16.0 [compare changes](https://github.com/Akryum/histoire/compare/v0.15.9...v0.16.0) diff --git a/package.json b/package.json index b96a49a7..0b930ae3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.16.0", + "version": "0.16.1", "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 a83c1247..a069032c 100644 --- a/packages/histoire-app/package.json +++ b/packages/histoire-app/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/app", - "version": "0.16.0", + "version": "0.16.1", "description": "Pre-bundled UI for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire-controls/package.json b/packages/histoire-controls/package.json index 1e487991..7a3670a2 100644 --- a/packages/histoire-controls/package.json +++ b/packages/histoire-controls/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/controls", - "version": "0.16.0", + "version": "0.16.1", "description": "Prebuilt controls components", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-nuxt/package.json b/packages/histoire-plugin-nuxt/package.json index 8bbd8490..f0adcba0 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.16.0", + "version": "0.16.1", "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 e803daf3..1de26121 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.16.0", + "version": "0.16.1", "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 fa90865b..3ae265c8 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.16.0", + "version": "0.16.1", "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 c4922c5f..0e0b58a1 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.16.0", + "version": "0.16.1", "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 c7ba436a..2963ef23 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.16.0", + "version": "0.16.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 d4819176..e1a4ceca 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.16.0", + "version": "0.16.1", "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 1c015dc1..8bc6b520 100644 --- a/packages/histoire-shared/package.json +++ b/packages/histoire-shared/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/shared", - "version": "0.16.0", + "version": "0.16.1", "description": "Shared utilities for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire/package.json b/packages/histoire/package.json index 98518a9f..cbf0580e 100644 --- a/packages/histoire/package.json +++ b/packages/histoire/package.json @@ -1,6 +1,6 @@ { "name": "histoire", - "version": "0.16.0", + "version": "0.16.1", "description": "A fast story book powered by Vite", "license": "MIT", "author": {