- tiptap-commands@1.9.0
 - tiptap-extensions@1.18.0
 - tiptap@1.18.0
This commit is contained in:
Philipp Kühn
2019-05-06 10:28:28 +02:00
parent d0da644b90
commit a44a4e7d39
3 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap-extensions",
"version": "1.17.0",
"version": "1.18.0",
"description": "Extensions for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -29,8 +29,8 @@
"prosemirror-transform": "^1.1.3",
"prosemirror-utils": "^0.7.6",
"prosemirror-view": "^1.8.9",
"tiptap": "^1.17.0",
"tiptap-commands": "^1.8.0"
"tiptap": "^1.18.0",
"tiptap-commands": "^1.9.0"
},
"peerDependencies": {
"vue": "^2.5.17",

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap",
"version": "1.17.0",
"version": "1.18.0",
"description": "A rich-text editor for Vue.js",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -28,7 +28,7 @@
"prosemirror-model": "^1.7.0",
"prosemirror-state": "^1.2.1",
"prosemirror-view": "^1.8.9",
"tiptap-commands": "^1.8.0",
"tiptap-commands": "^1.9.0",
"tiptap-utils": "^1.4.0"
},
"peerDependencies": {