From b53857fa190a098ce366cd8f082addf9142ad768 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Sat, 12 Nov 2022 03:04:24 +0100 Subject: [PATCH] v0.11.7 --- CHANGELOG.md | 19 +++++++++ package.json | 2 +- packages/histoire-app/package.json | 8 ++-- packages/histoire-controls/package.json | 4 +- packages/histoire-plugin-nuxt/package.json | 6 +-- packages/histoire-plugin-percy/package.json | 4 +- .../histoire-plugin-screenshot/package.json | 4 +- packages/histoire-plugin-svelte/package.json | 10 ++--- packages/histoire-plugin-vue/package.json | 10 ++--- packages/histoire-plugin-vue2/package.json | 10 ++--- packages/histoire-shared/package.json | 2 +- packages/histoire-vendors/package.json | 2 +- packages/histoire/package.json | 10 ++--- pnpm-lock.yaml | 40 +++++++++---------- 14 files changed, 75 insertions(+), 56 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b064e1..f2ae7785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [0.11.7](https://github.com/Akryum/histoire/compare/v0.11.6...v0.11.7) (2022-11-12) + + +### Bug Fixes + +* build error ([91b48a1](https://github.com/Akryum/histoire/commit/91b48a152ad637149420621452b7d05233a1ff49)) +* config changes not applied on auto restart ([a54efad](https://github.com/Akryum/histoire/commit/a54efadcdc4bc0dda5f2f853608475768360fb00)) +* grid scroll height not being reset when switcing story ([875cf7d](https://github.com/Akryum/histoire/commit/875cf7d45afe4573dd2ec9d2df969b1c22ccb68e)) +* grid with % size glitching ([ef51ccc](https://github.com/Akryum/histoire/commit/ef51ccc3f01ced96608a51b9964f60bdd7e832b6)) +* not restarting on vite config change ([c5fb953](https://github.com/Akryum/histoire/commit/c5fb95300fe240804febc23ab93bec89cb962a59)) +* **percy:** puppeteer import, fix [#330](https://github.com/Akryum/histoire/issues/330) ([c199ad4](https://github.com/Akryum/histoire/commit/c199ad4b21af725283ff014491cdc9a2bd4f1243)) +* remove overflow tailwind classes from sandbox, fix [#351](https://github.com/Akryum/histoire/issues/351) ([a326a6a](https://github.com/Akryum/histoire/commit/a326a6a9522fd8437f0abfb6280590b0d404a05e)) +* remove vite-plugin-inspect ([df6a7fb](https://github.com/Akryum/histoire/commit/df6a7fbb0b45abd09e80511f24cf859ae431c99d)) +* setupFile.browser only being also applied to server, related to [#323](https://github.com/Akryum/histoire/issues/323) ([833d086](https://github.com/Akryum/histoire/commit/833d0862de5d5b456e8024264ef94a99d87ee202)) +* **svelte:** dynamic source, fix [#344](https://github.com/Akryum/histoire/issues/344) ([11e0432](https://github.com/Akryum/histoire/commit/11e04323f346c0fc0ca4c9d1874b32945261f490)) +* **svelte:** state sync: ignore undefined, HTMLElement and SvelteComponents, fix [#346](https://github.com/Akryum/histoire/issues/346) ([755ac0d](https://github.com/Akryum/histoire/commit/755ac0d846bde9547031f30bceb26b079ccc8067)) + + + ## [0.11.6](https://github.com/Akryum/histoire/compare/v0.11.5...v0.11.6) (2022-10-26) diff --git a/package.json b/package.json index d95076eb..525a781a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.11.6", + "version": "0.11.7", "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 3f73d0ce..adc017a8 100644 --- a/packages/histoire-app/package.json +++ b/packages/histoire-app/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/app", - "version": "0.11.6", + "version": "0.11.7", "description": "Pre-bundled UI for Histoire", "license": "MIT", "author": { @@ -29,9 +29,9 @@ "watch": "concurrently \"vite build --watch\" \"pnpm run build:css --watch\" \"node ./scripts/watchAndCopy.mjs\"" }, "dependencies": { - "@histoire/controls": "^0.11.6", - "@histoire/shared": "^0.11.6", - "@histoire/vendors": "^0.11.6", + "@histoire/controls": "^0.11.7", + "@histoire/shared": "^0.11.7", + "@histoire/vendors": "^0.11.7", "@types/flexsearch": "^0.7.3", "flexsearch": "0.7.21", "shiki": "0.10.1" diff --git a/packages/histoire-controls/package.json b/packages/histoire-controls/package.json index 81dd0157..15a93b49 100644 --- a/packages/histoire-controls/package.json +++ b/packages/histoire-controls/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/controls", - "version": "0.11.6", + "version": "0.11.7", "description": "Prebuilt controls components", "license": "MIT", "author": { @@ -47,7 +47,7 @@ "@codemirror/state": "^6.1.2", "@codemirror/theme-one-dark": "^6.1.0", "@codemirror/view": "^6.3.0", - "@histoire/vendors": "^0.11.6" + "@histoire/vendors": "^0.11.7" }, "devDependencies": { "@peeky/server": "^0.14.0", diff --git a/packages/histoire-plugin-nuxt/package.json b/packages/histoire-plugin-nuxt/package.json index c4fb6aa0..bc80c9a5 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.11.6", + "version": "0.11.7", "description": "Histoire plugin to integrate with Nuxt 3", "license": "MIT", "author": { @@ -37,8 +37,8 @@ "vite": "^3.1.4" }, "peerDependencies": { - "@histoire/plugin-vue": "^0.11.6", - "histoire": "^0.11.6", + "@histoire/plugin-vue": "^0.11.7", + "histoire": "^0.11.7", "nuxt": "^3.0.0-rc.11" } } diff --git a/packages/histoire-plugin-percy/package.json b/packages/histoire-plugin-percy/package.json index 114e7042..6df3639d 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.11.6", + "version": "0.11.7", "description": "Histoire plugin to take screenshots with Percy for visual regression testing", "license": "MIT", "author": { @@ -39,6 +39,6 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "histoire": "^0.11.6" + "histoire": "^0.11.7" } } diff --git a/packages/histoire-plugin-screenshot/package.json b/packages/histoire-plugin-screenshot/package.json index b2976f98..4c12b134 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.11.6", + "version": "0.11.7", "description": "Histoire plugin to take screenshots for visual regression testing", "license": "MIT", "author": { @@ -38,6 +38,6 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "histoire": "^0.11.6" + "histoire": "^0.11.7" } } diff --git a/packages/histoire-plugin-svelte/package.json b/packages/histoire-plugin-svelte/package.json index 674c1137..0a81caed 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.11.6", + "version": "0.11.7", "description": "Histoire plugin for Svelte support", "license": "MIT", "author": { @@ -38,9 +38,9 @@ "watch": "concurrently \"vite build --watch\" \"pnpm run build:types --watch\"" }, "dependencies": { - "@histoire/controls": "^0.11.6", - "@histoire/shared": "^0.11.6", - "@histoire/vendors": "^0.11.6" + "@histoire/controls": "^0.11.7", + "@histoire/shared": "^0.11.7", + "@histoire/vendors": "^0.11.7" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^1.0.1", @@ -55,7 +55,7 @@ "vite": "^3.0.5" }, "peerDependencies": { - "histoire": "^0.11.6", + "histoire": "^0.11.7", "svelte": "^3.0.0" } } diff --git a/packages/histoire-plugin-vue/package.json b/packages/histoire-plugin-vue/package.json index 300412e0..a108b170 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.11.6", + "version": "0.11.7", "description": "Histoire plugin for Vue.js support", "license": "MIT", "author": { @@ -44,9 +44,9 @@ "watch": "concurrently \"vite build --watch\" \"pnpm run build:types --watch\"" }, "dependencies": { - "@histoire/controls": "^0.11.6", - "@histoire/shared": "^0.11.6", - "@histoire/vendors": "^0.11.6" + "@histoire/controls": "^0.11.7", + "@histoire/shared": "^0.11.7", + "@histoire/vendors": "^0.11.7" }, "devDependencies": { "@types/node": "^17.0.32", @@ -58,7 +58,7 @@ "vue": "^3.2.31" }, "peerDependencies": { - "histoire": "^0.11.6", + "histoire": "^0.11.7", "vue": "^3.2.31" } } diff --git a/packages/histoire-plugin-vue2/package.json b/packages/histoire-plugin-vue2/package.json index 834f4a3f..c8e5da37 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.11.6", + "version": "0.11.7", "description": "Histoire plugin for Vue.js 2 support", "license": "MIT", "author": { @@ -38,9 +38,9 @@ "watch": "concurrently \"vite build --watch\" \"pnpm run build:types --watch\"" }, "dependencies": { - "@histoire/controls": "^0.11.6", - "@histoire/shared": "^0.11.6", - "@histoire/vendors": "^0.11.6" + "@histoire/controls": "^0.11.7", + "@histoire/shared": "^0.11.7", + "@histoire/vendors": "^0.11.7" }, "devDependencies": { "@types/node": "^17.0.32", @@ -52,7 +52,7 @@ "vue": "^2.7.8" }, "peerDependencies": { - "histoire": "^0.11.6", + "histoire": "^0.11.7", "vue": "^2.7.8" } } diff --git a/packages/histoire-shared/package.json b/packages/histoire-shared/package.json index 859c35cc..5671dcc7 100644 --- a/packages/histoire-shared/package.json +++ b/packages/histoire-shared/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/shared", - "version": "0.11.6", + "version": "0.11.7", "description": "Shared utilities for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire-vendors/package.json b/packages/histoire-vendors/package.json index 0cb8113f..f5fd3120 100644 --- a/packages/histoire-vendors/package.json +++ b/packages/histoire-vendors/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/vendors", - "version": "0.11.6", + "version": "0.11.7", "description": "Bundled vendors for histoire", "license": "MIT", "author": { diff --git a/packages/histoire/package.json b/packages/histoire/package.json index 49271e13..01af3196 100644 --- a/packages/histoire/package.json +++ b/packages/histoire/package.json @@ -1,6 +1,6 @@ { "name": "histoire", - "version": "0.11.6", + "version": "0.11.7", "description": "A fast story book powered by Vite", "license": "MIT", "author": { @@ -39,10 +39,10 @@ "test": "peeky run" }, "dependencies": { - "@histoire/app": "^0.11.6", - "@histoire/controls": "^0.11.6", - "@histoire/shared": "^0.11.6", - "@histoire/vendors": "^0.11.6", + "@histoire/app": "^0.11.7", + "@histoire/controls": "^0.11.7", + "@histoire/shared": "^0.11.7", + "@histoire/vendors": "^0.11.7", "@types/flexsearch": "^0.7.3", "@types/markdown-it": "^12.2.3", "birpc": "^0.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d381495f..6413f6e6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -120,7 +120,7 @@ importers: devDependencies: '@histoire/plugin-svelte': link:../../packages/histoire-plugin-svelte '@sveltejs/adapter-auto': 1.0.0-next.87 - '@sveltejs/kit': 1.0.0-next.543_svelte@3.50.1+vite@3.1.4 + '@sveltejs/kit': 1.0.0-next.544_svelte@3.50.1+vite@3.1.4 '@types/cookie': 0.5.1 histoire: link:../../packages/histoire svelte: 3.50.1 @@ -248,10 +248,10 @@ importers: packages/histoire: specifiers: - '@histoire/app': ^0.11.6 - '@histoire/controls': ^0.11.6 - '@histoire/shared': ^0.11.6 - '@histoire/vendors': ^0.11.6 + '@histoire/app': ^0.11.7 + '@histoire/controls': ^0.11.7 + '@histoire/shared': ^0.11.7 + '@histoire/vendors': ^0.11.7 '@peeky/server': ^0.14.0 '@peeky/test': ^0.14.1 '@types/flexsearch': ^0.7.3 @@ -331,9 +331,9 @@ importers: packages/histoire-app: specifiers: - '@histoire/controls': ^0.11.6 - '@histoire/shared': ^0.11.6 - '@histoire/vendors': ^0.11.6 + '@histoire/controls': ^0.11.7 + '@histoire/shared': ^0.11.7 + '@histoire/vendors': ^0.11.7 '@tailwindcss/typography': ^0.5.2 '@types/flexsearch': ^0.7.3 '@types/fs-extra': ^9.0.13 @@ -387,7 +387,7 @@ importers: '@codemirror/state': ^6.1.2 '@codemirror/theme-one-dark': ^6.1.0 '@codemirror/view': ^6.3.0 - '@histoire/vendors': ^0.11.6 + '@histoire/vendors': ^0.11.7 '@peeky/server': ^0.14.0 '@peeky/test': ^0.14.1 '@types/node': ^17.0.32 @@ -507,9 +507,9 @@ importers: packages/histoire-plugin-svelte: specifiers: - '@histoire/controls': ^0.11.6 - '@histoire/shared': ^0.11.6 - '@histoire/vendors': ^0.11.6 + '@histoire/controls': ^0.11.7 + '@histoire/shared': ^0.11.7 + '@histoire/vendors': ^0.11.7 '@sveltejs/vite-plugin-svelte': ^1.0.1 '@types/node': ^17.0.32 concurrently: ^7.1.0 @@ -538,9 +538,9 @@ importers: packages/histoire-plugin-vue: specifiers: - '@histoire/controls': ^0.11.6 - '@histoire/shared': ^0.11.6 - '@histoire/vendors': ^0.11.6 + '@histoire/controls': ^0.11.7 + '@histoire/shared': ^0.11.7 + '@histoire/vendors': ^0.11.7 '@types/node': ^17.0.32 change-case: ^4.1.2 concurrently: ^7.1.0 @@ -563,9 +563,9 @@ importers: packages/histoire-plugin-vue2: specifiers: - '@histoire/controls': ^0.11.6 - '@histoire/shared': ^0.11.6 - '@histoire/vendors': ^0.11.6 + '@histoire/controls': ^0.11.7 + '@histoire/shared': ^0.11.7 + '@histoire/vendors': ^0.11.7 '@types/node': ^17.0.32 change-case: ^4.1.2 concurrently: ^7.1.0 @@ -2341,8 +2341,8 @@ packages: - supports-color dev: true - /@sveltejs/kit/1.0.0-next.543_svelte@3.50.1+vite@3.1.4: - resolution: {integrity: sha512-aOd5SX+LPUqe8isXQV7c+XDbi/499Elw2D2igVOya51j26nISptnLmY9KsMBD48Tjl6Va3kUfsa1R1U87vZJRA==} + /@sveltejs/kit/1.0.0-next.544_svelte@3.50.1+vite@3.1.4: + resolution: {integrity: sha512-zgQHiSvxiTDjJJROj9mPwIEoT6sAopagDroh89cHKarKc2eK/1nISA2dascKz/atGF8mghOn7RXZPnPofr01fQ==} engines: {node: '>=16.14'} hasBin: true requiresBuild: true