Skip to content

Commit 69c223c

Browse files
chore: release v0.0.2 (#2)
1 parent 7eaf003 commit 69c223c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [0.0.2](https://github.com/vinayakkulkarni/v-tweakpane/compare/v0.0.1...v0.0.2) (2021-07-19)
2+
3+
4+
### Bug Fixes
5+
6+
* deploy script issue while building storybook ([4af2c8f](https://github.com/vinayakkulkarni/v-tweakpane/commit/4af2c8f917d2cdd3f5ad8b6eb0f8f4167925244f))
7+
8+
9+
### Features
10+
11+
* add basic v0.0.2 tweakpane integration ([67bf8d0](https://github.com/vinayakkulkarni/v-tweakpane/commit/67bf8d0652e96c888e2264533bd8e1888625b9b2))
12+
* **storybook:** add sb config files ([efaf856](https://github.com/vinayakkulkarni/v-tweakpane/commit/efaf856c727f5986540537a0067b9324f41fb396))
13+
* **ts:** export PaneProps interface ([c42c244](https://github.com/vinayakkulkarni/v-tweakpane/commit/c42c244e6f6d8224a7548f342ec3cd828690d44f))
14+
15+
16+
117
## 0.0.1 (2021-07-17)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v-tweakpane",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Tweakpane for Vue",
55
"types": "types/index.d.ts",
66
"main": "dist/v-tweakpane.cjs.js",

0 commit comments

Comments
 (0)