Skip to content

Commit

Permalink
v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 15, 2023
1 parent 328f7c6 commit dcf0ad6
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 57 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.15.2](https://github.com/Akryum/histoire/compare/v0.15.1...v0.15.2) (2023-02-15)


### Bug Fixes

* **controls:** mark value props as optional ([328f7c6](https://github.com/Akryum/histoire/commit/328f7c629c877f29ddd8b97968122dc5eb1f9039))


### Features

* grid copy icon button ([6a3aa4b](https://github.com/Akryum/histoire/commit/6a3aa4b2a070ea67f3bf40a410039c9349286835))



## [0.15.1](https://github.com/Akryum/histoire/compare/v0.15.0...v0.15.1) (2023-02-15)


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.15.1",
"version": "0.15.2",
"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.15.1",
"version": "0.15.2",
"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.15.1",
"@histoire/shared": "^0.15.1",
"@histoire/vendors": "^0.15.1",
"@histoire/controls": "^0.15.2",
"@histoire/shared": "^0.15.2",
"@histoire/vendors": "^0.15.2",
"@types/flexsearch": "^0.7.3",
"flexsearch": "0.7.21",
"shiki-es": "^0.2.0"
Expand Down
6 changes: 3 additions & 3 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.15.1",
"version": "0.15.2",
"description": "Prebuilt controls components",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -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.1",
"@histoire/vendors": "^0.15.1"
"@histoire/shared": "^0.15.2",
"@histoire/vendors": "^0.15.2"
},
"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.15.1",
"version": "0.15.2",
"description": "Histoire plugin to integrate with Nuxt 3",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"vite": "^4.1.0"
},
"peerDependencies": {
"@histoire/plugin-vue": "^0.15.1",
"histoire": "^0.15.1",
"@histoire/plugin-vue": "^0.15.2",
"histoire": "^0.15.2",
"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.15.1",
"version": "0.15.2",
"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.9.5"
},
"peerDependencies": {
"histoire": "^0.15.1"
"histoire": "^0.15.2"
}
}
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.15.1",
"version": "0.15.2",
"description": "Histoire plugin to take screenshots for visual regression testing",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -38,6 +38,6 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"histoire": "^0.15.1"
"histoire": "^0.15.2"
}
}
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.15.1",
"version": "0.15.2",
"description": "Histoire plugin for Svelte support",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -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.1",
"@histoire/shared": "^0.15.1",
"@histoire/vendors": "^0.15.1",
"@histoire/controls": "^0.15.2",
"@histoire/shared": "^0.15.2",
"@histoire/vendors": "^0.15.2",
"change-case": "^4.1.2",
"launch-editor": "^2.6.0",
"pathe": "^0.2.0"
Expand All @@ -59,7 +59,7 @@
"vite": "^4.1.0"
},
"peerDependencies": {
"histoire": "^0.15.1",
"histoire": "^0.15.2",
"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.15.1",
"version": "0.15.2",
"description": "Histoire plugin for Vue.js support",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -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.1",
"@histoire/shared": "^0.15.1",
"@histoire/vendors": "^0.15.1",
"@histoire/controls": "^0.15.2",
"@histoire/shared": "^0.15.2",
"@histoire/vendors": "^0.15.2",
"change-case": "^4.1.2",
"globby": "^13.1.1",
"launch-editor": "^2.6.0",
Expand All @@ -62,7 +62,7 @@
"vue": "^3.2.47"
},
"peerDependencies": {
"histoire": "^0.15.1",
"histoire": "^0.15.2",
"vue": "^3.2.47"
}
}
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.15.1",
"version": "0.15.2",
"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.15.1",
"@histoire/shared": "^0.15.1",
"@histoire/vendors": "^0.15.1"
"@histoire/controls": "^0.15.2",
"@histoire/shared": "^0.15.2",
"@histoire/vendors": "^0.15.2"
},
"devDependencies": {
"@types/node": "^17.0.32",
Expand All @@ -53,7 +53,7 @@
"vue": "^2.7.8"
},
"peerDependencies": {
"histoire": "^0.15.1",
"histoire": "^0.15.2",
"vue": "^2.7.8"
}
}
4 changes: 2 additions & 2 deletions packages/histoire-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/shared",
"version": "0.15.1",
"version": "0.15.2",
"description": "Shared utilities for Histoire",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@histoire/vendors": "^0.15.1",
"@histoire/vendors": "^0.15.2",
"@types/fs-extra": "^9.0.13",
"@types/markdown-it": "^12.2.3",
"chokidar": "^3.5.3",
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.15.1",
"version": "0.15.2",
"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.15.1",
"version": "0.15.2",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -43,10 +43,10 @@
"test": "peeky run"
},
"dependencies": {
"@histoire/app": "^0.15.1",
"@histoire/controls": "^0.15.1",
"@histoire/shared": "^0.15.1",
"@histoire/vendors": "^0.15.1",
"@histoire/app": "^0.15.2",
"@histoire/controls": "^0.15.2",
"@histoire/shared": "^0.15.2",
"@histoire/vendors": "^0.15.2",
"@types/flexsearch": "^0.7.3",
"@types/markdown-it": "^12.2.3",
"birpc": "^0.1.1",
Expand Down
38 changes: 19 additions & 19 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 dcf0ad6

Please sign in to comment.