Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
big-camel committed Sep 7, 2022
1 parent d0609f5 commit f24ee03
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.38",
"version": "2.9.39",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/toolbar",
"version": "2.10.4",
"version": "2.10.5",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion plugins/lightblock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-lightblock",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion plugins/mulit-codeblock/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/mulit-codeblock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-mulit-codeblock",
"version": "1.0.1",
"version": "1.0.2",
"description": "多功能代码块",
"keywords": [
"codeblock",
Expand Down
6 changes: 3 additions & 3 deletions plugins/tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aomao/plugin-tag",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -30,9 +30,9 @@
},
"peerDependencies": {
"@aomao/engine": ">=^2.9",
"@types/lodash": "^4.14.178",
"antd": "^4.14.1",
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"@types/lodash": "^4.14.178"
"react-dom": ">=17.0.0"
}
}

0 comments on commit f24ee03

Please sign in to comment.