- @aomao/engine@2.7.2
 - @aomao/toolbar-vue@2.7.2
 - @aomao/toolbar@2.7.2
 - @aomao/plugin-alignment@2.7.2
 - @aomao/plugin-backcolor@2.7.2
 - @aomao/plugin-bold@2.7.2
 - @aomao/plugin-code@2.7.2
 - @aomao/plugin-codeblock-vue@2.7.2
 - @aomao/plugin-codeblock@2.7.2
 - @aomao/plugin-embed@2.7.2
 - @aomao/plugin-file@2.7.2
 - @aomao/plugin-fontcolor@2.7.2
 - @aomao/plugin-fontfamily@2.7.2
 - @aomao/plugin-fontsize@2.7.2
 - @aomao/plugin-heading@2.7.2
 - @aomao/plugin-hr@2.7.2
 - @aomao/plugin-image@2.7.2
 - @aomao/plugin-indent@2.7.2
 - @aomao/plugin-italic@2.7.2
 - @aomao/plugin-line-height@2.7.2
 - @aomao/plugin-link-vue@2.7.2
 - @aomao/plugin-link@2.7.2
 - @aomao/plugin-mark-range@2.7.2
 - @aomao/plugin-mark@2.7.2
 - @aomao/plugin-math@2.7.2
 - @aomao/plugin-mention@2.7.2
 - @aomao/plugin-mind@2.7.2
 - @aomao/plugin-orderedlist@2.7.2
 - @aomao/plugin-paintformat@2.7.2
 - @aomao/plugin-quote@2.7.2
 - @aomao/plugin-redo@2.7.2
 - @aomao/plugin-removeformat@2.7.2
 - @aomao/plugin-selectall@2.7.2
 - @aomao/plugin-status@2.7.2
 - @aomao/plugin-strikethrough@2.7.2
 - @aomao/plugin-sub@2.7.2
 - @aomao/plugin-sup@2.7.2
 - @aomao/plugin-table@2.7.2
 - @aomao/plugin-tasklist@2.7.2
 - @aomao/plugin-underline@2.7.2
 - @aomao/plugin-undo@2.7.2
 - @aomao/plugin-unorderedlist@2.7.2
 - @aomao/plugin-video@2.7.2
This commit is contained in:
yanmao 2021-12-29 02:02:42 +08:00
parent 9523789394
commit 3cbadcf72a
43 changed files with 84 additions and 84 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/engine",
"version": "2.7.1",
"version": "2.7.2",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/toolbar-vue",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10",
"ant-design-vue": "^2.2.6",
"keymaster": "^1.6.2",

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/toolbar",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10",
"antd": "^4.12.3",
"classnames-es-ts": "^2.2.7",

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-alignment",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-backcolor",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-bold",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-code",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-codeblock-vue",
"version": "2.7.1",
"version": "2.7.2",
"description": "代码块 Vue",
"keywords": [
"codeblock",
@ -28,7 +28,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10",
"ant-design-vue": "^2.2.6",
"codemirror": "^5.60.0",

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-codeblock",
"version": "2.7.1",
"version": "2.7.2",
"description": "代码块",
"keywords": [
"codeblock",
@ -28,7 +28,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10",
"antd": "^4.14.1",
"codemirror": "^5.61.1",

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-embed",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-file",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-fontcolor",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-fontfamily",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-fontsize",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-hr",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-image",
"version": "2.7.1",
"version": "2.7.2",
"description": "图片",
"main": "dist/index.js",
"module": "dist/index.esm.js",
@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@aomao/engine": "^2.7.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10",
"eventemitter2": "^6.4.4",
"photoswipe": "^4.1.3"

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-indent",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-italic",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-line-height",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-link-vue",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10",
"ant-design-vue": "^2.2.6",
"vue": "^3.2.9"

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-link",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10",
"antd": "^4.12.3",
"classnames-es-ts": "^2.2.7",

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-mark-range",
"version": "2.7.1",
"version": "2.7.2",
"description": "范围标记",
"publishConfig": {
"access": "public"
@ -24,7 +24,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10",
"tinycolor2": "^1.4.2"
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-mark",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-math",
"version": "2.7.1",
"version": "2.7.2",
"description": "Math数学公式",
"keywords": [
"Math"
@ -24,7 +24,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-mention",
"version": "2.7.1",
"version": "2.7.2",
"description": "提到 @",
"publishConfig": {
"access": "public"
@ -24,7 +24,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10",
"keymaster": "^1.6.2"
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-mind",
"version": "2.7.1",
"version": "2.7.2",
"description": "脑图 Mind",
"keywords": [
"Mind",
@ -27,7 +27,7 @@
"dependencies": {
"@antv/hierarchy": "^0.6.7",
"@antv/x6": "^1.23.10",
"@aomao/engine": "^2.7.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-orderedlist",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-paintformat",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-quote",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-redo",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-removeformat",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-selectall",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-status",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-strikethrough",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-sub",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-sup",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-table",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10",
"eventemitter2": "^6.4.4",
"tinycolor2": "^1.4.2"

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-tasklist",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-underline",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-undo",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-unorderedlist",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-video",
"version": "2.7.1",
"version": "2.7.2",
"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.1",
"@aomao/engine": "^2.7.2",
"@babel/runtime": "^7.13.10"
}
}