- tiptap-commands@0.2.0
 - tiptap-extensions@0.2.0
 - tiptap@0.5.0
This commit is contained in:
Philipp Kühn
2018-08-25 00:07:34 +02:00
parent b61f95a2a7
commit e27735bba8
3 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap-extensions",
"version": "0.1.1",
"version": "0.2.0",
"description": "Extensions for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -20,7 +20,7 @@
"url": "https://github.com/heyscrumpy/tiptap/issues"
},
"dependencies": {
"tiptap": "^0.4.0",
"tiptap-commands": "^0.1.1"
"tiptap": "^0.5.0",
"tiptap-commands": "^0.2.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap",
"version": "0.4.0",
"version": "0.5.0",
"description": "A rich-text editor for Vue.js",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -33,7 +33,7 @@
"prosemirror-model": "^1.5.0",
"prosemirror-state": "^1.2.1",
"prosemirror-view": "^1.4.3",
"tiptap-commands": "^0.1.1",
"tiptap-commands": "^0.2.0",
"tiptap-utils": "^0.2.1"
}
}