Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed May 9, 2022
1 parent 549e5bf commit 135c731
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.4.1](https://github.com/Akryum/histoire/compare/v0.4.0...v0.4.1) (2022-05-09)


### Bug Fixes

* missing @types/markdown-it peer dep ([549e5bf](https://github.com/Akryum/histoire/commit/549e5bf857bc1888b975a7e80a802aa3eab593dd))



# [0.4.0](https://github.com/Akryum/histoire/compare/v0.3.3...v0.4.0) (2022-05-09)


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.4.0",
"version": "0.4.1",
"private": true,
"repository": {
"url": "https://github.com/Akryum/histoire.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/controls",
"version": "0.4.0",
"version": "0.4.1",
"description": "Prebuilt controls components",
"license": "MIT",
"author": {
Expand Down
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.4.0",
"version": "0.4.1",
"description": "Histoire plugin to take screenshots with Percy for visual regression testing",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -38,6 +38,6 @@
"typescript": "^4.6.3"
},
"peerDependencies": {
"histoire": "^0.4.0"
"histoire": "^0.4.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.4.0",
"version": "0.4.1",
"description": "Histoire plugin to take screenshots for visual regression testing",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -37,6 +37,6 @@
"typescript": "^4.6.3"
},
"peerDependencies": {
"histoire": "^0.4.0"
"histoire": "^0.4.1"
}
}
4 changes: 2 additions & 2 deletions packages/histoire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "histoire",
"version": "0.4.0",
"version": "0.4.1",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"test": "peeky run"
},
"dependencies": {
"@histoire/controls": "^0.4.0",
"@histoire/controls": "^0.4.1",
"@iconify/vue": "^3.2.1",
"@types/markdown-it": "^12.2.3",
"@vueuse/core": "^8.2.5",
Expand Down
4 changes: 3 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 135c731

Please sign in to comment.