From eefa2dfeed0e02235ea47cbc468d81febff4cd2a Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Wed, 26 Oct 2022 15:32:39 +0200 Subject: [PATCH] v0.11.6 --- CHANGELOG.md | 21 ++++++++++++ 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 | 34 +++++++++---------- 14 files changed, 74 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe2e9cb..97b064e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [0.11.6](https://github.com/Akryum/histoire/compare/v0.11.5...v0.11.6) (2022-10-26) + + +### Bug Fixes + +* **grid:** update column count when content size changes ([0786a57](https://github.com/Akryum/histoire/commit/0786a57ea2019d6bee9285d4d18f54b67e5cd1dc)) +* prevent collecting loop ([ad6c652](https://github.com/Akryum/histoire/commit/ad6c6526e6aab6de11ab3e1dcf42485377c7604f)) +* **svelte:** controls not rendering in variant > controls slot ([c88c5d8](https://github.com/Akryum/histoire/commit/c88c5d83828d599684bf3e4fe52fbd4604303d64)) + + +### Features + +* add components class (fix [#203](https://github.com/Akryum/histoire/issues/203)) ([#337](https://github.com/Akryum/histoire/issues/337)) ([c85126e](https://github.com/Akryum/histoire/commit/c85126efea5744cc9bb830b5059e2d436cc991b1)) +* add size hint, fix [#329](https://github.com/Akryum/histoire/issues/329) ([#336](https://github.com/Akryum/histoire/issues/336)) ([df859a9](https://github.com/Akryum/histoire/commit/df859a98716fe2e45614fe4917b06216d1186969)) +* backgroundPresets: add contrast color ([#335](https://github.com/Akryum/histoire/issues/335)) ([c7ced23](https://github.com/Akryum/histoire/commit/c7ced23e16c950cc2f6202edfad6dc7337ff81b8)) +* change default font to Noto Sans Display ([23be901](https://github.com/Akryum/histoire/commit/23be901f559ed8db9eb9e1ab98d6fa16d9fb7bfe)) +* **config:** autoApplyContrastColor ([f045444](https://github.com/Akryum/histoire/commit/f045444fe475bcf8c2fe4c9d39632fd74596214f)) +* **md:** links to other stories, fix [#265](https://github.com/Akryum/histoire/issues/265) ([c73792c](https://github.com/Akryum/histoire/commit/c73792c7b8c19562e6adecdddee41d59e030e930)) + + + ## [0.11.5](https://github.com/Akryum/histoire/compare/v0.11.4...v0.11.5) (2022-10-14) diff --git a/package.json b/package.json index 45d2e255..d95076eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.11.5", + "version": "0.11.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 7fbf1102..3f73d0ce 100644 --- a/packages/histoire-app/package.json +++ b/packages/histoire-app/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/app", - "version": "0.11.5", + "version": "0.11.6", "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.5", - "@histoire/shared": "^0.11.5", - "@histoire/vendors": "^0.11.5", + "@histoire/controls": "^0.11.6", + "@histoire/shared": "^0.11.6", + "@histoire/vendors": "^0.11.6", "@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 803808aa..81dd0157 100644 --- a/packages/histoire-controls/package.json +++ b/packages/histoire-controls/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/controls", - "version": "0.11.5", + "version": "0.11.6", "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.5" + "@histoire/vendors": "^0.11.6" }, "devDependencies": { "@peeky/server": "^0.14.0", diff --git a/packages/histoire-plugin-nuxt/package.json b/packages/histoire-plugin-nuxt/package.json index 7dd8e5ce..c4fb6aa0 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.5", + "version": "0.11.6", "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.5", - "histoire": "^0.11.5", + "@histoire/plugin-vue": "^0.11.6", + "histoire": "^0.11.6", "nuxt": "^3.0.0-rc.11" } } diff --git a/packages/histoire-plugin-percy/package.json b/packages/histoire-plugin-percy/package.json index 5b102835..114e7042 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.5", + "version": "0.11.6", "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.5" + "histoire": "^0.11.6" } } diff --git a/packages/histoire-plugin-screenshot/package.json b/packages/histoire-plugin-screenshot/package.json index d2a84a6b..b2976f98 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.5", + "version": "0.11.6", "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.5" + "histoire": "^0.11.6" } } diff --git a/packages/histoire-plugin-svelte/package.json b/packages/histoire-plugin-svelte/package.json index 1008f318..674c1137 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.5", + "version": "0.11.6", "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.5", - "@histoire/shared": "^0.11.5", - "@histoire/vendors": "^0.11.5" + "@histoire/controls": "^0.11.6", + "@histoire/shared": "^0.11.6", + "@histoire/vendors": "^0.11.6" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^1.0.1", @@ -55,7 +55,7 @@ "vite": "^3.0.5" }, "peerDependencies": { - "histoire": "^0.11.5", + "histoire": "^0.11.6", "svelte": "^3.0.0" } } diff --git a/packages/histoire-plugin-vue/package.json b/packages/histoire-plugin-vue/package.json index b3e9b936..300412e0 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.5", + "version": "0.11.6", "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.5", - "@histoire/shared": "^0.11.5", - "@histoire/vendors": "^0.11.5" + "@histoire/controls": "^0.11.6", + "@histoire/shared": "^0.11.6", + "@histoire/vendors": "^0.11.6" }, "devDependencies": { "@types/node": "^17.0.32", @@ -58,7 +58,7 @@ "vue": "^3.2.31" }, "peerDependencies": { - "histoire": "^0.11.5", + "histoire": "^0.11.6", "vue": "^3.2.31" } } diff --git a/packages/histoire-plugin-vue2/package.json b/packages/histoire-plugin-vue2/package.json index 84a12d63..834f4a3f 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.5", + "version": "0.11.6", "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.5", - "@histoire/shared": "^0.11.5", - "@histoire/vendors": "^0.11.5" + "@histoire/controls": "^0.11.6", + "@histoire/shared": "^0.11.6", + "@histoire/vendors": "^0.11.6" }, "devDependencies": { "@types/node": "^17.0.32", @@ -52,7 +52,7 @@ "vue": "^2.7.8" }, "peerDependencies": { - "histoire": "^0.11.5", + "histoire": "^0.11.6", "vue": "^2.7.8" } } diff --git a/packages/histoire-shared/package.json b/packages/histoire-shared/package.json index f449a957..859c35cc 100644 --- a/packages/histoire-shared/package.json +++ b/packages/histoire-shared/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/shared", - "version": "0.11.5", + "version": "0.11.6", "description": "Shared utilities for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire-vendors/package.json b/packages/histoire-vendors/package.json index 9a7e5485..0cb8113f 100644 --- a/packages/histoire-vendors/package.json +++ b/packages/histoire-vendors/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/vendors", - "version": "0.11.5", + "version": "0.11.6", "description": "Bundled vendors for histoire", "license": "MIT", "author": { diff --git a/packages/histoire/package.json b/packages/histoire/package.json index 069de70a..3ee87bc0 100644 --- a/packages/histoire/package.json +++ b/packages/histoire/package.json @@ -1,6 +1,6 @@ { "name": "histoire", - "version": "0.11.5", + "version": "0.11.6", "description": "A fast story book powered by Vite", "license": "MIT", "author": { @@ -39,10 +39,10 @@ "test": "peeky run" }, "dependencies": { - "@histoire/app": "^0.11.5", - "@histoire/controls": "^0.11.5", - "@histoire/shared": "^0.11.5", - "@histoire/vendors": "^0.11.5", + "@histoire/app": "^0.11.6", + "@histoire/controls": "^0.11.6", + "@histoire/shared": "^0.11.6", + "@histoire/vendors": "^0.11.6", "@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 46b292be..685edbcf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -248,10 +248,10 @@ importers: packages/histoire: specifiers: - '@histoire/app': ^0.11.5 - '@histoire/controls': ^0.11.5 - '@histoire/shared': ^0.11.5 - '@histoire/vendors': ^0.11.5 + '@histoire/app': ^0.11.6 + '@histoire/controls': ^0.11.6 + '@histoire/shared': ^0.11.6 + '@histoire/vendors': ^0.11.6 '@peeky/server': ^0.14.0 '@peeky/test': ^0.14.1 '@types/flexsearch': ^0.7.3 @@ -333,9 +333,9 @@ importers: packages/histoire-app: specifiers: - '@histoire/controls': ^0.11.5 - '@histoire/shared': ^0.11.5 - '@histoire/vendors': ^0.11.5 + '@histoire/controls': ^0.11.6 + '@histoire/shared': ^0.11.6 + '@histoire/vendors': ^0.11.6 '@tailwindcss/typography': ^0.5.2 '@types/flexsearch': ^0.7.3 '@types/fs-extra': ^9.0.13 @@ -389,7 +389,7 @@ importers: '@codemirror/state': ^6.1.2 '@codemirror/theme-one-dark': ^6.1.0 '@codemirror/view': ^6.3.0 - '@histoire/vendors': ^0.11.5 + '@histoire/vendors': ^0.11.6 '@peeky/server': ^0.14.0 '@peeky/test': ^0.14.1 '@types/node': ^17.0.32 @@ -509,9 +509,9 @@ importers: packages/histoire-plugin-svelte: specifiers: - '@histoire/controls': ^0.11.5 - '@histoire/shared': ^0.11.5 - '@histoire/vendors': ^0.11.5 + '@histoire/controls': ^0.11.6 + '@histoire/shared': ^0.11.6 + '@histoire/vendors': ^0.11.6 '@sveltejs/vite-plugin-svelte': ^1.0.1 '@types/node': ^17.0.32 concurrently: ^7.1.0 @@ -540,9 +540,9 @@ importers: packages/histoire-plugin-vue: specifiers: - '@histoire/controls': ^0.11.5 - '@histoire/shared': ^0.11.5 - '@histoire/vendors': ^0.11.5 + '@histoire/controls': ^0.11.6 + '@histoire/shared': ^0.11.6 + '@histoire/vendors': ^0.11.6 '@types/node': ^17.0.32 change-case: ^4.1.2 concurrently: ^7.1.0 @@ -565,9 +565,9 @@ importers: packages/histoire-plugin-vue2: specifiers: - '@histoire/controls': ^0.11.5 - '@histoire/shared': ^0.11.5 - '@histoire/vendors': ^0.11.5 + '@histoire/controls': ^0.11.6 + '@histoire/shared': ^0.11.6 + '@histoire/vendors': ^0.11.6 '@types/node': ^17.0.32 change-case: ^4.1.2 concurrently: ^7.1.0