Skip to content

Commit

Permalink
chore(release): 2.12.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.12.2](v2.12.1...v2.12.2) (2020-02-19)

### Bug Fixes

* **bubble menu:** fix positioning for the condition when parent has "position: relative" ([de4b37b](de4b37b)), closes [#136](#136)
* **icons:** fix close icon ([b6e29cd](b6e29cd)), closes [#130](#130)
  • Loading branch information
semantic-release-bot committed Feb 19, 2020
1 parent 3a41dfb commit 5f76a66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.12.2](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.12.1...v2.12.2) (2020-02-19)


### Bug Fixes

* **bubble menu:** fix positioning for the condition when parent has "position: relative" ([de4b37b](https://github.com/iliyaZelenko/tiptap-vuetify/commit/de4b37bdce2345faf1d22320b55eb013bdca803f)), closes [#136](https://github.com/iliyaZelenko/tiptap-vuetify/issues/136)
* **icons:** fix close icon ([b6e29cd](https://github.com/iliyaZelenko/tiptap-vuetify/commit/b6e29cd648e2267fce43aa8c2efbc36f31e9c731)), closes [#130](https://github.com/iliyaZelenko/tiptap-vuetify/issues/130)

## [2.12.1](https://github.com/iliyaZelenko/tiptap-vuetify/compare/v2.12.0...v2.12.1) (2020-02-15)


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": "2.12.1",
"version": "2.12.2",
"license": "MIT",
"scripts": {
"commit": "git-cz",
Expand Down

0 comments on commit 5f76a66

Please sign in to comment.