Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 17, 2022
1 parent 96d1071 commit 68f359b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.1.5](https://github.com/Akryum/histoire/compare/v0.1.4...v0.1.5) (2022-03-17)


### Features

* add tree state saving (fix [#22](https://github.com/Akryum/histoire/issues/22)) ([#51](https://github.com/Akryum/histoire/issues/51)) ([96d1071](https://github.com/Akryum/histoire/commit/96d1071bfb11daa80375d2a655df26c2ad064208))



## [0.1.4](https://github.com/Akryum/histoire/compare/v0.1.3...v0.1.4) (2022-03-17)


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.1.4",
"version": "0.1.5",
"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.1.4",
"version": "0.1.5",
"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.1.4",
"version": "0.1.5",
"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.1.4",
"@histoire/controls": "^0.1.5",
"@vitejs/plugin-vue": "^2.2.0",
"@vueuse/core": "^8.1.1",
"case": "^1.6.3",
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 68f359b

Please sign in to comment.