From 91ec0f709130b4a04037c329bfc5766d1a92b65e Mon Sep 17 00:00:00 2001
From: yanmao <55792257+yanmao-cc@users.noreply.github.com>
Date: Thu, 6 Jan 2022 14:45:05 +0800
Subject: [PATCH] Publish

 - @aomao/engine@2.7.9
 - @aomao/toolbar-vue@2.7.9
 - @aomao/toolbar@2.7.9
 - @aomao/plugin-alignment@2.7.9
 - @aomao/plugin-backcolor@2.7.9
 - @aomao/plugin-bold@2.7.9
 - @aomao/plugin-code@2.7.9
 - @aomao/plugin-codeblock-vue@2.7.9
 - @aomao/plugin-codeblock@2.7.9
 - @aomao/plugin-embed@2.7.9
 - @aomao/plugin-file@2.7.9
 - @aomao/plugin-fontcolor@2.7.9
 - @aomao/plugin-fontfamily@2.7.9
 - @aomao/plugin-fontsize@2.7.9
 - @aomao/plugin-heading@2.7.9
 - @aomao/plugin-hr@2.7.9
 - @aomao/plugin-image@2.7.9
 - @aomao/plugin-indent@2.7.9
 - @aomao/plugin-italic@2.7.9
 - @aomao/plugin-line-height@2.7.9
 - @aomao/plugin-link-vue@2.7.9
 - @aomao/plugin-link@2.7.9
 - @aomao/plugin-mark-range@2.7.9
 - @aomao/plugin-mark@2.7.9
 - @aomao/plugin-math@2.7.9
 - @aomao/plugin-mention@2.7.9
 - @aomao/plugin-mind@2.7.9
 - @aomao/plugin-orderedlist@2.7.9
 - @aomao/plugin-paintformat@2.7.9
 - @aomao/plugin-quote@2.7.9
 - @aomao/plugin-redo@2.7.9
 - @aomao/plugin-removeformat@2.7.9
 - @aomao/plugin-selectall@2.7.9
 - @aomao/plugin-status@2.7.9
 - @aomao/plugin-strikethrough@2.7.9
 - @aomao/plugin-sub@2.7.9
 - @aomao/plugin-sup@2.7.9
 - @aomao/plugin-table@2.7.9
 - @aomao/plugin-tasklist@2.7.9
 - @aomao/plugin-underline@2.7.9
 - @aomao/plugin-undo@2.7.9
 - @aomao/plugin-unorderedlist@2.7.9
 - @aomao/plugin-video@2.7.9
---
 packages/engine/package.json       | 2 +-
 packages/toolbar-vue/package.json  | 8 ++++----
 packages/toolbar/package.json      | 4 ++--
 plugins/alignment/package.json     | 4 ++--
 plugins/backcolor/package.json     | 4 ++--
 plugins/bold/package.json          | 4 ++--
 plugins/code/package.json          | 4 ++--
 plugins/codeblock-vue/package.json | 4 ++--
 plugins/codeblock/package.json     | 4 ++--
 plugins/embed/package.json         | 4 ++--
 plugins/file/package.json          | 4 ++--
 plugins/fontcolor/package.json     | 4 ++--
 plugins/fontfamily/package.json    | 4 ++--
 plugins/fontsize/package.json      | 4 ++--
 plugins/heading/package.json       | 4 ++--
 plugins/hr/package.json            | 4 ++--
 plugins/image/package.json         | 4 ++--
 plugins/indent/package.json        | 4 ++--
 plugins/italic/package.json        | 4 ++--
 plugins/line-height/package.json   | 4 ++--
 plugins/link-vue/package.json      | 4 ++--
 plugins/link/package.json          | 4 ++--
 plugins/mark-range/package.json    | 4 ++--
 plugins/mark/package.json          | 4 ++--
 plugins/math/package.json          | 4 ++--
 plugins/mention/package.json       | 4 ++--
 plugins/mind/package.json          | 4 ++--
 plugins/orderedlist/package.json   | 4 ++--
 plugins/paintformat/package.json   | 4 ++--
 plugins/quote/package.json         | 4 ++--
 plugins/redo/package.json          | 4 ++--
 plugins/removeformat/package.json  | 4 ++--
 plugins/selectall/package.json     | 4 ++--
 plugins/status/package.json        | 4 ++--
 plugins/strikethrough/package.json | 4 ++--
 plugins/sub/package.json           | 4 ++--
 plugins/sup/package.json           | 4 ++--
 plugins/table/package.json         | 4 ++--
 plugins/tasklist/package.json      | 4 ++--
 plugins/underline/package.json     | 4 ++--
 plugins/undo/package.json          | 4 ++--
 plugins/unorderedlist/package.json | 4 ++--
 plugins/video/package.json         | 4 ++--
 43 files changed, 87 insertions(+), 87 deletions(-)

diff --git a/packages/engine/package.json b/packages/engine/package.json
index 934e1a31..25f71239 100644
--- a/packages/engine/package.json
+++ b/packages/engine/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/engine",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
diff --git a/packages/toolbar-vue/package.json b/packages/toolbar-vue/package.json
index f644a952..50a489bd 100644
--- a/packages/toolbar-vue/package.json
+++ b/packages/toolbar-vue/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@aomao/toolbar-vue",
-    "version": "2.7.8",
+    "version": "2.7.9",
     "main": "dist/index.js",
     "module": "dist/index.esm.js",
     "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
         "url": "https://github.com/yanmao-cc/am-editor/issues"
     },
     "dependencies": {
-        "@aomao/engine": "^2.7.8",
+        "@aomao/engine": "^2.7.9",
         "@babel/runtime": "^7.13.10",
         "ant-design-vue": "^2.2.6",
         "keymaster": "^1.6.2",
@@ -29,8 +29,8 @@
         "vue": "^3.2.9"
     },
     "devDependencies": {
-        "@vue/compiler-sfc": "^3.2.9",
         "@types/keymaster": "^1.6.28",
-        "@types/lodash": "^4.14.178"
+        "@types/lodash": "^4.14.178",
+        "@vue/compiler-sfc": "^3.2.9"
     }
 }
diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json
index 5671dcac..6da7a694 100644
--- a/packages/toolbar/package.json
+++ b/packages/toolbar/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@aomao/toolbar",
-    "version": "2.7.8",
+    "version": "2.7.9",
     "main": "dist/index.js",
     "module": "dist/index.esm.js",
     "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
         "url": "https://github.com/yanmao-cc/am-editor/issues"
     },
     "dependencies": {
-        "@aomao/engine": "^2.7.8",
+        "@aomao/engine": "^2.7.9",
         "@babel/runtime": "^7.13.10",
         "antd": "^4.12.3",
         "classnames-es-ts": "^2.2.7",
diff --git a/plugins/alignment/package.json b/plugins/alignment/package.json
index 4f14b1cc..dbe60c2f 100644
--- a/plugins/alignment/package.json
+++ b/plugins/alignment/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-alignment",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/backcolor/package.json b/plugins/backcolor/package.json
index 2fa1fa41..19b2f5cf 100644
--- a/plugins/backcolor/package.json
+++ b/plugins/backcolor/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-backcolor",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/bold/package.json b/plugins/bold/package.json
index c7895808..1b80793e 100644
--- a/plugins/bold/package.json
+++ b/plugins/bold/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-bold",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/code/package.json b/plugins/code/package.json
index 10860c7a..ee936113 100644
--- a/plugins/code/package.json
+++ b/plugins/code/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-code",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/codeblock-vue/package.json b/plugins/codeblock-vue/package.json
index 8abfdffa..a22241cf 100644
--- a/plugins/codeblock-vue/package.json
+++ b/plugins/codeblock-vue/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-codeblock-vue",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "description": "代码块 Vue",
   "keywords": [
     "codeblock",
@@ -28,7 +28,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10",
     "ant-design-vue": "^2.2.6",
     "codemirror": "^5.60.0",
diff --git a/plugins/codeblock/package.json b/plugins/codeblock/package.json
index af0b2ff0..7fa3aec4 100644
--- a/plugins/codeblock/package.json
+++ b/plugins/codeblock/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-codeblock",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "description": "代码块",
   "keywords": [
     "codeblock",
@@ -28,7 +28,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10",
     "antd": "^4.14.1",
     "codemirror": "^5.61.1",
diff --git a/plugins/embed/package.json b/plugins/embed/package.json
index 876c63e3..d705eb38 100644
--- a/plugins/embed/package.json
+++ b/plugins/embed/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-embed",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/file/package.json b/plugins/file/package.json
index ae38da4b..11005067 100644
--- a/plugins/file/package.json
+++ b/plugins/file/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-file",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/fontcolor/package.json b/plugins/fontcolor/package.json
index f79574ab..dbf1620f 100644
--- a/plugins/fontcolor/package.json
+++ b/plugins/fontcolor/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-fontcolor",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/fontfamily/package.json b/plugins/fontfamily/package.json
index 25fbfd4e..19db5a6a 100644
--- a/plugins/fontfamily/package.json
+++ b/plugins/fontfamily/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-fontfamily",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/fontsize/package.json b/plugins/fontsize/package.json
index e699a248..de403bed 100644
--- a/plugins/fontsize/package.json
+++ b/plugins/fontsize/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-fontsize",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/heading/package.json b/plugins/heading/package.json
index dccdd0d9..684f96c0 100644
--- a/plugins/heading/package.json
+++ b/plugins/heading/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-heading",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/hr/package.json b/plugins/hr/package.json
index a7907b13..8cf638b1 100644
--- a/plugins/hr/package.json
+++ b/plugins/hr/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-hr",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/image/package.json b/plugins/image/package.json
index 6dad4d5a..68688910 100644
--- a/plugins/image/package.json
+++ b/plugins/image/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@aomao/plugin-image",
-    "version": "2.7.8",
+    "version": "2.7.9",
     "description": "图片",
     "main": "dist/index.js",
     "module": "dist/index.esm.js",
@@ -24,7 +24,7 @@
         "access": "public"
     },
     "dependencies": {
-        "@aomao/engine": "^2.7.8",
+        "@aomao/engine": "^2.7.9",
         "@babel/runtime": "^7.13.10",
         "eventemitter2": "^6.4.4",
         "photoswipe": "^4.1.3"
diff --git a/plugins/indent/package.json b/plugins/indent/package.json
index 253648dc..0b0ecddb 100644
--- a/plugins/indent/package.json
+++ b/plugins/indent/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-indent",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/italic/package.json b/plugins/italic/package.json
index 3cdbdcc1..ef1fa92d 100644
--- a/plugins/italic/package.json
+++ b/plugins/italic/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-italic",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/line-height/package.json b/plugins/line-height/package.json
index d5d40089..28280c24 100644
--- a/plugins/line-height/package.json
+++ b/plugins/line-height/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-line-height",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/link-vue/package.json b/plugins/link-vue/package.json
index 40afc5d6..4d54fa48 100644
--- a/plugins/link-vue/package.json
+++ b/plugins/link-vue/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-link-vue",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "description": "> TODO: description",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
@@ -24,7 +24,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10",
     "ant-design-vue": "^2.2.6",
     "vue": "^3.2.9"
diff --git a/plugins/link/package.json b/plugins/link/package.json
index 7c941ea9..4d24bfb2 100644
--- a/plugins/link/package.json
+++ b/plugins/link/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-link",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "description": "> TODO: description",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
@@ -24,7 +24,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10",
     "antd": "^4.12.3",
     "classnames-es-ts": "^2.2.7",
diff --git a/plugins/mark-range/package.json b/plugins/mark-range/package.json
index fdc38966..884873c6 100644
--- a/plugins/mark-range/package.json
+++ b/plugins/mark-range/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@aomao/plugin-mark-range",
-    "version": "2.7.8",
+    "version": "2.7.9",
     "description": "范围标记",
     "publishConfig": {
         "access": "public"
@@ -24,7 +24,7 @@
         "url": "https://github.com/yanmao-cc/am-editor/issues"
     },
     "dependencies": {
-        "@aomao/engine": "^2.7.8",
+        "@aomao/engine": "^2.7.9",
         "@babel/runtime": "^7.13.10",
         "tinycolor2": "^1.4.2"
     }
diff --git a/plugins/mark/package.json b/plugins/mark/package.json
index 78a3ac2c..98d9d41d 100644
--- a/plugins/mark/package.json
+++ b/plugins/mark/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-mark",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/math/package.json b/plugins/math/package.json
index 0d592bb3..1b7a2d5b 100644
--- a/plugins/math/package.json
+++ b/plugins/math/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-math",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "description": "Math(数学公式)",
   "keywords": [
     "Math"
@@ -24,7 +24,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10",
     "lodash": "^4.17.21"
   },
diff --git a/plugins/mention/package.json b/plugins/mention/package.json
index e345a482..3e24a95b 100644
--- a/plugins/mention/package.json
+++ b/plugins/mention/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@aomao/plugin-mention",
-    "version": "2.7.8",
+    "version": "2.7.9",
     "description": "提到 @",
     "publishConfig": {
         "access": "public"
@@ -24,7 +24,7 @@
         "url": "https://github.com/yanmao-cc/am-editor/issues"
     },
     "dependencies": {
-        "@aomao/engine": "^2.7.8",
+        "@aomao/engine": "^2.7.9",
         "@babel/runtime": "^7.13.10",
         "keymaster": "^1.6.2"
     }
diff --git a/plugins/mind/package.json b/plugins/mind/package.json
index d5ed68d3..df059eac 100644
--- a/plugins/mind/package.json
+++ b/plugins/mind/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-mind",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "description": "脑图 Mind",
   "keywords": [
     "Mind",
@@ -27,7 +27,7 @@
   "dependencies": {
     "@antv/hierarchy": "^0.6.7",
     "@antv/x6": "^1.23.10",
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/orderedlist/package.json b/plugins/orderedlist/package.json
index f8462ed5..576d5735 100644
--- a/plugins/orderedlist/package.json
+++ b/plugins/orderedlist/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-orderedlist",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/paintformat/package.json b/plugins/paintformat/package.json
index 6d75c73c..805eeb5b 100644
--- a/plugins/paintformat/package.json
+++ b/plugins/paintformat/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-paintformat",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/quote/package.json b/plugins/quote/package.json
index a5cbaf5c..edaac544 100644
--- a/plugins/quote/package.json
+++ b/plugins/quote/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-quote",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/redo/package.json b/plugins/redo/package.json
index 0ba056b6..cdad4df8 100644
--- a/plugins/redo/package.json
+++ b/plugins/redo/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-redo",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/removeformat/package.json b/plugins/removeformat/package.json
index ca275b18..2334b289 100644
--- a/plugins/removeformat/package.json
+++ b/plugins/removeformat/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-removeformat",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/selectall/package.json b/plugins/selectall/package.json
index 309dcd7a..5f97ed20 100644
--- a/plugins/selectall/package.json
+++ b/plugins/selectall/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-selectall",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/status/package.json b/plugins/status/package.json
index 87799e21..524245f0 100644
--- a/plugins/status/package.json
+++ b/plugins/status/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-status",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/strikethrough/package.json b/plugins/strikethrough/package.json
index 104aa0d2..6d2124c6 100644
--- a/plugins/strikethrough/package.json
+++ b/plugins/strikethrough/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-strikethrough",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/sub/package.json b/plugins/sub/package.json
index 12ef8246..609e69f1 100644
--- a/plugins/sub/package.json
+++ b/plugins/sub/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-sub",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/sup/package.json b/plugins/sup/package.json
index 3399ddbf..5a3ea00a 100644
--- a/plugins/sup/package.json
+++ b/plugins/sup/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-sup",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/table/package.json b/plugins/table/package.json
index b0a6d5b5..f09cabea 100644
--- a/plugins/table/package.json
+++ b/plugins/table/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-table",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "description": "table plugin",
   "author": "AoMao <me@aomao.com>",
   "homepage": "https://github.com/yanmao-cc/am-editor/tree/master/plugins/plugin-table#readme",
@@ -21,7 +21,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10",
     "eventemitter2": "^6.4.4",
     "lodash": "^4.17.21",
diff --git a/plugins/tasklist/package.json b/plugins/tasklist/package.json
index 6c7aa3e9..df1c374c 100644
--- a/plugins/tasklist/package.json
+++ b/plugins/tasklist/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-tasklist",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/underline/package.json b/plugins/underline/package.json
index 045e8f72..2f45ce34 100644
--- a/plugins/underline/package.json
+++ b/plugins/underline/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-underline",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/undo/package.json b/plugins/undo/package.json
index c1fbe689..0a01127a 100644
--- a/plugins/undo/package.json
+++ b/plugins/undo/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-undo",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/unorderedlist/package.json b/plugins/unorderedlist/package.json
index 7a23d0d8..c5927c64 100644
--- a/plugins/unorderedlist/package.json
+++ b/plugins/unorderedlist/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@aomao/plugin-unorderedlist",
-  "version": "2.7.8",
+  "version": "2.7.9",
   "main": "dist/index.js",
   "module": "dist/index.esm.js",
   "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
     "url": "https://github.com/yanmao-cc/am-editor/issues"
   },
   "dependencies": {
-    "@aomao/engine": "^2.7.8",
+    "@aomao/engine": "^2.7.9",
     "@babel/runtime": "^7.13.10"
   }
 }
diff --git a/plugins/video/package.json b/plugins/video/package.json
index b6e23eca..1aaad40f 100644
--- a/plugins/video/package.json
+++ b/plugins/video/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@aomao/plugin-video",
-    "version": "2.7.8",
+    "version": "2.7.9",
     "main": "dist/index.js",
     "module": "dist/index.esm.js",
     "typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
         "url": "https://github.com/yanmao-cc/am-editor/issues"
     },
     "dependencies": {
-        "@aomao/engine": "^2.7.8",
+        "@aomao/engine": "^2.7.9",
         "@babel/runtime": "^7.13.10"
     }
 }