- tiptap-extensions@0.6.0
 - tiptap@0.8.0
This commit is contained in:
Philipp Kühn
2018-08-31 22:19:00 +02:00
parent 2fbd6adbf7
commit 05cff26172
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap-extensions",
"version": "0.5.0",
"version": "0.6.0",
"description": "Extensions for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -21,7 +21,7 @@
},
"dependencies": {
"prosemirror-history": "^1.0.2",
"tiptap": "^0.7.0",
"tiptap": "^0.8.0",
"tiptap-commands": "^0.2.4"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap",
"version": "0.7.0",
"version": "0.8.0",
"description": "A rich-text editor for Vue.js",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",