Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Nov 29, 2020
1 parent fd5d37f commit ea68e71
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.1](https://github.com/TomokiMiyauci/vue-file-drop/compare/v0.2.0...v0.2.1) (2020-11-29)


### Bug Fixes

* **vuefiledrop.vue:** fix typo ([fd5d37f](https://github.com/TomokiMiyauci/vue-file-drop/commit/fd5d37fe4f96c673672d6b693f2c58ac7f1e2ed2))





# [0.2.0](https://github.com/TomokiMiyauci/vue-file-drop/compare/v0.1.4...v0.2.0) (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.2.0",
"version": "0.2.1",
"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.1](https://github.com/TomokiMiyauci/vue-file-drop/compare/v0.2.0...v0.2.1) (2020-11-29)

### Bug Fixes

- **vuefiledrop.vue:** fix typo ([fd5d37f](https://github.com/TomokiMiyauci/vue-file-drop/commit/fd5d37fe4f96c673672d6b693f2c58ac7f1e2ed2))

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

### Features
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.2.0",
"version": "0.2.1",
"author": "TomokiMiyauci <[email protected]>",
"description": "Vue component for File DnD area and call File Select Dialog",
"license": "MIT",
Expand Down

0 comments on commit ea68e71

Please sign in to comment.