Skip to content

Commit 3c1a328

Browse files
committed
1 parent 02cee26 commit 3c1a328

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/tiptap-extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiptap-extensions",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Extensions for tiptap",
55
"homepage": "https://tiptap.scrumpy.io",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"prosemirror-history": "^1.0.2",
24-
"tiptap": "^0.6.4",
24+
"tiptap": "^0.7.0",
2525
"tiptap-commands": "^0.2.4"
2626
}
2727
}

packages/tiptap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiptap",
3-
"version": "0.6.4",
3+
"version": "0.7.0",
44
"description": "A rich-text editor for Vue.js",
55
"homepage": "https://tiptap.scrumpy.io",
66
"license": "MIT",

0 commit comments

Comments
 (0)