Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.7.0...v2.0.0) (2019-10-06)

### Features

* architecture changes ([14b6604](14b6604))
* rewrite plugin, dependency update, small refactor ([f0a5d06](f0a5d06))
* **eslint:** rollback versions for ESLint's tools until they solve the problems with the Vue ([e0a29ef](e0a29ef))
* **extensions, i18n, icons:** rewrite extensions for a new look, news i18n for links, fix icons ([42cdc13](42cdc13))
* **vuetify 2:** rewrote the components for the Vuetify 2. Also other minor changes ([7ac50f3](7ac50f3)), closes [#33](#33) [#29](#29) [#43](#43) [#21](#21) [#18](#18)

### BREAKING CHANGES

* Vuetify version, accces to vuetify via required property in options
* extensions are now used differently
  • Loading branch information
semantic-release-bot committed Oct 6, 2019
1 parent a10bdc5 commit b9692c4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v1.7.0...v2.0.0) (2019-10-06)


### Features

* architecture changes ([14b6604](https://github.com/iliyaZelenko/tiptap-vuetify/commit/14b6604))
* rewrite plugin, dependency update, small refactor ([f0a5d06](https://github.com/iliyaZelenko/tiptap-vuetify/commit/f0a5d06))
* **eslint:** rollback versions for ESLint's tools until they solve the problems with the Vue ([e0a29ef](https://github.com/iliyaZelenko/tiptap-vuetify/commit/e0a29ef))
* **extensions, i18n, icons:** rewrite extensions for a new look, news i18n for links, fix icons ([42cdc13](https://github.com/iliyaZelenko/tiptap-vuetify/commit/42cdc13))
* **vuetify 2:** rewrote the components for the Vuetify 2. Also other minor changes ([7ac50f3](https://github.com/iliyaZelenko/tiptap-vuetify/commit/7ac50f3)), closes [#33](https://github.com/iliyaZelenko/tiptap-vuetify/issues/33) [#29](https://github.com/iliyaZelenko/tiptap-vuetify/issues/29) [#43](https://github.com/iliyaZelenko/tiptap-vuetify/issues/43) [#21](https://github.com/iliyaZelenko/tiptap-vuetify/issues/21) [#18](https://github.com/iliyaZelenko/tiptap-vuetify/issues/18)


### BREAKING CHANGES

* Vuetify version, accces to vuetify via required property in options
* extensions are now used differently

# [1.7.0](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v1.6.0...v1.7.0) (2019-08-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiptap-vuetify",
"version": "1.7.0",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"commit": "git-cz",
Expand Down

0 comments on commit b9692c4

Please sign in to comment.