Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 16, 2022
1 parent 4e4bfe4 commit 6fbfdbb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.1.3](https://github.com/Akryum/histoire/compare/v0.1.2...v0.1.3) (2022-03-16)


### Bug Fixes

* responsive view settings update ([4e4bfe4](https://github.com/Akryum/histoire/commit/4e4bfe4a191a77c2aad007eab278dd8087e1de93))
* **responsive:** resizing while rotated ([9e53d83](https://github.com/Akryum/histoire/commit/9e53d834acc15063501406f122164dab949ef137))
* storage glitch (upgrade vueuse) ([8f99248](https://github.com/Akryum/histoire/commit/8f99248b776471793b9fe5b9a6b2eba9c5879801))



## [0.1.2](https://github.com/Akryum/histoire/compare/v0.1.1...v0.1.2) (2022-03-16)


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.2",
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"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.2",
"@histoire/controls": "^0.1.3",
"@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 6fbfdbb

Please sign in to comment.