From 5f76a66ec980103e9639760d7a17da81b79af9b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Feb 2020 04:27:17 +0000 Subject: [PATCH] chore(release): 2.12.2 [skip ci] ## [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) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e035b..a3951ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 168d29c..efd006f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiptap-vuetify", - "version": "2.12.1", + "version": "2.12.2", "license": "MIT", "scripts": { "commit": "git-cz",