From 3e9a1d711421787119e8461f48171f0a4edd4541 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Sat, 18 Feb 2023 12:40:33 +0100 Subject: [PATCH] v0.15.8 --- CHANGELOG.md | 9 +++++ package.json | 2 +- packages/histoire-app/package.json | 8 ++-- packages/histoire-controls/package.json | 6 +-- 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 | 4 +- packages/histoire-vendors/package.json | 2 +- packages/histoire/package.json | 10 ++--- pnpm-lock.yaml | 38 +++++++++---------- 14 files changed, 66 insertions(+), 57 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b343dd..178043db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.15.8](https://github.com/Akryum/histoire/compare/v0.15.7...v0.15.8) (2023-02-18) + + +### Bug Fixes + +* **vue3:** codegen v-model on simple reactive variable ([5701116](https://github.com/Akryum/histoire/commit/5701116c2527d14d23a96e2292e6500cd63033fe)) + + + ## [0.15.7](https://github.com/Akryum/histoire/compare/v0.15.6...v0.15.7) (2023-02-17) diff --git a/package.json b/package.json index 0f7efc30..299ec33d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.15.7", + "version": "0.15.8", "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 f370cb81..8667f045 100644 --- a/packages/histoire-app/package.json +++ b/packages/histoire-app/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/app", - "version": "0.15.7", + "version": "0.15.8", "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.15.7", - "@histoire/shared": "^0.15.7", - "@histoire/vendors": "^0.15.7", + "@histoire/controls": "^0.15.8", + "@histoire/shared": "^0.15.8", + "@histoire/vendors": "^0.15.8", "@types/flexsearch": "^0.7.3", "flexsearch": "0.7.21", "shiki-es": "^0.2.0" diff --git a/packages/histoire-controls/package.json b/packages/histoire-controls/package.json index 75b7033b..9386fea1 100644 --- a/packages/histoire-controls/package.json +++ b/packages/histoire-controls/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/controls", - "version": "0.15.7", + "version": "0.15.8", "description": "Prebuilt controls components", "license": "MIT", "author": { @@ -47,8 +47,8 @@ "@codemirror/state": "^6.1.2", "@codemirror/theme-one-dark": "^6.1.0", "@codemirror/view": "^6.3.0", - "@histoire/shared": "^0.15.7", - "@histoire/vendors": "^0.15.7" + "@histoire/shared": "^0.15.8", + "@histoire/vendors": "^0.15.8" }, "devDependencies": { "@peeky/server": "^0.14.0", diff --git a/packages/histoire-plugin-nuxt/package.json b/packages/histoire-plugin-nuxt/package.json index d41cddd9..1d7fe791 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.15.7", + "version": "0.15.8", "description": "Histoire plugin to integrate with Nuxt 3", "license": "MIT", "author": { @@ -40,8 +40,8 @@ "vite": "^4.1.0" }, "peerDependencies": { - "@histoire/plugin-vue": "^0.15.7", - "histoire": "^0.15.7", + "@histoire/plugin-vue": "^0.15.8", + "histoire": "^0.15.8", "nuxt": "^3.0.0-rc.11" } } diff --git a/packages/histoire-plugin-percy/package.json b/packages/histoire-plugin-percy/package.json index 61b5ef55..18c67c8f 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.15.7", + "version": "0.15.8", "description": "Histoire plugin to take screenshots with Percy for visual regression testing", "license": "MIT", "author": { @@ -39,6 +39,6 @@ "typescript": "^4.9.5" }, "peerDependencies": { - "histoire": "^0.15.7" + "histoire": "^0.15.8" } } diff --git a/packages/histoire-plugin-screenshot/package.json b/packages/histoire-plugin-screenshot/package.json index 0e194b7c..00dddd59 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.15.7", + "version": "0.15.8", "description": "Histoire plugin to take screenshots for visual regression testing", "license": "MIT", "author": { @@ -38,6 +38,6 @@ "typescript": "^4.9.5" }, "peerDependencies": { - "histoire": "^0.15.7" + "histoire": "^0.15.8" } } diff --git a/packages/histoire-plugin-svelte/package.json b/packages/histoire-plugin-svelte/package.json index 593ce36d..ff339188 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.15.7", + "version": "0.15.8", "description": "Histoire plugin for Svelte support", "license": "MIT", "author": { @@ -39,9 +39,9 @@ "watch": "concurrently \"vite build --watch\" \"tsc -d -P tsconfig.build.json --watch\" \"pnpm run build:types --watch\"" }, "dependencies": { - "@histoire/controls": "^0.15.7", - "@histoire/shared": "^0.15.7", - "@histoire/vendors": "^0.15.7", + "@histoire/controls": "^0.15.8", + "@histoire/shared": "^0.15.8", + "@histoire/vendors": "^0.15.8", "change-case": "^4.1.2", "launch-editor": "^2.6.0", "pathe": "^0.2.0" @@ -59,7 +59,7 @@ "vite": "^4.1.0" }, "peerDependencies": { - "histoire": "^0.15.7", + "histoire": "^0.15.8", "svelte": "^3.0.0" } } diff --git a/packages/histoire-plugin-vue/package.json b/packages/histoire-plugin-vue/package.json index 14d24a88..6ff9b49c 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.15.7", + "version": "0.15.8", "description": "Histoire plugin for Vue.js support", "license": "MIT", "author": { @@ -45,9 +45,9 @@ "watch": "concurrently \"vite build --watch\" \"tsc -d -P tsconfig.build.json --watch\" \"pnpm run build:types --watch\"" }, "dependencies": { - "@histoire/controls": "^0.15.7", - "@histoire/shared": "^0.15.7", - "@histoire/vendors": "^0.15.7", + "@histoire/controls": "^0.15.8", + "@histoire/shared": "^0.15.8", + "@histoire/vendors": "^0.15.8", "change-case": "^4.1.2", "globby": "^13.1.1", "launch-editor": "^2.6.0", @@ -62,7 +62,7 @@ "vue": "^3.2.47" }, "peerDependencies": { - "histoire": "^0.15.7", + "histoire": "^0.15.8", "vue": "^3.2.47" } } diff --git a/packages/histoire-plugin-vue2/package.json b/packages/histoire-plugin-vue2/package.json index d5afbd40..4580d922 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.15.7", + "version": "0.15.8", "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.15.7", - "@histoire/shared": "^0.15.7", - "@histoire/vendors": "^0.15.7" + "@histoire/controls": "^0.15.8", + "@histoire/shared": "^0.15.8", + "@histoire/vendors": "^0.15.8" }, "devDependencies": { "@types/node": "^17.0.32", @@ -53,7 +53,7 @@ "vue": "^2.7.8" }, "peerDependencies": { - "histoire": "^0.15.7", + "histoire": "^0.15.8", "vue": "^2.7.8" } } diff --git a/packages/histoire-shared/package.json b/packages/histoire-shared/package.json index ebf3599b..bca4fa8e 100644 --- a/packages/histoire-shared/package.json +++ b/packages/histoire-shared/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/shared", - "version": "0.15.7", + "version": "0.15.8", "description": "Shared utilities for Histoire", "license": "MIT", "author": { @@ -29,7 +29,7 @@ "watch": "tsc -d -w --sourceMap" }, "dependencies": { - "@histoire/vendors": "^0.15.7", + "@histoire/vendors": "^0.15.8", "@types/fs-extra": "^9.0.13", "@types/markdown-it": "^12.2.3", "chokidar": "^3.5.3", diff --git a/packages/histoire-vendors/package.json b/packages/histoire-vendors/package.json index b8a11005..74369a21 100644 --- a/packages/histoire-vendors/package.json +++ b/packages/histoire-vendors/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/vendors", - "version": "0.15.7", + "version": "0.15.8", "description": "Bundled vendors for histoire", "license": "MIT", "author": { diff --git a/packages/histoire/package.json b/packages/histoire/package.json index 8cee96fb..d0189192 100644 --- a/packages/histoire/package.json +++ b/packages/histoire/package.json @@ -1,6 +1,6 @@ { "name": "histoire", - "version": "0.15.7", + "version": "0.15.8", "description": "A fast story book powered by Vite", "license": "MIT", "author": { @@ -44,10 +44,10 @@ }, "dependencies": { "@akryum/tinypool": "^0.3.1", - "@histoire/app": "^0.15.7", - "@histoire/controls": "^0.15.7", - "@histoire/shared": "^0.15.7", - "@histoire/vendors": "^0.15.7", + "@histoire/app": "^0.15.8", + "@histoire/controls": "^0.15.8", + "@histoire/shared": "^0.15.8", + "@histoire/vendors": "^0.15.8", "@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 8c25f36d..3cda2e30 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -251,10 +251,10 @@ importers: packages/histoire: specifiers: '@akryum/tinypool': ^0.3.1 - '@histoire/app': ^0.15.7 - '@histoire/controls': ^0.15.7 - '@histoire/shared': ^0.15.7 - '@histoire/vendors': ^0.15.7 + '@histoire/app': ^0.15.8 + '@histoire/controls': ^0.15.8 + '@histoire/shared': ^0.15.8 + '@histoire/vendors': ^0.15.8 '@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.15.7 - '@histoire/shared': ^0.15.7 - '@histoire/vendors': ^0.15.7 + '@histoire/controls': ^0.15.8 + '@histoire/shared': ^0.15.8 + '@histoire/vendors': ^0.15.8 '@tailwindcss/typography': ^0.5.2 '@types/flexsearch': ^0.7.3 '@types/fs-extra': ^9.0.13 @@ -389,8 +389,8 @@ importers: '@codemirror/state': ^6.1.2 '@codemirror/theme-one-dark': ^6.1.0 '@codemirror/view': ^6.3.0 - '@histoire/shared': ^0.15.7 - '@histoire/vendors': ^0.15.7 + '@histoire/shared': ^0.15.8 + '@histoire/vendors': ^0.15.8 '@peeky/server': ^0.14.0 '@peeky/test': ^0.14.1 '@types/node': ^17.0.32 @@ -517,9 +517,9 @@ importers: packages/histoire-plugin-svelte: specifiers: - '@histoire/controls': ^0.15.7 - '@histoire/shared': ^0.15.7 - '@histoire/vendors': ^0.15.7 + '@histoire/controls': ^0.15.8 + '@histoire/shared': ^0.15.8 + '@histoire/vendors': ^0.15.8 '@sveltejs/vite-plugin-svelte': ^1.0.1 '@types/node': ^17.0.32 change-case: ^4.1.2 @@ -554,9 +554,9 @@ importers: packages/histoire-plugin-vue: specifiers: - '@histoire/controls': ^0.15.7 - '@histoire/shared': ^0.15.7 - '@histoire/vendors': ^0.15.7 + '@histoire/controls': ^0.15.8 + '@histoire/shared': ^0.15.8 + '@histoire/vendors': ^0.15.8 '@types/node': ^17.0.32 change-case: ^4.1.2 concurrently: ^7.1.0 @@ -585,9 +585,9 @@ importers: packages/histoire-plugin-vue2: specifiers: - '@histoire/controls': ^0.15.7 - '@histoire/shared': ^0.15.7 - '@histoire/vendors': ^0.15.7 + '@histoire/controls': ^0.15.8 + '@histoire/shared': ^0.15.8 + '@histoire/vendors': ^0.15.8 '@types/node': ^17.0.32 change-case: ^4.1.2 concurrently: ^7.1.0 @@ -612,7 +612,7 @@ importers: packages/histoire-shared: specifiers: - '@histoire/vendors': ^0.15.7 + '@histoire/vendors': ^0.15.8 '@types/fs-extra': ^9.0.13 '@types/markdown-it': ^12.2.3 chokidar: ^3.5.3