Skip to content

Commit 6044536

Browse files
committed
1 parent fe28e5e commit 6044536

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

packages/tiptap-commands/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiptap-commands",
3-
"version": "1.12.5",
3+
"version": "1.12.6",
44
"description": "Commands for tiptap",
55
"homepage": "https://tiptap.scrumpy.io",
66
"license": "MIT",
@@ -27,6 +27,6 @@
2727
"prosemirror-state": "1.3.3",
2828
"prosemirror-tables": "1.0.0",
2929
"prosemirror-utils": "0.9.6",
30-
"tiptap-utils": "^1.8.3"
30+
"tiptap-utils": "^1.8.4"
3131
}
3232
}

packages/tiptap-extensions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiptap-extensions",
3-
"version": "1.28.6",
3+
"version": "1.28.7",
44
"description": "Extensions for tiptap",
55
"homepage": "https://tiptap.scrumpy.io",
66
"license": "MIT",
@@ -30,8 +30,8 @@
3030
"prosemirror-transform": "1.2.4",
3131
"prosemirror-utils": "0.9.6",
3232
"prosemirror-view": "1.14.6",
33-
"tiptap": "^1.26.6",
34-
"tiptap-commands": "^1.12.5"
33+
"tiptap": "^1.26.7",
34+
"tiptap-commands": "^1.12.6"
3535
},
3636
"peerDependencies": {
3737
"vue": "^2.5.17",

packages/tiptap-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiptap-utils",
3-
"version": "1.8.3",
3+
"version": "1.8.4",
44
"description": "Utility functions for tiptap",
55
"homepage": "https://tiptap.scrumpy.io",
66
"license": "MIT",

packages/tiptap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiptap",
3-
"version": "1.26.6",
3+
"version": "1.26.7",
44
"description": "A rich-text editor for Vue.js",
55
"homepage": "https://tiptap.scrumpy.io",
66
"license": "MIT",
@@ -28,8 +28,8 @@
2828
"prosemirror-model": "1.9.1",
2929
"prosemirror-state": "1.3.3",
3030
"prosemirror-view": "1.14.6",
31-
"tiptap-commands": "^1.12.5",
32-
"tiptap-utils": "^1.8.3"
31+
"tiptap-commands": "^1.12.6",
32+
"tiptap-utils": "^1.8.4"
3333
},
3434
"peerDependencies": {
3535
"vue": "^2.5.17",

0 commit comments

Comments
 (0)