Skip to content

Commit

Permalink
chore: release v0.0.2 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored Jul 19, 2021
1 parent 7eaf003 commit 69c223c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.0.2](https://github.com/vinayakkulkarni/v-tweakpane/compare/v0.0.1...v0.0.2) (2021-07-19)


### Bug Fixes

* deploy script issue while building storybook ([4af2c8f](https://github.com/vinayakkulkarni/v-tweakpane/commit/4af2c8f917d2cdd3f5ad8b6eb0f8f4167925244f))


### Features

* add basic v0.0.2 tweakpane integration ([67bf8d0](https://github.com/vinayakkulkarni/v-tweakpane/commit/67bf8d0652e96c888e2264533bd8e1888625b9b2))
* **storybook:** add sb config files ([efaf856](https://github.com/vinayakkulkarni/v-tweakpane/commit/efaf856c727f5986540537a0067b9324f41fb396))
* **ts:** export PaneProps interface ([c42c244](https://github.com/vinayakkulkarni/v-tweakpane/commit/c42c244e6f6d8224a7548f342ec3cd828690d44f))



## 0.0.1 (2021-07-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": "v-tweakpane",
"version": "0.0.1",
"version": "0.0.2",
"description": "Tweakpane for Vue",
"types": "types/index.d.ts",
"main": "dist/v-tweakpane.cjs.js",
Expand Down

0 comments on commit 69c223c

Please sign in to comment.