We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cee26 commit 3c1a328Copy full SHA for 3c1a328
packages/tiptap-extensions/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tiptap-extensions",
3
- "version": "0.4.2",
+ "version": "0.5.0",
4
"description": "Extensions for tiptap",
5
"homepage": "https://tiptap.scrumpy.io",
6
"license": "MIT",
@@ -21,7 +21,7 @@
21
},
22
"dependencies": {
23
"prosemirror-history": "^1.0.2",
24
- "tiptap": "^0.6.4",
+ "tiptap": "^0.7.0",
25
"tiptap-commands": "^0.2.4"
26
}
27
packages/tiptap/package.json
"name": "tiptap",
- "version": "0.6.4",
+ "version": "0.7.0",
"description": "A rich-text editor for Vue.js",
0 commit comments