- tiptap-commands@1.2.0
 - tiptap-extensions@1.3.0
 - tiptap@1.3.0
This commit is contained in:
Philipp Kühn
2018-11-26 11:22:03 +01:00
parent f4875f9259
commit 19202f25f0
3 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap-extensions",
"version": "1.2.1",
"version": "1.3.0",
"description": "Extensions for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -25,8 +25,8 @@
"prosemirror-history": "^1.0.3",
"prosemirror-state": "^1.2.2",
"prosemirror-view": "^1.6.6",
"tiptap": "^1.2.1",
"tiptap-commands": "^1.1.0"
"tiptap": "^1.3.0",
"tiptap-commands": "^1.2.0"
},
"peerDependencies": {
"vue": "^2.5.17",

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap",
"version": "1.2.1",
"version": "1.3.0",
"description": "A rich-text editor for Vue.js",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
@@ -27,7 +27,7 @@
"prosemirror-model": "^1.6.3",
"prosemirror-state": "^1.2.1",
"prosemirror-view": "^1.6.6",
"tiptap-commands": "^1.1.0",
"tiptap-commands": "^1.2.0",
"tiptap-utils": "^1.0.1"
},
"peerDependencies": {