From 64d252b741bf1d7f3f2ee0bb327d3b1cd0ad5a60 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Sat, 25 Nov 2023 15:21:58 +0100 Subject: [PATCH] v0.17.6 --- CHANGELOG.md | 25 +++++++++++++++++++ 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-vendors/package.json | 2 +- packages/histoire/package.json | 2 +- 13 files changed, 37 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e27709..f6688fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## v0.17.6 + +[compare changes](https://github.com/Akryum/histoire/compare/v0.17.5...v0.17.6) + + +### 🩹 Fixes + + - Fix findUp for Windows ([#640](https://github.com/Akryum/histoire/pull/640)) + - Update pathe dependencies everywhere ([#641](https://github.com/Akryum/histoire/pull/641)) + +### 🏡 Chore + + - Update deps ([08c082c](https://github.com/Akryum/histoire/commit/08c082c)) + +### 🤖 CI + + - Update node and pnpm ([c3d891d](https://github.com/Akryum/histoire/commit/c3d891d)) + - Fix type errors ([#642](https://github.com/Akryum/histoire/pull/642)) + +### ❤️ Contributors + +- Peter Budai +- Mobyrr +- Guillaume Chau ([@Akryum](http://github.com/Akryum)) + ## v0.17.5 [compare changes](https://github.com/Akryum/histoire/compare/v0.17.4...v0.17.5) diff --git a/package.json b/package.json index b74ca975..5bf32ffb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.17.5", + "version": "0.17.6", "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 ebe60b68..6725b3f7 100644 --- a/packages/histoire-app/package.json +++ b/packages/histoire-app/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/app", - "version": "0.17.5", + "version": "0.17.6", "description": "Pre-bundled UI for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire-controls/package.json b/packages/histoire-controls/package.json index 11b1883f..e99af67f 100644 --- a/packages/histoire-controls/package.json +++ b/packages/histoire-controls/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/controls", - "version": "0.17.4", + "version": "0.17.6", "description": "Prebuilt controls components", "license": "MIT", "author": { diff --git a/packages/histoire-plugin-nuxt/package.json b/packages/histoire-plugin-nuxt/package.json index e3066353..3886de5e 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.5", + "version": "0.17.6", "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 8cae1a32..6d3fe1ec 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.0", + "version": "0.17.6", "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 20b2a6c7..774f4a94 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.0", + "version": "0.17.6", "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 5fac77ee..1798d09c 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.4", + "version": "0.17.6", "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 d03d8d88..69f4bf43 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.5", + "version": "0.17.6", "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 04f64b80..c0cde5a9 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.4", + "version": "0.17.6", "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 0af16e07..fdc0e18b 100644 --- a/packages/histoire-shared/package.json +++ b/packages/histoire-shared/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/shared", - "version": "0.17.5", + "version": "0.17.6", "description": "Shared utilities for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire-vendors/package.json b/packages/histoire-vendors/package.json index 57f11b4b..8675fc9d 100644 --- a/packages/histoire-vendors/package.json +++ b/packages/histoire-vendors/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/vendors", - "version": "0.17.4", + "version": "0.17.6", "description": "Bundled vendors for histoire", "license": "MIT", "author": { diff --git a/packages/histoire/package.json b/packages/histoire/package.json index b17a4f3a..807ea451 100644 --- a/packages/histoire/package.json +++ b/packages/histoire/package.json @@ -1,6 +1,6 @@ { "name": "histoire", - "version": "0.17.5", + "version": "0.17.6", "description": "A fast story book powered by Vite", "license": "MIT", "author": {