- tiptap-commands@0.2.5
 - tiptap-extensions@0.7.2
 - tiptap@0.9.2
This commit is contained in:
Philipp Kühn
2018-09-04 13:42:54 +02:00
parent b9ee8e9a28
commit ab28f8e0e7
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap-commands",
"version": "0.2.4",
"version": "0.2.5",
"description": "Commands for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap-extensions",
"version": "0.7.1",
"version": "0.7.2",
"description": "Extensions for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -21,7 +21,7 @@
},
"dependencies": {
"prosemirror-history": "^1.0.2",
"tiptap": "^0.9.1",
"tiptap-commands": "^0.2.4"
"tiptap": "^0.9.2",
"tiptap-commands": "^0.2.5"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap",
"version": "0.9.1",
"version": "0.9.2",
"description": "A rich-text editor for Vue.js",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -31,7 +31,7 @@
"prosemirror-model": "^1.5.0",
"prosemirror-state": "^1.2.1",
"prosemirror-view": "^1.4.3",
"tiptap-commands": "^0.2.4",
"tiptap-commands": "^0.2.5",
"tiptap-utils": "^0.2.4"
}
}