Skip to content

Commit

Permalink
chore(release): 1.9.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0-beta.1](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-02-23)

### Bug Fixes

* 🐛 ALIGN_PATTERN ([10aeaf6](10aeaf6))
* 🐛 correct isListNode parameters types ([462475b](462475b))
* 🐛 transformLineHeightToCSS parameter types ([a49125c](a49125c))
* 🐛 zh lang add_column_after typo ([19d9e10](19d9e10))
* 💄 line_height dropdown active item style ([0daaa38](0daaa38))
* 📝 ProsemirrorNode typo ([524fdaf](524fdaf))

### Features

* ✨ add tiptap, tiptap-extensions, tiptap-commands types definitions ([f08165a](f08165a))
* ✨ vue add typescript ([bf3395a](bf3395a))
  • Loading branch information
semantic-release-bot committed Feb 23, 2020
1 parent bf6b55a commit 6a72076
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.9.0-beta.1](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-02-23)


### Bug Fixes

* 🐛 ALIGN_PATTERN ([10aeaf6](https://github.com/Leecason/element-tiptap/commit/10aeaf6263408fd6c504e4c40accf5336a3b1ee5))
* 🐛 correct isListNode parameters types ([462475b](https://github.com/Leecason/element-tiptap/commit/462475b581fa0631e2c74fef9bb384ab38a6f95d))
* 🐛 transformLineHeightToCSS parameter types ([a49125c](https://github.com/Leecason/element-tiptap/commit/a49125c6a97a3b47035fb925461065dd2508631c))
* 🐛 zh lang add_column_after typo ([19d9e10](https://github.com/Leecason/element-tiptap/commit/19d9e106e3d9a389d5ebce4489ff4d43667bb482))
* 💄 line_height dropdown active item style ([0daaa38](https://github.com/Leecason/element-tiptap/commit/0daaa38e9b4c5c7e154dcc2d4de69cc15526c910))
* 📝 ProsemirrorNode typo ([524fdaf](https://github.com/Leecason/element-tiptap/commit/524fdaf866cd7c09703959815711a69a12a92a00))


### Features

* ✨ add tiptap, tiptap-extensions, tiptap-commands types definitions ([f08165a](https://github.com/Leecason/element-tiptap/commit/f08165a2dda9b1d2fe7d485d0be2101a7619c732))
* ✨ vue add typescript ([bf3395a](https://github.com/Leecason/element-tiptap/commit/bf3395a6273047cf1753af9bcf9fa2b8330417d9))

# [1.8.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-02-21)


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": "element-tiptap",
"version": "1.8.0",
"version": "1.9.0-beta.1",
"description": "A WYSIWYG editor based on Tiptap and Element.",
"author": "leecason",
"scripts": {
Expand Down

0 comments on commit 6a72076

Please sign in to comment.