- tiptap-commands@0.7.0
 - tiptap-extensions@0.20.0
 - tiptap-utils@0.4.0
 - tiptap@0.18.0
This commit is contained in:
Philipp Kühn 2018-10-13 18:46:23 +02:00
parent 7bba2d653e
commit 6008379827
4 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tiptap-commands",
"version": "0.6.0",
"version": "0.7.0",
"description": "Commands for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@ -23,6 +23,6 @@
"prosemirror-commands": "^1.0.7",
"prosemirror-inputrules": "^1.0.1",
"prosemirror-schema-list": "^1.0.1",
"tiptap-utils": "^0.3.0"
"tiptap-utils": "^0.4.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "tiptap-extensions",
"version": "0.19.0",
"version": "0.20.0",
"description": "Extensions for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@ -25,8 +25,8 @@
"prosemirror-history": "^1.0.2",
"prosemirror-state": "^1.2.2",
"prosemirror-view": "^1.6.1",
"tiptap": "^0.17.0",
"tiptap-commands": "^0.6.0"
"tiptap": "^0.18.0",
"tiptap-commands": "^0.7.0"
},
"peerDependencies": {
"vue": "^2.5.17",

View File

@ -1,6 +1,6 @@
{
"name": "tiptap-utils",
"version": "0.3.0",
"version": "0.4.0",
"description": "Utility functions for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "tiptap",
"version": "0.17.0",
"version": "0.18.0",
"description": "A rich-text editor for Vue.js",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@ -27,8 +27,8 @@
"prosemirror-model": "^1.6.2",
"prosemirror-state": "^1.2.1",
"prosemirror-view": "^1.6.1",
"tiptap-commands": "^0.6.0",
"tiptap-utils": "^0.3.0"
"tiptap-commands": "^0.7.0",
"tiptap-utils": "^0.4.0"
},
"peerDependencies": {
"vue": "^2.5.17",