- tiptap-commands@0.2.4
 - tiptap-extensions@0.4.1
 - tiptap@0.6.3
This commit is contained in:
Philipp Kühn
2018-08-27 21:53:47 +02:00
parent 1de45acef5
commit 11a000a2b6
3 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap-extensions",
"version": "0.4.0",
"version": "0.4.1",
"description": "Extensions for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -21,7 +21,7 @@
},
"dependencies": {
"prosemirror-history": "^1.0.2",
"tiptap": "^0.6.2",
"tiptap-commands": "^0.2.3"
"tiptap": "^0.6.3",
"tiptap-commands": "^0.2.4"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap",
"version": "0.6.2",
"version": "0.6.3",
"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.3",
"tiptap-commands": "^0.2.4",
"tiptap-utils": "^0.2.4"
}
}