Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsasharegan committed Oct 2, 2017
1 parent 56b08ab commit d80fd22
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

All notable changes to this project will be documented in this file. See [standard-version](/~https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="6.0.0"></a>
# [6.0.0](/~https://github.com/alexsasharegan/vue-transmit/compare/v5.4.0...v6.0.0) (2017-10-02)


### Code Refactoring

* rewrite component in typescript ([#3](/~https://github.com/alexsasharegan/vue-transmit/issues/3)) ([7af5b17](/~https://github.com/alexsasharegan/vue-transmit/commit/7af5b17))


### BREAKING CHANGES

* remove check mark component from plugin
* the resize callback prop's call signature and return signature has been revised to conform to interfaces

* fix(utils): correct return signature for resizeImg

* chore(component): add access modifiers to data members

* chore: remove old props

* chore(test): more exhaustive test app

* chore: remove all old code

* chore: config files

* chore: improve clean script to rm -Rf



<a name="5.4.0"></a>
# [5.4.0](/~https://github.com/alexsasharegan/vue-transmit/compare/v5.3.2...v5.4.0) (2017-10-01)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-transmit",
"version": "5.4.0",
"version": "6.0.0",
"description": "Vue.js drag & drop uploader based on Dropzone.js",
"module": "dist/vue-transmit.esm.min.js",
"jsnext:main": "dist/vue-transmit.esm.min.js",
Expand Down

0 comments on commit d80fd22

Please sign in to comment.