Skip to content

Commit

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


### Bug Fixes

* import transition style ([36695e6](https://github.com/TomokiMiyauci/vue-file-drop/commit/36695e60a2f6741c12dcb4a19ec857ee8ec20c25))





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

**Note:** Version bump only for package vue-file-drop
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.3",
"version": "0.1.4",
"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.1.4](https://github.com/TomokiMiyauci/vue-file-drop/compare/v0.1.3...v0.1.4) (2020-11-29)

### Bug Fixes

- import transition style ([36695e6](https://github.com/TomokiMiyauci/vue-file-drop/commit/36695e60a2f6741c12dcb4a19ec857ee8ec20c25))

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

**Note:** Version bump only for package vue-file-drop
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.3",
"version": "0.1.4",
"author": "TomokiMiyauci <[email protected]>",
"description": "Vue component for File DnD area and call File Select Dialog",
"license": "MIT",
Expand Down

0 comments on commit 3d448fa

Please sign in to comment.