From 26ce2e006d770635dfbf55a0c478cd08688214d7 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Tue, 20 Dec 2022 12:59:40 +0100 Subject: [PATCH] v0.12.2 --- CHANGELOG.md | 10 ++++++ 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, 63 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e1809d..6ff0bd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.12.2](https://github.com/Akryum/histoire/compare/v0.12.1...v0.12.2) (2022-12-20) + + +### Bug Fixes + +* folder icon size ([118dc47](https://github.com/Akryum/histoire/commit/118dc4732baf6a6a9e6dd8d4cf6df5957f34e20e)) +* vite client resolve error (temporary fix) ([155ac88](https://github.com/Akryum/histoire/commit/155ac881861484fdcb07ee700fabaee74914d4d2)), closes [#409](https://github.com/Akryum/histoire/issues/409) + + + ## [0.12.1](https://github.com/Akryum/histoire/compare/v0.12.0...v0.12.1) (2022-12-20) diff --git a/package.json b/package.json index d2af3a78..471bb28b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.12.1", + "version": "0.12.2", "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 574555c4..839013ad 100644 --- a/packages/histoire-app/package.json +++ b/packages/histoire-app/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/app", - "version": "0.12.1", + "version": "0.12.2", "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.12.1", - "@histoire/shared": "^0.12.1", - "@histoire/vendors": "^0.12.1", + "@histoire/controls": "^0.12.2", + "@histoire/shared": "^0.12.2", + "@histoire/vendors": "^0.12.2", "@types/flexsearch": "^0.7.3", "flexsearch": "0.7.21", "shiki-es": "^0.1.2" diff --git a/packages/histoire-controls/package.json b/packages/histoire-controls/package.json index a2f8b23f..7ab49ac2 100644 --- a/packages/histoire-controls/package.json +++ b/packages/histoire-controls/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/controls", - "version": "0.12.1", + "version": "0.12.2", "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.12.1" + "@histoire/vendors": "^0.12.2" }, "devDependencies": { "@peeky/server": "^0.14.0", diff --git a/packages/histoire-plugin-nuxt/package.json b/packages/histoire-plugin-nuxt/package.json index 503647bc..06d6e4b6 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.12.1", + "version": "0.12.2", "description": "Histoire plugin to integrate with Nuxt 3", "license": "MIT", "author": { @@ -37,8 +37,8 @@ "vite": "^4.0.0" }, "peerDependencies": { - "@histoire/plugin-vue": "^0.12.1", - "histoire": "^0.12.1", + "@histoire/plugin-vue": "^0.12.2", + "histoire": "^0.12.2", "nuxt": "^3.0.0-rc.11" } } diff --git a/packages/histoire-plugin-percy/package.json b/packages/histoire-plugin-percy/package.json index 926c4330..f95bd4d2 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.12.1", + "version": "0.12.2", "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.12.1" + "histoire": "^0.12.2" } } diff --git a/packages/histoire-plugin-screenshot/package.json b/packages/histoire-plugin-screenshot/package.json index 39188d0e..59781f9c 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.12.1", + "version": "0.12.2", "description": "Histoire plugin to take screenshots for visual regression testing", "license": "MIT", "author": { @@ -38,6 +38,6 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "histoire": "^0.12.1" + "histoire": "^0.12.2" } } diff --git a/packages/histoire-plugin-svelte/package.json b/packages/histoire-plugin-svelte/package.json index 5930723e..9d595d0d 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.12.1", + "version": "0.12.2", "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.12.1", - "@histoire/shared": "^0.12.1", - "@histoire/vendors": "^0.12.1" + "@histoire/controls": "^0.12.2", + "@histoire/shared": "^0.12.2", + "@histoire/vendors": "^0.12.2" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^1.0.1", @@ -55,7 +55,7 @@ "vite": "^4.0.0" }, "peerDependencies": { - "histoire": "^0.12.1", + "histoire": "^0.12.2", "svelte": "^3.0.0" } } diff --git a/packages/histoire-plugin-vue/package.json b/packages/histoire-plugin-vue/package.json index a3da8a59..76a9881b 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.12.1", + "version": "0.12.2", "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.12.1", - "@histoire/shared": "^0.12.1", - "@histoire/vendors": "^0.12.1" + "@histoire/controls": "^0.12.2", + "@histoire/shared": "^0.12.2", + "@histoire/vendors": "^0.12.2" }, "devDependencies": { "@types/node": "^17.0.32", @@ -59,7 +59,7 @@ "vue": "^3.2.31" }, "peerDependencies": { - "histoire": "^0.12.1", + "histoire": "^0.12.2", "vue": "^3.2.31" } } diff --git a/packages/histoire-plugin-vue2/package.json b/packages/histoire-plugin-vue2/package.json index 501b01bb..f996aaff 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.12.1", + "version": "0.12.2", "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.12.1", - "@histoire/shared": "^0.12.1", - "@histoire/vendors": "^0.12.1" + "@histoire/controls": "^0.12.2", + "@histoire/shared": "^0.12.2", + "@histoire/vendors": "^0.12.2" }, "devDependencies": { "@types/node": "^17.0.32", @@ -53,7 +53,7 @@ "vue": "^2.7.8" }, "peerDependencies": { - "histoire": "^0.12.1", + "histoire": "^0.12.2", "vue": "^2.7.8" } } diff --git a/packages/histoire-shared/package.json b/packages/histoire-shared/package.json index 3024f18e..ec406b6a 100644 --- a/packages/histoire-shared/package.json +++ b/packages/histoire-shared/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/shared", - "version": "0.12.1", + "version": "0.12.2", "description": "Shared utilities for Histoire", "license": "MIT", "author": { diff --git a/packages/histoire-vendors/package.json b/packages/histoire-vendors/package.json index 5e2bb958..a10f44d5 100644 --- a/packages/histoire-vendors/package.json +++ b/packages/histoire-vendors/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/vendors", - "version": "0.12.1", + "version": "0.12.2", "description": "Bundled vendors for histoire", "license": "MIT", "author": { diff --git a/packages/histoire/package.json b/packages/histoire/package.json index 3c548693..a4276f28 100644 --- a/packages/histoire/package.json +++ b/packages/histoire/package.json @@ -1,6 +1,6 @@ { "name": "histoire", - "version": "0.12.1", + "version": "0.12.2", "description": "A fast story book powered by Vite", "license": "MIT", "author": { @@ -39,10 +39,10 @@ "test": "peeky run" }, "dependencies": { - "@histoire/app": "^0.12.1", - "@histoire/controls": "^0.12.1", - "@histoire/shared": "^0.12.1", - "@histoire/vendors": "^0.12.1", + "@histoire/app": "^0.12.2", + "@histoire/controls": "^0.12.2", + "@histoire/shared": "^0.12.2", + "@histoire/vendors": "^0.12.2", "@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 e099b5ec..f9e8e3eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -248,10 +248,10 @@ importers: packages/histoire: specifiers: - '@histoire/app': ^0.12.1 - '@histoire/controls': ^0.12.1 - '@histoire/shared': ^0.12.1 - '@histoire/vendors': ^0.12.1 + '@histoire/app': ^0.12.2 + '@histoire/controls': ^0.12.2 + '@histoire/shared': ^0.12.2 + '@histoire/vendors': ^0.12.2 '@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.12.1 - '@histoire/shared': ^0.12.1 - '@histoire/vendors': ^0.12.1 + '@histoire/controls': ^0.12.2 + '@histoire/shared': ^0.12.2 + '@histoire/vendors': ^0.12.2 '@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.12.1 + '@histoire/vendors': ^0.12.2 '@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.12.1 - '@histoire/shared': ^0.12.1 - '@histoire/vendors': ^0.12.1 + '@histoire/controls': ^0.12.2 + '@histoire/shared': ^0.12.2 + '@histoire/vendors': ^0.12.2 '@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.12.1 - '@histoire/shared': ^0.12.1 - '@histoire/vendors': ^0.12.1 + '@histoire/controls': ^0.12.2 + '@histoire/shared': ^0.12.2 + '@histoire/vendors': ^0.12.2 '@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.12.1 - '@histoire/shared': ^0.12.1 - '@histoire/vendors': ^0.12.1 + '@histoire/controls': ^0.12.2 + '@histoire/shared': ^0.12.2 + '@histoire/vendors': ^0.12.2 '@types/node': ^17.0.32 change-case: ^4.1.2 concurrently: ^7.1.0