Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Nov 29, 2020
1 parent 4408206 commit b815d68
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/TomokiMiyauci/vue-file-drop/compare/v0.1.4...v0.2.0) (2020-11-29)


### Features

* **vuefiledrop.vue:** add custom event ([3eb88bc](https://github.com/TomokiMiyauci/vue-file-drop/commit/3eb88bcc53cc24e43f055946200139bb4e2955e3))





## [0.1.4](https://github.com/TomokiMiyauci/vue-file-drop/compare/v0.1.3...v0.1.4) (2020-11-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.4",
"version": "0.2.0",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 6 additions & 0 deletions packages/vue-droparea/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/TomokiMiyauci/vue-file-drop/compare/v0.1.4...v0.2.0) (2020-11-29)

### Features

- **vuefiledrop.vue:** add custom event ([3eb88bc](https://github.com/TomokiMiyauci/vue-file-drop/commit/3eb88bcc53cc24e43f055946200139bb4e2955e3))

## [0.1.4](https://github.com/TomokiMiyauci/vue-file-drop/compare/v0.1.3...v0.1.4) (2020-11-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-droparea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-file-drop",
"version": "0.1.4",
"version": "0.2.0",
"author": "TomokiMiyauci <[email protected]>",
"description": "Vue component for File DnD area and call File Select Dialog",
"license": "MIT",
Expand Down

0 comments on commit b815d68

Please sign in to comment.