Skip to content

Commit

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


### Bug Fixes

* default storyIgnored ([e2af9de](https://github.com/Akryum/histoire/commit/e2af9de5ce51cd65dfd1ac8ca238b82d05076ff0))
* deps on @vue/runtime-core ([756a446](https://github.com/Akryum/histoire/commit/756a446d71f234438facc7f0adc9cdb821c94a1d))
* vite errors ([6ff6861](https://github.com/Akryum/histoire/commit/6ff6861ee0d954931d7d778ddebce0ceeac51d95))



## [0.0.5](https://github.com/Akryum/histoire/compare/v0.0.4...v0.0.5) (2022-03-15)


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.0.5",
"version": "0.1.0",
"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.0.5",
"version": "0.1.0",
"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.0.5",
"version": "0.1.0",
"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.0.5",
"@histoire/controls": "^0.1.0",
"@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 42f9f96

Please sign in to comment.