Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 19, 2022
1 parent 2d0f8dd commit 5d1ae31
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 53 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [0.12.0](https://github.com/Akryum/histoire/compare/v0.11.9...v0.12.0) (2022-12-19)


### Bug Fixes

* builtin controls component types ([98d0713](https://github.com/Akryum/histoire/commit/98d07132af24135e2d2678a72d484adc6a0a32c7))
* **config:** throw -> warn for file check ([2d0f8dd](https://github.com/Akryum/histoire/commit/2d0f8dd3151f07748d7f1ae44dc012f829ed163d))
* missing null check [#389](https://github.com/Akryum/histoire/issues/389) ([#390](https://github.com/Akryum/histoire/issues/390)) ([62b3fd5](https://github.com/Akryum/histoire/commit/62b3fd5c8edd8201294dd8aa7b71b03874906e16))
* missing types components in global components ([#366](https://github.com/Akryum/histoire/issues/366)) ([041922c](https://github.com/Akryum/histoire/commit/041922c6fbd3ff62ebb2bf2137bf41b29ca73266))
* **vue2:** shared controls not working, fix [#266](https://github.com/Akryum/histoire/issues/266) ([2210c51](https://github.com/Akryum/histoire/commit/2210c5103e8b4102d2d978536d80291b5e8e7afc))


### Features

* complete transition to shiki-es ([7c2133d](https://github.com/Akryum/histoire/commit/7c2133d0b96cd156d863e2326fc1cec5513afff6))
* **config:** collectMaxThreads ([5008ecb](https://github.com/Akryum/histoire/commit/5008ecb8a352e8d186a4e88c9e368c59754514bd))
* **config:** resolve theme files + check exist ([3e85496](https://github.com/Akryum/histoire/commit/3e854966b00b8fb3306423197784f880a98aed0b))
* **sveltekit:** upgraded sveltekit support to svelltekit v1.0.0 (fix [#392](https://github.com/Akryum/histoire/issues/392), [#397](https://github.com/Akryum/histoire/issues/397)) ([#402](https://github.com/Akryum/histoire/issues/402)) ([e7e5993](https://github.com/Akryum/histoire/commit/e7e5993d2abfa71821b3584694bd3af8f87feec6))
* **tree:** new folder and group design ([afa305e](https://github.com/Akryum/histoire/commit/afa305ec98920fbec02ffae5484d36227c66b04b))
* upgrade to rollup 3 and vite 4 ([#404](https://github.com/Akryum/histoire/issues/404)) ([e389cb0](https://github.com/Akryum/histoire/commit/e389cb07667c88077792e47fbfa2f0b61e5de511))



## [0.11.9](https://github.com/Akryum/histoire/compare/v0.11.8...v0.11.9) (2022-12-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.9",
"version": "0.12.0",
"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.9",
"version": "0.12.0",
"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.9",
"@histoire/shared": "^0.11.9",
"@histoire/vendors": "^0.11.9",
"@histoire/controls": "^0.12.0",
"@histoire/shared": "^0.12.0",
"@histoire/vendors": "^0.12.0",
"@types/flexsearch": "^0.7.3",
"flexsearch": "0.7.21",
"shiki-es": "^0.1.2"
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.9",
"version": "0.12.0",
"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.9"
"@histoire/vendors": "^0.12.0"
},
"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.9",
"version": "0.12.0",
"description": "Histoire plugin to integrate with Nuxt 3",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"vite": "^4.0.0"
},
"peerDependencies": {
"@histoire/plugin-vue": "^0.11.9",
"histoire": "^0.11.9",
"@histoire/plugin-vue": "^0.12.0",
"histoire": "^0.12.0",
"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.9",
"version": "0.12.0",
"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.9"
"histoire": "^0.12.0"
}
}
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.9",
"version": "0.12.0",
"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.9"
"histoire": "^0.12.0"
}
}
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.9",
"version": "0.12.0",
"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.9",
"@histoire/shared": "^0.11.9",
"@histoire/vendors": "^0.11.9"
"@histoire/controls": "^0.12.0",
"@histoire/shared": "^0.12.0",
"@histoire/vendors": "^0.12.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
Expand All @@ -55,7 +55,7 @@
"vite": "^4.0.0"
},
"peerDependencies": {
"histoire": "^0.11.9",
"histoire": "^0.12.0",
"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.9",
"version": "0.12.0",
"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.9",
"@histoire/shared": "^0.11.9",
"@histoire/vendors": "^0.11.9"
"@histoire/controls": "^0.12.0",
"@histoire/shared": "^0.12.0",
"@histoire/vendors": "^0.12.0"
},
"devDependencies": {
"@types/node": "^17.0.32",
Expand All @@ -59,7 +59,7 @@
"vue": "^3.2.31"
},
"peerDependencies": {
"histoire": "^0.11.9",
"histoire": "^0.12.0",
"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.9",
"version": "0.12.0",
"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.9",
"@histoire/shared": "^0.11.9",
"@histoire/vendors": "^0.11.9"
"@histoire/controls": "^0.12.0",
"@histoire/shared": "^0.12.0",
"@histoire/vendors": "^0.12.0"
},
"devDependencies": {
"@types/node": "^17.0.32",
Expand All @@ -53,7 +53,7 @@
"vue": "^2.7.8"
},
"peerDependencies": {
"histoire": "^0.11.9",
"histoire": "^0.12.0",
"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.9",
"version": "0.12.0",
"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.9",
"version": "0.12.0",
"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.9",
"version": "0.12.0",
"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.9",
"@histoire/controls": "^0.11.9",
"@histoire/shared": "^0.11.9",
"@histoire/vendors": "^0.11.9",
"@histoire/app": "^0.12.0",
"@histoire/controls": "^0.12.0",
"@histoire/shared": "^0.12.0",
"@histoire/vendors": "^0.12.0",
"@types/flexsearch": "^0.7.3",
"@types/markdown-it": "^12.2.3",
"birpc": "^0.1.1",
Expand Down
34 changes: 17 additions & 17 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 5d1ae31

Please sign in to comment.