Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 22, 2022
1 parent 93a5095 commit a936929
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.2.1](https://github.com/Akryum/histoire/compare/v0.2.0...v0.2.1) (2022-03-22)


### Features

* Handle files and folders title conflict (fix [#57](https://github.com/Akryum/histoire/issues/57)) ([#58](https://github.com/Akryum/histoire/issues/58)) ([4d21425](https://github.com/Akryum/histoire/commit/4d21425c9e45438467db1fa268c52cc2fff6cd68))
* Open in new tab (fix [#52](https://github.com/Akryum/histoire/issues/52)) ([#59](https://github.com/Akryum/histoire/issues/59)) ([93a5095](https://github.com/Akryum/histoire/commit/93a5095357b7ea2884f7281731dc63b83df5f6f7))



# [0.2.0](https://github.com/Akryum/histoire/compare/v0.1.5...v0.2.0) (2022-03-20)


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.2.0",
"version": "0.2.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.2.0",
"version": "0.2.1",
"description": "Prebuilt controls components",
"license": "MIT",
"author": {
Expand Down
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.2.0",
"version": "0.2.1",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@iconify/vue": "^3.1.3",
"@histoire/controls": "^0.2.0",
"@histoire/controls": "^0.2.1",
"@vitejs/plugin-vue": "^2.2.0",
"@vueuse/core": "^8.1.1",
"birpc": "^0.1.0",
Expand Down
2 changes: 1 addition & 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 a936929

Please sign in to comment.