Skip to content

Commit

Permalink
v0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Nov 12, 2022
1 parent 11e0432 commit b53857f
Show file tree
Hide file tree
Showing 14 changed files with 75 additions and 56 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [0.11.7](https://github.com/Akryum/histoire/compare/v0.11.6...v0.11.7) (2022-11-12)


### Bug Fixes

* build error ([91b48a1](https://github.com/Akryum/histoire/commit/91b48a152ad637149420621452b7d05233a1ff49))
* config changes not applied on auto restart ([a54efad](https://github.com/Akryum/histoire/commit/a54efadcdc4bc0dda5f2f853608475768360fb00))
* grid scroll height not being reset when switcing story ([875cf7d](https://github.com/Akryum/histoire/commit/875cf7d45afe4573dd2ec9d2df969b1c22ccb68e))
* grid with % size glitching ([ef51ccc](https://github.com/Akryum/histoire/commit/ef51ccc3f01ced96608a51b9964f60bdd7e832b6))
* not restarting on vite config change ([c5fb953](https://github.com/Akryum/histoire/commit/c5fb95300fe240804febc23ab93bec89cb962a59))
* **percy:** puppeteer import, fix [#330](https://github.com/Akryum/histoire/issues/330) ([c199ad4](https://github.com/Akryum/histoire/commit/c199ad4b21af725283ff014491cdc9a2bd4f1243))
* remove overflow tailwind classes from sandbox, fix [#351](https://github.com/Akryum/histoire/issues/351) ([a326a6a](https://github.com/Akryum/histoire/commit/a326a6a9522fd8437f0abfb6280590b0d404a05e))
* remove vite-plugin-inspect ([df6a7fb](https://github.com/Akryum/histoire/commit/df6a7fbb0b45abd09e80511f24cf859ae431c99d))
* setupFile.browser only being also applied to server, related to [#323](https://github.com/Akryum/histoire/issues/323) ([833d086](https://github.com/Akryum/histoire/commit/833d0862de5d5b456e8024264ef94a99d87ee202))
* **svelte:** dynamic source, fix [#344](https://github.com/Akryum/histoire/issues/344) ([11e0432](https://github.com/Akryum/histoire/commit/11e04323f346c0fc0ca4c9d1874b32945261f490))
* **svelte:** state sync: ignore undefined, HTMLElement and SvelteComponents, fix [#346](https://github.com/Akryum/histoire/issues/346) ([755ac0d](https://github.com/Akryum/histoire/commit/755ac0d846bde9547031f30bceb26b079ccc8067))



## [0.11.6](https://github.com/Akryum/histoire/compare/v0.11.5...v0.11.6) (2022-10-26)


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.11.6",
"version": "0.11.7",
"private": true,
"repository": {
"url": "https://github.com/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.11.6",
"version": "0.11.7",
"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.11.6",
"@histoire/shared": "^0.11.6",
"@histoire/vendors": "^0.11.6",
"@histoire/controls": "^0.11.7",
"@histoire/shared": "^0.11.7",
"@histoire/vendors": "^0.11.7",
"@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.11.6",
"version": "0.11.7",
"description": "Prebuilt controls components",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -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.6"
"@histoire/vendors": "^0.11.7"
},
"devDependencies": {
"@peeky/server": "^0.14.0",
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.11.6",
"version": "0.11.7",
"description": "Histoire plugin to integrate with Nuxt 3",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"vite": "^3.1.4"
},
"peerDependencies": {
"@histoire/plugin-vue": "^0.11.6",
"histoire": "^0.11.6",
"@histoire/plugin-vue": "^0.11.7",
"histoire": "^0.11.7",
"nuxt": "^3.0.0-rc.11"
}
}
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.11.6",
"version": "0.11.7",
"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.11.6"
"histoire": "^0.11.7"
}
}
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.11.6",
"version": "0.11.7",
"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.11.6"
"histoire": "^0.11.7"
}
}
10 changes: 5 additions & 5 deletions packages/histoire-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/plugin-svelte",
"version": "0.11.6",
"version": "0.11.7",
"description": "Histoire plugin for Svelte 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.11.6",
"@histoire/shared": "^0.11.6",
"@histoire/vendors": "^0.11.6"
"@histoire/controls": "^0.11.7",
"@histoire/shared": "^0.11.7",
"@histoire/vendors": "^0.11.7"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
Expand All @@ -55,7 +55,7 @@
"vite": "^3.0.5"
},
"peerDependencies": {
"histoire": "^0.11.6",
"histoire": "^0.11.7",
"svelte": "^3.0.0"
}
}
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.11.6",
"version": "0.11.7",
"description": "Histoire plugin for Vue.js support",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -44,9 +44,9 @@
"watch": "concurrently \"vite build --watch\" \"pnpm run build:types --watch\""
},
"dependencies": {
"@histoire/controls": "^0.11.6",
"@histoire/shared": "^0.11.6",
"@histoire/vendors": "^0.11.6"
"@histoire/controls": "^0.11.7",
"@histoire/shared": "^0.11.7",
"@histoire/vendors": "^0.11.7"
},
"devDependencies": {
"@types/node": "^17.0.32",
Expand All @@ -58,7 +58,7 @@
"vue": "^3.2.31"
},
"peerDependencies": {
"histoire": "^0.11.6",
"histoire": "^0.11.7",
"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.11.6",
"version": "0.11.7",
"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.11.6",
"@histoire/shared": "^0.11.6",
"@histoire/vendors": "^0.11.6"
"@histoire/controls": "^0.11.7",
"@histoire/shared": "^0.11.7",
"@histoire/vendors": "^0.11.7"
},
"devDependencies": {
"@types/node": "^17.0.32",
Expand All @@ -52,7 +52,7 @@
"vue": "^2.7.8"
},
"peerDependencies": {
"histoire": "^0.11.6",
"histoire": "^0.11.7",
"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.11.6",
"version": "0.11.7",
"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.11.6",
"version": "0.11.7",
"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.11.6",
"version": "0.11.7",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -39,10 +39,10 @@
"test": "peeky run"
},
"dependencies": {
"@histoire/app": "^0.11.6",
"@histoire/controls": "^0.11.6",
"@histoire/shared": "^0.11.6",
"@histoire/vendors": "^0.11.6",
"@histoire/app": "^0.11.7",
"@histoire/controls": "^0.11.7",
"@histoire/shared": "^0.11.7",
"@histoire/vendors": "^0.11.7",
"@types/flexsearch": "^0.7.3",
"@types/markdown-it": "^12.2.3",
"birpc": "^0.1.1",
Expand Down
40 changes: 20 additions & 20 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 b53857f

Please sign in to comment.