- tiptap-commands@0.3.0
 - tiptap-extensions@0.8.0
 - tiptap@0.10.0
This commit is contained in:
Philipp Kühn
2018-09-04 22:35:58 +02:00
parent 91691f5e0a
commit bee2dd5150
3 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap-extensions",
"version": "0.7.2",
"version": "0.8.0",
"description": "Extensions for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -22,7 +22,7 @@
"dependencies": {
"lowlight": "^1.10.0",
"prosemirror-history": "^1.0.2",
"tiptap": "^0.9.2",
"tiptap-commands": "^0.2.5"
"tiptap": "^0.10.0",
"tiptap-commands": "^0.3.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap",
"version": "0.9.2",
"version": "0.10.0",
"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.5",
"tiptap-commands": "^0.3.0",
"tiptap-utils": "^0.2.4"
}
}