Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Oct 6, 2022
1 parent d9bab34 commit d7e679d
Show file tree
Hide file tree
Showing 14 changed files with 98 additions and 61 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.1](https://github.com/Akryum/histoire/compare/v0.11.0...v0.11.1) (2022-10-06)


### Bug Fixes

* **controls:** display toolbar when no custom controls ([51d0f26](https://github.com/Akryum/histoire/commit/51d0f260990103831e12c650ce098f0ef92115b4))
* missing gradient in grid view ([d6431de](https://github.com/Akryum/histoire/commit/d6431dedc382145880b40e140d5926e9541d37e1))


### Features

* add buttons controls ([#312](https://github.com/Akryum/histoire/issues/312)) ([7bc1b60](https://github.com/Akryum/histoire/commit/7bc1b6030bd344c23bb95b91d8bc3210708143e3))
* add checkbox list ([#310](https://github.com/Akryum/histoire/issues/310)) ([ad39f96](https://github.com/Akryum/histoire/commit/ad39f96a9dfe15a49e59591d01e3fb2c8abf3dbf)), closes [#30](https://github.com/Akryum/histoire/issues/30)
* center grids ([527f285](https://github.com/Akryum/histoire/commit/527f28550aad139b146d45f11a6cac01568b1efd))
* **grid:** open in new tab ([e828f8c](https://github.com/Akryum/histoire/commit/e828f8cbcdee2dd0201f407c95d9a63bb9d569ff))
* **grid:** preview background ([b2b0583](https://github.com/Akryum/histoire/commit/b2b05836fb0ebbd39c4e1a73bb72cc1baec1c6ce))



# [0.11.0](https://github.com/Akryum/histoire/compare/v0.10.7...v0.11.0) (2022-10-03)


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.0",
"version": "0.11.1",
"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.0",
"version": "0.11.1",
"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.0",
"@histoire/shared": "^0.11.0",
"@histoire/vendors": "^0.11.0",
"@histoire/controls": "^0.11.1",
"@histoire/shared": "^0.11.1",
"@histoire/vendors": "^0.11.1",
"@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.0",
"version": "0.11.1",
"description": "Prebuilt controls components",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"test": "peeky run"
},
"dependencies": {
"@histoire/vendors": "^0.11.0"
"@histoire/vendors": "^0.11.1"
},
"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.0",
"version": "0.11.1",
"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.0",
"histoire": "^0.11.0",
"@histoire/plugin-vue": "^0.11.1",
"histoire": "^0.11.1",
"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.0",
"version": "0.11.1",
"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.0"
"histoire": "^0.11.1"
}
}
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.0",
"version": "0.11.1",
"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.0"
"histoire": "^0.11.1"
}
}
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.0",
"version": "0.11.1",
"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.0",
"@histoire/shared": "^0.11.0",
"@histoire/vendors": "^0.11.0"
"@histoire/controls": "^0.11.1",
"@histoire/shared": "^0.11.1",
"@histoire/vendors": "^0.11.1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
Expand All @@ -55,7 +55,7 @@
"vite": "^3.0.5"
},
"peerDependencies": {
"histoire": "^0.11.0",
"histoire": "^0.11.1",
"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.0",
"version": "0.11.1",
"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.11.0",
"@histoire/shared": "^0.11.0",
"@histoire/vendors": "^0.11.0"
"@histoire/controls": "^0.11.1",
"@histoire/shared": "^0.11.1",
"@histoire/vendors": "^0.11.1"
},
"devDependencies": {
"@types/node": "^17.0.32",
Expand All @@ -52,7 +52,7 @@
"vue": "^3.2.31"
},
"peerDependencies": {
"histoire": "^0.11.0",
"histoire": "^0.11.1",
"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.0",
"version": "0.11.1",
"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.0",
"@histoire/shared": "^0.11.0",
"@histoire/vendors": "^0.11.0"
"@histoire/controls": "^0.11.1",
"@histoire/shared": "^0.11.1",
"@histoire/vendors": "^0.11.1"
},
"devDependencies": {
"@types/node": "^17.0.32",
Expand All @@ -52,7 +52,7 @@
"vue": "^2.7.8"
},
"peerDependencies": {
"histoire": "^0.11.0",
"histoire": "^0.11.1",
"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.0",
"version": "0.11.1",
"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.0",
"version": "0.11.1",
"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.0",
"version": "0.11.1",
"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.0",
"@histoire/controls": "^0.11.0",
"@histoire/shared": "^0.11.0",
"@histoire/vendors": "^0.11.0",
"@histoire/app": "^0.11.1",
"@histoire/controls": "^0.11.1",
"@histoire/shared": "^0.11.1",
"@histoire/vendors": "^0.11.1",
"@types/flexsearch": "^0.7.3",
"@types/markdown-it": "^12.2.3",
"birpc": "^0.1.1",
Expand Down

0 comments on commit d7e679d

Please sign in to comment.