Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 16, 2022
1 parent 67103d8 commit 074b952
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.1](https://github.com/Akryum/histoire/compare/v0.1.0...v0.1.1) (2022-03-16)


### Bug Fixes

* build errors with pnpm, closes [#42](https://github.com/Akryum/histoire/issues/42) ([67103d8](https://github.com/Akryum/histoire/commit/67103d8a9e71f2dbad4760d18f7b0b483e17bcb9))



# [0.1.0](https://github.com/Akryum/histoire/compare/v0.0.5...v0.1.0) (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.0",
"version": "0.1.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.1.0",
"version": "0.1.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.1.0",
"version": "0.1.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.1.0",
"@histoire/controls": "^0.1.1",
"@vitejs/plugin-vue": "^2.2.0",
"@vueuse/core": "^7.6.2",
"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 074b952

Please sign in to comment.