diff --git a/packages/engine/package.json b/packages/engine/package.json index d5620cfc8..95cb9ffa6 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/engine", - "version": "2.9.0", + "version": "2.9.1", "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 8af4c87e1..d7e0c0872 100644 --- a/packages/toolbar-vue/package.json +++ b/packages/toolbar-vue/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/toolbar-vue", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@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 ba645ca62..cbe223b51 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/toolbar", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@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 cf263bca8..fa750a9c5 100644 --- a/plugins/alignment/package.json +++ b/plugins/alignment/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-alignment", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/backcolor/package.json b/plugins/backcolor/package.json index 124f9e4fd..22b33f95f 100644 --- a/plugins/backcolor/package.json +++ b/plugins/backcolor/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-backcolor", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/bold/package.json b/plugins/bold/package.json index 101bfe364..48daca241 100644 --- a/plugins/bold/package.json +++ b/plugins/bold/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-bold", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/code/package.json b/plugins/code/package.json index 64bcfb1b3..5efeb70bd 100644 --- a/plugins/code/package.json +++ b/plugins/code/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-code", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/codeblock-vue/package.json b/plugins/codeblock-vue/package.json index 18f211963..0c66e6242 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.0", + "version": "2.9.1", "description": "代码块 Vue", "keywords": [ "codeblock", @@ -28,7 +28,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.0", + "@aomao/engine": "^2.9.1", "@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 9bddaf753..c0ef0eafe 100644 --- a/plugins/codeblock/package.json +++ b/plugins/codeblock/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-codeblock", - "version": "2.9.0", + "version": "2.9.1", "description": "代码块", "keywords": [ "codeblock", @@ -28,7 +28,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10", "antd": "^4.14.1", "codemirror": "^5.61.1", @@ -39,6 +39,6 @@ "devDependencies": { "@types/codemirror": "^5.60.0", "@types/lodash": "^4.14.178", - "@types/markdown-it": "^12.2.3" + "@types/markdown-it": "^12.2.3" } } diff --git a/plugins/embed/package.json b/plugins/embed/package.json index d04816a9f..521438cd3 100644 --- a/plugins/embed/package.json +++ b/plugins/embed/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-embed", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/file/package.json b/plugins/file/package.json index 1722ff2fe..4742517a8 100644 --- a/plugins/file/package.json +++ b/plugins/file/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-file", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/fontcolor/package.json b/plugins/fontcolor/package.json index b681c7919..5040dbd2a 100644 --- a/plugins/fontcolor/package.json +++ b/plugins/fontcolor/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-fontcolor", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/fontfamily/package.json b/plugins/fontfamily/package.json index 78c80bbc4..b8bdf7101 100644 --- a/plugins/fontfamily/package.json +++ b/plugins/fontfamily/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-fontfamily", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/fontsize/package.json b/plugins/fontsize/package.json index 5b9d4c952..c20592da2 100644 --- a/plugins/fontsize/package.json +++ b/plugins/fontsize/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-fontsize", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/heading/package.json b/plugins/heading/package.json index 5f5491c1f..555c60371 100644 --- a/plugins/heading/package.json +++ b/plugins/heading/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-heading", - "version": "2.9.0", + "version": "2.9.1", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -20,10 +20,10 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" }, "devDependencies": { - "@types/markdown-it": "^12.2.3" + "@types/markdown-it": "^12.2.3" } } diff --git a/plugins/hr/package.json b/plugins/hr/package.json index 6f8323d4d..bed309157 100644 --- a/plugins/hr/package.json +++ b/plugins/hr/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-hr", - "version": "2.9.0", + "version": "2.9.1", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -20,10 +20,10 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" }, "devDependencies": { - "@types/markdown-it": "^12.2.3" + "@types/markdown-it": "^12.2.3" } } diff --git a/plugins/image/package.json b/plugins/image/package.json index aba8bff49..857ea7ba9 100644 --- a/plugins/image/package.json +++ b/plugins/image/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-image", - "version": "2.9.0", + "version": "2.9.1", "description": "图片", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -24,13 +24,13 @@ "access": "public" }, "dependencies": { - "@aomao/engine": "^2.9.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10", "eventemitter2": "^6.4.4", "photoswipe": "^4.1.3" }, "devDependencies": { - "@types/photoswipe": "^4.1.1", - "@types/markdown-it": "^12.2.3" + "@types/markdown-it": "^12.2.3", + "@types/photoswipe": "^4.1.1" } } diff --git a/plugins/indent/package.json b/plugins/indent/package.json index 9215da2c8..c5527811f 100644 --- a/plugins/indent/package.json +++ b/plugins/indent/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-indent", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/italic/package.json b/plugins/italic/package.json index 047661a0c..7079d544a 100644 --- a/plugins/italic/package.json +++ b/plugins/italic/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-italic", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/line-height/package.json b/plugins/line-height/package.json index 1de4d1b6d..8d7241b2c 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.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/link-vue/package.json b/plugins/link-vue/package.json index 5d184a2c5..ffbf65b4f 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.0", + "version": "2.9.1", "description": "> TODO: description", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -24,13 +24,13 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10", "ant-design-vue": "^2.2.6", "vue": "^3.2.9" }, "devDependencies": { - "@vue/compiler-sfc": "^3.2.9", - "@types/markdown-it": "^12.2.3" + "@types/markdown-it": "^12.2.3", + "@vue/compiler-sfc": "^3.2.9" } } diff --git a/plugins/link/package.json b/plugins/link/package.json index 3c7f830d2..47e05176b 100644 --- a/plugins/link/package.json +++ b/plugins/link/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-link", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10", "antd": "^4.12.3", "classnames-es-ts": "^2.2.7", @@ -32,6 +32,6 @@ "react-dom": "^17.0.2" }, "devDependencies": { - "@types/markdown-it": "^12.2.3" + "@types/markdown-it": "^12.2.3" } } diff --git a/plugins/mark-range/package.json b/plugins/mark-range/package.json index b92c57f66..b00c57e78 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.0", + "version": "2.9.1", "description": "范围标记", "publishConfig": { "access": "public" @@ -24,7 +24,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.0", + "@aomao/engine": "^2.9.1", "@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 cbb3cd688..ad3202a21 100644 --- a/plugins/mark/package.json +++ b/plugins/mark/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-mark", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10", "markdown-it-mark": "^3.0.1" }, diff --git a/plugins/math/package.json b/plugins/math/package.json index 2268e4bb7..7b0bfcdfc 100644 --- a/plugins/math/package.json +++ b/plugins/math/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-math", - "version": "2.9.0", + "version": "2.9.1", "description": "Math(数学公式)", "keywords": [ "Math" @@ -24,7 +24,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10", "lodash": "^4.17.21" }, diff --git a/plugins/mention/package.json b/plugins/mention/package.json index 000ad5b57..4d261e80f 100644 --- a/plugins/mention/package.json +++ b/plugins/mention/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-mention", - "version": "2.9.0", + "version": "2.9.1", "description": "提到 @", "publishConfig": { "access": "public" @@ -24,7 +24,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10", "keymaster": "^1.6.2" } diff --git a/plugins/orderedlist/package.json b/plugins/orderedlist/package.json index 1d7110ecc..5f0b8f5c1 100644 --- a/plugins/orderedlist/package.json +++ b/plugins/orderedlist/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-orderedlist", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/paintformat/package.json b/plugins/paintformat/package.json index 6526cc843..1bcb5848f 100644 --- a/plugins/paintformat/package.json +++ b/plugins/paintformat/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-paintformat", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/quote/package.json b/plugins/quote/package.json index 85f9828e9..37495773f 100644 --- a/plugins/quote/package.json +++ b/plugins/quote/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-quote", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/redo/package.json b/plugins/redo/package.json index 86cbea037..ff440c084 100644 --- a/plugins/redo/package.json +++ b/plugins/redo/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-redo", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/removeformat/package.json b/plugins/removeformat/package.json index 3e6ded86d..87369aa34 100644 --- a/plugins/removeformat/package.json +++ b/plugins/removeformat/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-removeformat", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/selectall/package.json b/plugins/selectall/package.json index 08d0948d2..592e7c082 100644 --- a/plugins/selectall/package.json +++ b/plugins/selectall/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-selectall", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/status/package.json b/plugins/status/package.json index 0b9897d72..77b9c5ea3 100644 --- a/plugins/status/package.json +++ b/plugins/status/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-status", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/strikethrough/package.json b/plugins/strikethrough/package.json index aaf562133..39b0aa0bd 100644 --- a/plugins/strikethrough/package.json +++ b/plugins/strikethrough/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-strikethrough", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/sub/package.json b/plugins/sub/package.json index fa9eacdd2..7bd549c78 100644 --- a/plugins/sub/package.json +++ b/plugins/sub/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-sub", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10", "markdown-it-sub": "^1.0.0" }, diff --git a/plugins/sup/package.json b/plugins/sup/package.json index b8e4b69e0..2393b4518 100644 --- a/plugins/sup/package.json +++ b/plugins/sup/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-sup", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10", "markdown-it-sup": "^1.0.0" }, diff --git a/plugins/table/package.json b/plugins/table/package.json index a0cb08bf4..7d6aa5d9c 100644 --- a/plugins/table/package.json +++ b/plugins/table/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-table", - "version": "2.9.1", + "version": "2.9.2", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10", "eventemitter2": "^6.4.4", "lodash": "^4.17.21", @@ -29,7 +29,7 @@ }, "devDependencies": { "@types/lodash": "^4.14.178", - "@types/tinycolor2": "^1.4.2", - "@types/markdown-it": "^12.2.3" + "@types/markdown-it": "^12.2.3", + "@types/tinycolor2": "^1.4.2" } } diff --git a/plugins/tasklist/package.json b/plugins/tasklist/package.json index cad446cc2..b7e26312f 100644 --- a/plugins/tasklist/package.json +++ b/plugins/tasklist/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-tasklist", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10", "markdown-it": "^13.0.1" }, diff --git a/plugins/underline/package.json b/plugins/underline/package.json index 932988fd1..d454cca78 100644 --- a/plugins/underline/package.json +++ b/plugins/underline/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-underline", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/undo/package.json b/plugins/undo/package.json index 4ef37e8ae..b6e7f9a79 100644 --- a/plugins/undo/package.json +++ b/plugins/undo/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-undo", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } } diff --git a/plugins/unorderedlist/package.json b/plugins/unorderedlist/package.json index f42a2ac3a..95a44b7d0 100644 --- a/plugins/unorderedlist/package.json +++ b/plugins/unorderedlist/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-unorderedlist", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/video/package.json b/plugins/video/package.json index 422263fd1..e04fc45d4 100644 --- a/plugins/video/package.json +++ b/plugins/video/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-video", - "version": "2.9.0", + "version": "2.9.1", "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.0", + "@aomao/engine": "^2.9.1", "@babel/runtime": "^7.13.10" } }