Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Oct 2, 2018
1 parent 0a3b235 commit ec0d0b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/tiptap-commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiptap-commands",
"version": "0.4.0",
"version": "0.5.0",
"description": "Commands for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/tiptap-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiptap-extensions",
"version": "0.16.3",
"version": "0.17.0",
"description": "Extensions for tiptap",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"prosemirror-history": "^1.0.2",
"prosemirror-state": "^1.2.2",
"prosemirror-view": "^1.6.0",
"tiptap": "^0.14.0",
"tiptap-commands": "^0.4.0"
"tiptap": "^0.15.0",
"tiptap-commands": "^0.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/tiptap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiptap",
"version": "0.14.0",
"version": "0.15.0",
"description": "A rich-text editor for Vue.js",
"homepage": "https://tiptap.scrumpy.io",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"prosemirror-model": "^1.5.0",
"prosemirror-state": "^1.2.1",
"prosemirror-view": "^1.6.0",
"tiptap-commands": "^0.4.0",
"tiptap-commands": "^0.5.0",
"tiptap-utils": "^0.3.0"
}
}

0 comments on commit ec0d0b1

Please sign in to comment.