Skip to content

Commit

Permalink
v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 10, 2022
1 parent 4f52b45 commit c728cdd
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 45 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.9.6](https:/Akryum/histoire/compare/v0.9.5...v0.9.6) (2022-08-10)


### Bug Fixes

* add key to generic render/mount, fix [#231](https:/Akryum/histoire/issues/231) ([203f7a9](https:/Akryum/histoire/commit/203f7a921eaff9e8233cc1c6c19a1ad71ab3b633))
* **iframe:** variant.previewReady wasn't reeset to false ([4f52b45](https:/Akryum/histoire/commit/4f52b45398cce5cbfc3d66e2380bd138b061bcd9))
* **state preset:** use structured cloning when applying ([10b1b4b](https:/Akryum/histoire/commit/10b1b4b2f521c966248f81d84e24885286c6e23d))
* **state preset:** wait for controls render ([e31002d](https:/Akryum/histoire/commit/e31002d534647115d61a6a66a3b68f7909dc9568))



## [0.9.5](https:/Akryum/histoire/compare/v0.9.4...v0.9.5) (2022-08-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "histoire-monorepo",
"version": "0.9.5",
"version": "0.9.6",
"private": true,
"repository": {
"url": "https:/Akryum/histoire.git",
Expand Down
8 changes: 4 additions & 4 deletions packages/histoire-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/app",
"version": "0.9.5",
"version": "0.9.6",
"description": "Pre-bundled UI for Histoire",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"watch": "concurrently \"vite build --watch\" \"pnpm run build:css --watch\" \"node ./scripts/watchAndCopy.mjs\""
},
"dependencies": {
"@histoire/controls": "^0.9.5",
"@histoire/shared": "^0.9.5",
"@histoire/vendors": "^0.9.5",
"@histoire/controls": "^0.9.6",
"@histoire/shared": "^0.9.6",
"@histoire/vendors": "^0.9.6",
"@types/flexsearch": "^0.7.3",
"flexsearch": "^0.7.21",
"shiki": "0.10.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/histoire-controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/controls",
"version": "0.9.5",
"version": "0.9.6",
"description": "Prebuilt controls components",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"test": "peeky run"
},
"dependencies": {
"@histoire/vendors": "^0.9.5"
"@histoire/vendors": "^0.9.6"
},
"devDependencies": {
"@peeky/test": "^0.13.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/histoire-plugin-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-nuxt",
"version": "0.9.5",
"version": "0.9.6",
"description": "Histoire plugin to integrate with Nuxt 3",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"vite": "^2.9.1"
},
"peerDependencies": {
"@histoire/plugin-vue": "^0.9.5",
"histoire": "^0.9.5",
"@histoire/plugin-vue": "^0.9.6",
"histoire": "^0.9.6",
"nuxt": "^3.0.0-rc.3"
}
}
4 changes: 2 additions & 2 deletions packages/histoire-plugin-percy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-percy",
"version": "0.9.5",
"version": "0.9.6",
"description": "Histoire plugin to take screenshots with Percy for visual regression testing",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -39,6 +39,6 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"histoire": "^0.9.5"
"histoire": "^0.9.6"
}
}
4 changes: 2 additions & 2 deletions packages/histoire-plugin-screenshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-screenshot",
"version": "0.9.5",
"version": "0.9.6",
"description": "Histoire plugin to take screenshots for visual regression testing",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -38,6 +38,6 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"histoire": "^0.9.5"
"histoire": "^0.9.6"
}
}
10 changes: 5 additions & 5 deletions packages/histoire-plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-vue",
"version": "0.9.5",
"version": "0.9.6",
"description": "Histoire plugin for Vue.js support",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -38,9 +38,9 @@
"watch": "concurrently \"vite build --watch\" \"pnpm run build:types --watch\""
},
"dependencies": {
"@histoire/controls": "^0.9.5",
"@histoire/shared": "^0.9.5",
"@histoire/vendors": "^0.9.5"
"@histoire/controls": "^0.9.6",
"@histoire/shared": "^0.9.6",
"@histoire/vendors": "^0.9.6"
},
"devDependencies": {
"@types/node": "^17.0.32",
Expand All @@ -52,7 +52,7 @@
"vue": "^3.2.31"
},
"peerDependencies": {
"histoire": "^0.9.5",
"histoire": "^0.9.6",
"vue": "^3.2.31"
}
}
10 changes: 5 additions & 5 deletions packages/histoire-plugin-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-vue2",
"version": "0.9.5",
"version": "0.9.6",
"description": "Histoire plugin for Vue.js 2 support",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -38,9 +38,9 @@
"watch": "concurrently \"vite build --watch\" \"pnpm run build:types --watch\""
},
"dependencies": {
"@histoire/controls": "^0.9.5",
"@histoire/shared": "^0.9.5",
"@histoire/vendors": "^0.9.5"
"@histoire/controls": "^0.9.6",
"@histoire/shared": "^0.9.6",
"@histoire/vendors": "^0.9.6"
},
"devDependencies": {
"@types/node": "^17.0.32",
Expand All @@ -52,7 +52,7 @@
"vue": "^2.7.8"
},
"peerDependencies": {
"histoire": "^0.9.5",
"histoire": "^0.9.6",
"vue": "^2.7.8"
}
}
2 changes: 1 addition & 1 deletion packages/histoire-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/shared",
"version": "0.9.5",
"version": "0.9.6",
"description": "Shared utilities for Histoire",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-vendors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/vendors",
"version": "0.9.5",
"version": "0.9.6",
"description": "Bundled vendors for histoire",
"license": "MIT",
"author": {
Expand Down
10 changes: 5 additions & 5 deletions packages/histoire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "histoire",
"version": "0.9.5",
"version": "0.9.6",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"test": "peeky run"
},
"dependencies": {
"@histoire/app": "^0.9.5",
"@histoire/controls": "^0.9.5",
"@histoire/shared": "^0.9.5",
"@histoire/vendors": "^0.9.5",
"@histoire/app": "^0.9.6",
"@histoire/controls": "^0.9.6",
"@histoire/shared": "^0.9.6",
"@histoire/vendors": "^0.9.6",
"@types/flexsearch": "^0.7.3",
"@types/markdown-it": "^12.2.3",
"birpc": "^0.1.1",
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c728cdd

Please sign in to comment.