Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
big-camel committed Jan 27, 2022
1 parent d772548 commit 1489340
Show file tree
Hide file tree
Showing 43 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/engine",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/toolbar-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/toolbar-vue",
"version": "2.7.27",
"version": "2.7.28",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10",
"ant-design-vue": "^2.2.6",
"keymaster": "^1.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/toolbar",
"version": "2.7.27",
"version": "2.7.28",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10",
"antd": "^4.12.3",
"classnames-es-ts": "^2.2.7",
Expand Down
4 changes: 2 additions & 2 deletions plugins/alignment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-alignment",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/backcolor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-backcolor",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/bold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-bold",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-code",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/codeblock-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-codeblock-vue",
"version": "2.7.26",
"version": "2.7.27",
"description": "代码块 Vue",
"keywords": [
"codeblock",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10",
"ant-design-vue": "^2.2.6",
"codemirror": "^5.60.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/codeblock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-codeblock",
"version": "2.7.26",
"version": "2.7.27",
"description": "代码块",
"keywords": [
"codeblock",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10",
"antd": "^4.14.1",
"codemirror": "^5.61.1",
Expand Down
4 changes: 2 additions & 2 deletions plugins/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-embed",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-file",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/fontcolor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-fontcolor",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/fontfamily/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-fontfamily",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/fontsize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-fontsize",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/heading/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-heading",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/hr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-hr",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-image",
"version": "2.7.26",
"version": "2.7.27",
"description": "图片",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10",
"eventemitter2": "^6.4.4",
"photoswipe": "^4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions plugins/indent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-indent",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/italic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-italic",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/line-height/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-line-height",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
4 changes: 2 additions & 2 deletions plugins/link-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-link-vue",
"version": "2.7.26",
"version": "2.7.27",
"description": "> TODO: description",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10",
"ant-design-vue": "^2.2.6",
"vue": "^3.2.9"
Expand Down
4 changes: 2 additions & 2 deletions plugins/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-link",
"version": "2.7.26",
"version": "2.7.27",
"description": "> TODO: description",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10",
"antd": "^4.12.3",
"classnames-es-ts": "^2.2.7",
Expand Down
4 changes: 2 additions & 2 deletions plugins/mark-range/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-mark-range",
"version": "2.7.26",
"version": "2.7.27",
"description": "范围标记",
"publishConfig": {
"access": "public"
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10",
"tinycolor2": "^1.4.2"
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/mark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-mark",
"version": "2.7.26",
"version": "2.7.27",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.26",
"@aomao/engine": "^2.7.27",
"@babel/runtime": "^7.13.10"
}
}
Loading

0 comments on commit 1489340

Please sign in to comment.