From 647ffded9a4f9879eb34c33329b03b1f0f7be24d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Mar 2020 07:18:05 +0000 Subject: [PATCH] chore(release): 1.16.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.16.0](https://github.com/Leecason/element-tiptap/compare/@1.15.0...@1.16.0) (2020-03-22) ### Bug Fixes * **dialog:** 🐛 nested dialog ([bd83b9c](https://github.com/Leecason/element-tiptap/commit/bd83b9c171f91fa340b22ff24647349950bc7d04)) * 🐛 bubble menu render error when select color ([80678e2](https://github.com/Leecason/element-tiptap/commit/80678e2880ad2d658289a11fefd58b4d480ebc2c)) ### Features * **color:** ✨ new ui for color_picker, add [#000](https://github.com/Leecason/element-tiptap/issues/000) to default colorSet ([6954354](https://github.com/Leecason/element-tiptap/commit/6954354146893ea1ebbbef154bec3a65fd84559e)) * **color:** ✨ support hex color input ([648ea43](https://github.com/Leecason/element-tiptap/commit/648ea435143236fd35d48b954d89cbbaffbe22fb)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e62909c..5ba9f725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.16.0](https://github.com/Leecason/element-tiptap/compare/@1.15.0...@1.16.0) (2020-03-22) + + +### Bug Fixes + +* **dialog:** 🐛 nested dialog ([bd83b9c](https://github.com/Leecason/element-tiptap/commit/bd83b9c171f91fa340b22ff24647349950bc7d04)) +* 🐛 bubble menu render error when select color ([80678e2](https://github.com/Leecason/element-tiptap/commit/80678e2880ad2d658289a11fefd58b4d480ebc2c)) + + +### Features + +* **color:** ✨ new ui for color_picker, add [#000](https://github.com/Leecason/element-tiptap/issues/000) to default colorSet ([6954354](https://github.com/Leecason/element-tiptap/commit/6954354146893ea1ebbbef154bec3a65fd84559e)) +* **color:** ✨ support hex color input ([648ea43](https://github.com/Leecason/element-tiptap/commit/648ea435143236fd35d48b954d89cbbaffbe22fb)) + # [1.15.0](https://github.com/Leecason/element-tiptap/compare/@1.14.0...@1.15.0) (2020-03-19) diff --git a/package.json b/package.json index 7863898b..0147ed72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.15.0", + "version": "1.16.0", "description": "A WYSIWYG editor based on Tiptap and Element.", "author": "leecason", "scripts": {