Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
big-camel committed May 22, 2022
1 parent 6dfad29 commit 8461b98
Show file tree
Hide file tree
Showing 42 changed files with 93 additions and 93 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.9.0",
"version": "2.9.1",
"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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@babel/runtime": "^7.13.10"
},
"devDependencies": {
Expand Down
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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@babel/runtime": "^7.13.10"
},
"devDependencies": {
Expand Down
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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@babel/runtime": "^7.13.10",
"ant-design-vue": "^2.2.6",
"codemirror": "^5.60.0",
Expand Down
6 changes: 3 additions & 3 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.9.0",
"version": "2.9.1",
"description": "代码块",
"keywords": [
"codeblock",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
}
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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@babel/runtime": "^7.13.10"
}
}
6 changes: 3 additions & 3 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.9.0",
"version": "2.9.1",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -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"
}
}
6 changes: 3 additions & 3 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.9.0",
"version": "2.9.1",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -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"
}
}
8 changes: 4 additions & 4 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.9.0",
"version": "2.9.1",
"description": "图片",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -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"
}
}
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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@babel/runtime": "^7.13.10"
},
"devDependencies": {
Expand Down
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.9.0",
"version": "2.9.1",
"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.9.0",
"@aomao/engine": "^2.9.1",
"@babel/runtime": "^7.13.10"
}
}
8 changes: 4 additions & 4 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.9.0",
"version": "2.9.1",
"description": "> TODO: description",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -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"
}
}
Loading

0 comments on commit 8461b98

Please sign in to comment.