@tiptap/extension-underline
Advanced tools
Comparing version 2.0.0-alpha.11 to 2.0.0-beta.1
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0-beta.1](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-underline@2.0.0-alpha.11...@tiptap/extension-underline@2.0.0-beta.1) (2021-03-05) | ||
**Note:** Version bump only for package @tiptap/extension-underline | ||
# [2.0.0-alpha.11](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-underline@2.0.0-alpha.10...@tiptap/extension-underline@2.0.0-alpha.11) (2021-02-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@tiptap/extension-underline", | ||
"description": "underline extension for tiptap", | ||
"version": "2.0.0-alpha.11", | ||
"version": "2.0.0-beta.1", | ||
"homepage": "https://tiptap.dev", | ||
@@ -25,5 +25,5 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.0.0-alpha.6" | ||
"@tiptap/core": "^2.0.0-beta.1" | ||
}, | ||
"gitHead": "71d8fbbcb1eacd664bb6992e0086a589e4684e69" | ||
"gitHead": "67781052b0ac805fbf82099a50e27f1dd28f8061" | ||
} |
23103