diff --git a/packages/engine/package.json b/packages/engine/package.json index 50fe276a2..2c5ca793d 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/engine", - "version": "2.9.7", + "version": "2.9.8", "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 f45f46365..4659311a7 100644 --- a/packages/toolbar-vue/package.json +++ b/packages/toolbar-vue/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/toolbar-vue", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@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 529292ab6..9eb7b23e3 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/toolbar", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@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 39c98f794..54070f917 100644 --- a/plugins/alignment/package.json +++ b/plugins/alignment/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-alignment", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/backcolor/package.json b/plugins/backcolor/package.json index f4b256cf4..9616744b1 100644 --- a/plugins/backcolor/package.json +++ b/plugins/backcolor/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-backcolor", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/bold/package.json b/plugins/bold/package.json index f76d58584..bf81b040b 100644 --- a/plugins/bold/package.json +++ b/plugins/bold/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-bold", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/code/package.json b/plugins/code/package.json index 081a482a8..7cda8a3f6 100644 --- a/plugins/code/package.json +++ b/plugins/code/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-code", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/codeblock-vue/package.json b/plugins/codeblock-vue/package.json index a208ecf08..55de84328 100644 --- a/plugins/codeblock-vue/package.json +++ b/plugins/codeblock-vue/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-codeblock-vue", - "version": "2.9.7", + "version": "2.9.8", "description": "代码块 Vue", "keywords": [ "codeblock", @@ -28,7 +28,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.7", + "@aomao/engine": "^2.9.8", "@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 9d38e22c7..b499b4237 100644 --- a/plugins/codeblock/package.json +++ b/plugins/codeblock/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-codeblock", - "version": "2.9.7", + "version": "2.9.8", "description": "代码块", "keywords": [ "codeblock", @@ -28,7 +28,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.7", + "@aomao/engine": "^2.9.8", "@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 c5a4cca89..6095c5ae7 100644 --- a/plugins/embed/package.json +++ b/plugins/embed/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-embed", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/file/package.json b/plugins/file/package.json index 61459a932..eea3c4316 100644 --- a/plugins/file/package.json +++ b/plugins/file/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-file", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/fontcolor/package.json b/plugins/fontcolor/package.json index 64e6ac8f7..4355b21bc 100644 --- a/plugins/fontcolor/package.json +++ b/plugins/fontcolor/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-fontcolor", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/fontfamily/package.json b/plugins/fontfamily/package.json index 36ec0404f..35ce2dea9 100644 --- a/plugins/fontfamily/package.json +++ b/plugins/fontfamily/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-fontfamily", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/fontsize/package.json b/plugins/fontsize/package.json index 2555e31be..7dadaf7cb 100644 --- a/plugins/fontsize/package.json +++ b/plugins/fontsize/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-fontsize", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/heading/package.json b/plugins/heading/package.json index 7e03cc801..c9ab876dd 100644 --- a/plugins/heading/package.json +++ b/plugins/heading/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-heading", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/hr/package.json b/plugins/hr/package.json index 1978badd2..cb7d0c364 100644 --- a/plugins/hr/package.json +++ b/plugins/hr/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-hr", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/image/package.json b/plugins/image/package.json index df42e5384..8547e9abe 100644 --- a/plugins/image/package.json +++ b/plugins/image/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-image", - "version": "2.9.7", + "version": "2.9.8", "description": "图片", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -24,7 +24,7 @@ "access": "public" }, "dependencies": { - "@aomao/engine": "^2.9.7", + "@aomao/engine": "^2.9.8", "@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 80bfb16c2..5790c5dec 100644 --- a/plugins/indent/package.json +++ b/plugins/indent/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-indent", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/italic/package.json b/plugins/italic/package.json index 21b7f4ec1..6db5ef5fe 100644 --- a/plugins/italic/package.json +++ b/plugins/italic/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-italic", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/line-height/package.json b/plugins/line-height/package.json index 577f7cdca..0670ed3f3 100644 --- a/plugins/line-height/package.json +++ b/plugins/line-height/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-line-height", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/link-vue/package.json b/plugins/link-vue/package.json index 59feec4e4..23b7e2302 100644 --- a/plugins/link-vue/package.json +++ b/plugins/link-vue/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-link-vue", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@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 7281992fd..8b7ac2770 100644 --- a/plugins/link/package.json +++ b/plugins/link/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-link", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@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 9229989bf..8f8a13c96 100644 --- a/plugins/mark-range/package.json +++ b/plugins/mark-range/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-mark-range", - "version": "2.9.7", + "version": "2.9.8", "description": "范围标记", "publishConfig": { "access": "public" @@ -24,7 +24,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10", "@types/tinycolor2": "^1.4.2", "tinycolor2": "^1.4.2" diff --git a/plugins/mark/package.json b/plugins/mark/package.json index 84ee206f6..305994083 100644 --- a/plugins/mark/package.json +++ b/plugins/mark/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-mark", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10", "markdown-it-mark": "^3.0.1" }, diff --git a/plugins/math/package.json b/plugins/math/package.json index 62fadf682..8e9d254da 100644 --- a/plugins/math/package.json +++ b/plugins/math/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-math", - "version": "2.9.7", + "version": "2.9.8", "description": "Math(数学公式)", "keywords": [ "Math" @@ -24,7 +24,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10", "lodash": "^4.17.21" }, diff --git a/plugins/mention/package.json b/plugins/mention/package.json index f9869c594..79ad0d68a 100644 --- a/plugins/mention/package.json +++ b/plugins/mention/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-mention", - "version": "2.9.7", + "version": "2.9.8", "description": "提到 @", "publishConfig": { "access": "public" @@ -24,7 +24,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10", "keymaster": "^1.6.2" } diff --git a/plugins/orderedlist/package.json b/plugins/orderedlist/package.json index eb2f13a16..736524e38 100644 --- a/plugins/orderedlist/package.json +++ b/plugins/orderedlist/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-orderedlist", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/paintformat/package.json b/plugins/paintformat/package.json index 8bb2c0056..93e924ea6 100644 --- a/plugins/paintformat/package.json +++ b/plugins/paintformat/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-paintformat", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/quote/package.json b/plugins/quote/package.json index 5e8c14b63..c144048ec 100644 --- a/plugins/quote/package.json +++ b/plugins/quote/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-quote", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/redo/package.json b/plugins/redo/package.json index 8884c934c..d949900d5 100644 --- a/plugins/redo/package.json +++ b/plugins/redo/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-redo", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/removeformat/package.json b/plugins/removeformat/package.json index d1adc626a..c50352868 100644 --- a/plugins/removeformat/package.json +++ b/plugins/removeformat/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-removeformat", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/selectall/package.json b/plugins/selectall/package.json index 1fbc6723a..c52914ee0 100644 --- a/plugins/selectall/package.json +++ b/plugins/selectall/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-selectall", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/status/package.json b/plugins/status/package.json index cc1b6c84f..03b9dbcfc 100644 --- a/plugins/status/package.json +++ b/plugins/status/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-status", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/strikethrough/package.json b/plugins/strikethrough/package.json index 3d9ad5364..2df62204b 100644 --- a/plugins/strikethrough/package.json +++ b/plugins/strikethrough/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-strikethrough", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/sub/package.json b/plugins/sub/package.json index 3bbe0f59a..35d80e3f2 100644 --- a/plugins/sub/package.json +++ b/plugins/sub/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-sub", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10", "markdown-it-sub": "^1.0.0" }, diff --git a/plugins/sup/package.json b/plugins/sup/package.json index 2ff85af22..5b716814f 100644 --- a/plugins/sup/package.json +++ b/plugins/sup/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-sup", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10", "markdown-it-sup": "^1.0.0" }, diff --git a/plugins/table/package.json b/plugins/table/package.json index c7702d657..fbdb1c004 100644 --- a/plugins/table/package.json +++ b/plugins/table/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-table", - "version": "2.9.8", + "version": "2.9.9", "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.9.7", + "@aomao/engine": "^2.9.8", "@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 daa792a5a..727e37e1e 100644 --- a/plugins/tasklist/package.json +++ b/plugins/tasklist/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-tasklist", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10", "markdown-it": "^13.0.1" }, diff --git a/plugins/underline/package.json b/plugins/underline/package.json index d7cb2302e..63b4b0574 100644 --- a/plugins/underline/package.json +++ b/plugins/underline/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-underline", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/undo/package.json b/plugins/undo/package.json index 898134c16..55e1114d8 100644 --- a/plugins/undo/package.json +++ b/plugins/undo/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-undo", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/unorderedlist/package.json b/plugins/unorderedlist/package.json index e593edfbe..b2b2a1b71 100644 --- a/plugins/unorderedlist/package.json +++ b/plugins/unorderedlist/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-unorderedlist", - "version": "2.9.7", + "version": "2.9.8", "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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/video/package.json b/plugins/video/package.json index 6dae51c32..e737d4ee1 100644 --- a/plugins/video/package.json +++ b/plugins/video/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-video", - "version": "2.9.8", + "version": "2.9.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.9.7", + "@aomao/engine": "^2.9.8", "@babel/runtime": "^7.13.10" } }