Skip to content

Commit

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


### Bug Fixes

* **mobile:** bigger hit targets in select lists ([9af124a](https://github.com/Akryum/histoire/commit/9af124a760769dd7f19267e4d8dbbcfb3d4d7e81))


### Features

* add responsive design (fix [#33](https://github.com/Akryum/histoire/issues/33)) ([#47](https://github.com/Akryum/histoire/issues/47)) ([17ff259](https://github.com/Akryum/histoire/commit/17ff259aa88614b8500f0611547ffd8d18a55f0c))
* support resizing with touch ([1cbc1ae](https://github.com/Akryum/histoire/commit/1cbc1ae0f0d18acc34c183f27e6dfd968e060f1d))
* update hatched pattern ([#49](https://github.com/Akryum/histoire/issues/49)) ([4cf9a50](https://github.com/Akryum/histoire/commit/4cf9a5026ec181ddc750b82bd8094f5616670f6e))



## [0.1.3](https://github.com/Akryum/histoire/compare/v0.1.2...v0.1.3) (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.3",
"version": "0.1.4",
"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.3",
"version": "0.1.4",
"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.3",
"version": "0.1.4",
"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.3",
"@histoire/controls": "^0.1.4",
"@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 c040deb

Please sign in to comment.