From 42f9f96243e9569591fb125f2d7521feae55c914 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Wed, 16 Mar 2022 11:06:22 +0100 Subject: [PATCH] v0.1.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- packages/histoire-controls/package.json | 2 +- packages/histoire/package.json | 4 ++-- pnpm-lock.yaml | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e9f2f3d..c88300cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [0.1.0](https://github.com/Akryum/histoire/compare/v0.0.5...v0.1.0) (2022-03-16) + + +### Bug Fixes + +* default storyIgnored ([e2af9de](https://github.com/Akryum/histoire/commit/e2af9de5ce51cd65dfd1ac8ca238b82d05076ff0)) +* deps on @vue/runtime-core ([756a446](https://github.com/Akryum/histoire/commit/756a446d71f234438facc7f0adc9cdb821c94a1d)) +* vite errors ([6ff6861](https://github.com/Akryum/histoire/commit/6ff6861ee0d954931d7d778ddebce0ceeac51d95)) + + + ## [0.0.5](https://github.com/Akryum/histoire/compare/v0.0.4...v0.0.5) (2022-03-15) diff --git a/package.json b/package.json index 6e705373..04a349a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histoire-monorepo", - "version": "0.0.5", + "version": "0.1.0", "private": true, "repository": { "url": "https://github.com/Akryum/histoire.git", diff --git a/packages/histoire-controls/package.json b/packages/histoire-controls/package.json index 2932561e..22d91046 100644 --- a/packages/histoire-controls/package.json +++ b/packages/histoire-controls/package.json @@ -1,6 +1,6 @@ { "name": "@histoire/controls", - "version": "0.0.5", + "version": "0.1.0", "description": "Prebuilt controls components", "license": "MIT", "author": { diff --git a/packages/histoire/package.json b/packages/histoire/package.json index 8e4af6be..9311ff96 100644 --- a/packages/histoire/package.json +++ b/packages/histoire/package.json @@ -1,6 +1,6 @@ { "name": "histoire", - "version": "0.0.5", + "version": "0.1.0", "description": "A fast story book powered by Vite", "license": "MIT", "author": { @@ -41,7 +41,7 @@ }, "dependencies": { "@iconify/vue": "^3.1.3", - "@histoire/controls": "^0.0.5", + "@histoire/controls": "^0.1.0", "@vitejs/plugin-vue": "^2.2.0", "@vueuse/core": "^7.6.2", "case": "^1.6.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4f8e94e7..2b872504 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -72,7 +72,7 @@ importers: packages/histoire: specifiers: - '@histoire/controls': ^0.0.5 + '@histoire/controls': ^0.1.0 '@iconify/vue': ^3.1.3 '@peeky/test': ^0.13.5 '@tailwindcss/typography': ^0.5.2