diff --git a/packages/engine/package.json b/packages/engine/package.json index 65144acd1..e46129a93 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/engine", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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 f4c3cfca8..9ceffcb21 100644 --- a/packages/toolbar-vue/package.json +++ b/packages/toolbar-vue/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/toolbar-vue", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10", "ant-design-vue": "^2.2.6", "keymaster": "^1.6.2", diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index 442351288..5a81e3d21 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/toolbar", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.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 24672c4a0..aa75dcc15 100644 --- a/plugins/alignment/package.json +++ b/plugins/alignment/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-alignment", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/backcolor/package.json b/plugins/backcolor/package.json index 1c813eb49..eb6d04669 100644 --- a/plugins/backcolor/package.json +++ b/plugins/backcolor/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-backcolor", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/bold/package.json b/plugins/bold/package.json index c87760e9c..addcda2e4 100644 --- a/plugins/bold/package.json +++ b/plugins/bold/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-bold", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/code/package.json b/plugins/code/package.json index 4ff7fa6f6..7df3b51aa 100644 --- a/plugins/code/package.json +++ b/plugins/code/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-code", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/codeblock-vue/package.json b/plugins/codeblock-vue/package.json index 6825a7b2f..3b832c0fd 100644 --- a/plugins/codeblock-vue/package.json +++ b/plugins/codeblock-vue/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-codeblock-vue", - "version": "2.4.8", + "version": "2.4.9", "description": "代码块 Vue", "keywords": [ "codeblock", @@ -28,7 +28,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.4.8", + "@aomao/engine": "^2.4.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 7ece28eb0..980fb4076 100644 --- a/plugins/codeblock/package.json +++ b/plugins/codeblock/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-codeblock", - "version": "2.4.8", + "version": "2.4.9", "description": "代码块", "keywords": [ "codeblock", @@ -28,7 +28,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10", "antd": "^4.14.1", "codemirror": "^5.61.1", diff --git a/plugins/file/package.json b/plugins/file/package.json index dc48fb410..c0c38865a 100644 --- a/plugins/file/package.json +++ b/plugins/file/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-file", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/fontcolor/package.json b/plugins/fontcolor/package.json index e95d470bb..426904643 100644 --- a/plugins/fontcolor/package.json +++ b/plugins/fontcolor/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-fontcolor", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/fontfamily/package.json b/plugins/fontfamily/package.json index 0b03a26e5..cf87d16b4 100644 --- a/plugins/fontfamily/package.json +++ b/plugins/fontfamily/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-fontfamily", - "version": "1.2.8", + "version": "1.2.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/fontsize/package.json b/plugins/fontsize/package.json index 6a5df043d..1b442540c 100644 --- a/plugins/fontsize/package.json +++ b/plugins/fontsize/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-fontsize", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/heading/package.json b/plugins/heading/package.json index 3ba3e3c22..7f8d9b19e 100644 --- a/plugins/heading/package.json +++ b/plugins/heading/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-heading", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/hr/package.json b/plugins/hr/package.json index d65f01ee4..4dfbc89c4 100644 --- a/plugins/hr/package.json +++ b/plugins/hr/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-hr", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/image/package.json b/plugins/image/package.json index 6e78246cb..2d6a8a6dd 100644 --- a/plugins/image/package.json +++ b/plugins/image/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-image", - "version": "2.4.10", + "version": "2.4.11", "description": "图片", "main": "dist/index.ts", "module": "dist/index.esm.js", @@ -24,7 +24,7 @@ "access": "public" }, "dependencies": { - "@aomao/engine": "^2.4.8", + "@aomao/engine": "^2.4.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 ab62d105d..f654bd8f0 100644 --- a/plugins/indent/package.json +++ b/plugins/indent/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-indent", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/italic/package.json b/plugins/italic/package.json index a612f54f7..03c3d0915 100644 --- a/plugins/italic/package.json +++ b/plugins/italic/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-italic", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/line-height/package.json b/plugins/line-height/package.json index 41974fe28..280ede384 100644 --- a/plugins/line-height/package.json +++ b/plugins/line-height/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-line-height", - "version": "1.2.8", + "version": "1.2.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/link-vue/package.json b/plugins/link-vue/package.json index 62cc9722b..0175e1276 100644 --- a/plugins/link-vue/package.json +++ b/plugins/link-vue/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-link-vue", - "version": "2.4.9", + "version": "2.4.10", "description": "> TODO: description", "main": "dist/index.ts", "module": "dist/index.esm.js", @@ -24,7 +24,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.4.8", + "@aomao/engine": "^2.4.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 789ccd112..cb91b80ab 100644 --- a/plugins/link/package.json +++ b/plugins/link/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-link", - "version": "2.4.8", + "version": "2.4.9", "description": "> TODO: description", "main": "dist/index.ts", "module": "dist/index.esm.js", @@ -24,7 +24,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.4.8", + "@aomao/engine": "^2.4.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 cbb8f5846..090d9da99 100644 --- a/plugins/mark-range/package.json +++ b/plugins/mark-range/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-mark-range", - "version": "2.4.8", + "version": "2.4.9", "description": "范围标记", "publishConfig": { "access": "public" @@ -24,7 +24,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10", "tinycolor2": "^1.4.2" } diff --git a/plugins/mark/package.json b/plugins/mark/package.json index f7ec5a1fa..123845848 100644 --- a/plugins/mark/package.json +++ b/plugins/mark/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-mark", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/math/package.json b/plugins/math/package.json index cb44931d5..44ebd8255 100644 --- a/plugins/math/package.json +++ b/plugins/math/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-math", - "version": "2.4.8", + "version": "2.4.9", "description": "Math(数学公式)", "keywords": [ "Math" @@ -24,7 +24,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/mention/package.json b/plugins/mention/package.json index 23d595a9f..0296e476d 100644 --- a/plugins/mention/package.json +++ b/plugins/mention/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-mention", - "version": "1.2.8", + "version": "1.2.9", "description": "提到 @", "publishConfig": { "access": "public" @@ -24,7 +24,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10", "keymaster": "^1.6.2" } diff --git a/plugins/mind/package.json b/plugins/mind/package.json index f47ae87ec..51a038e14 100644 --- a/plugins/mind/package.json +++ b/plugins/mind/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-mind", - "version": "2.3.8", + "version": "2.3.9", "description": "脑图 Mind", "keywords": [ "Mind", @@ -27,7 +27,7 @@ "dependencies": { "@antv/hierarchy": "^0.6.7", "@antv/x6": "^1.23.10", - "@aomao/engine": "^2.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/orderedlist/package.json b/plugins/orderedlist/package.json index 8118ffde8..f30ce402f 100644 --- a/plugins/orderedlist/package.json +++ b/plugins/orderedlist/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-orderedlist", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/paintformat/package.json b/plugins/paintformat/package.json index 59fe43de5..b95ed9ff7 100644 --- a/plugins/paintformat/package.json +++ b/plugins/paintformat/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-paintformat", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/quote/package.json b/plugins/quote/package.json index 12ef3c63c..06b36f67c 100644 --- a/plugins/quote/package.json +++ b/plugins/quote/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-quote", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/redo/package.json b/plugins/redo/package.json index 074f440aa..a1782c489 100644 --- a/plugins/redo/package.json +++ b/plugins/redo/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-redo", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/removeformat/package.json b/plugins/removeformat/package.json index 589b19fbd..ba99b0394 100644 --- a/plugins/removeformat/package.json +++ b/plugins/removeformat/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-removeformat", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/selectall/package.json b/plugins/selectall/package.json index 309c9e454..a3fa867ce 100644 --- a/plugins/selectall/package.json +++ b/plugins/selectall/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-selectall", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/status/package.json b/plugins/status/package.json index 967bae1f3..fa7244f87 100644 --- a/plugins/status/package.json +++ b/plugins/status/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-status", - "version": "1.2.8", + "version": "1.2.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/strikethrough/package.json b/plugins/strikethrough/package.json index e86558293..960e27d0e 100644 --- a/plugins/strikethrough/package.json +++ b/plugins/strikethrough/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-strikethrough", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/sub/package.json b/plugins/sub/package.json index 00dc8fa28..2b8c3bde9 100644 --- a/plugins/sub/package.json +++ b/plugins/sub/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-sub", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/sup/package.json b/plugins/sup/package.json index bf5a835fb..5c0309fe2 100644 --- a/plugins/sup/package.json +++ b/plugins/sup/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-sup", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/table/package.json b/plugins/table/package.json index c1f0ae18e..0248cc8e5 100644 --- a/plugins/table/package.json +++ b/plugins/table/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-table", - "version": "2.4.11", + "version": "2.4.12", "description": "table plugin", "author": "AoMao ", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10", "eventemitter2": "^6.4.4", "tinycolor2": "^1.4.2" diff --git a/plugins/tasklist/package.json b/plugins/tasklist/package.json index 603a1132a..34b442f14 100644 --- a/plugins/tasklist/package.json +++ b/plugins/tasklist/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-tasklist", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/underline/package.json b/plugins/underline/package.json index e8146a476..6e8013596 100644 --- a/plugins/underline/package.json +++ b/plugins/underline/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-underline", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/undo/package.json b/plugins/undo/package.json index 6f7d5e9f4..8325ffe17 100644 --- a/plugins/undo/package.json +++ b/plugins/undo/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-undo", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/unorderedlist/package.json b/plugins/unorderedlist/package.json index 6bf6142bb..c8e2aac09 100644 --- a/plugins/unorderedlist/package.json +++ b/plugins/unorderedlist/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-unorderedlist", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/video/package.json b/plugins/video/package.json index 41890c605..507059860 100644 --- a/plugins/video/package.json +++ b/plugins/video/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-video", - "version": "2.4.8", + "version": "2.4.9", "main": "dist/index.ts", "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.4.8", + "@aomao/engine": "^2.4.9", "@babel/runtime": "^7.13.10" } }