Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 committed Oct 15, 2021
1 parent fddae45 commit 370b4f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "*",
"version": "0.0.1-beta.1",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
6 changes: 3 additions & 3 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"lib:es": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir es"
},
"dependencies": {
"@ant-design/plots": "^0.0.1-beta.1",
"@ant-design/graphs": "^0.0.1-beta.1",
"@ant-design/flowchart": "^0.0.1-beta.1",
"@ant-design/maps": "^0.0.1-beta.1"
"@ant-design/graphs": "^0.0.1-beta.1",
"@ant-design/maps": "^0.0.1-beta.1",
"@ant-design/plots": "^0.0.1-beta.1"
},
"peerDependencies": {
"react": ">=16.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/flowchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"react-use": "^17.3.1"
},
"peerDependencies": {
"antd": "^4.6.3",
"react": ">=16.8.4",
"react-dom": ">=16.8.4",
"antd": "^4.6.3"
"react-dom": ">=16.8.4"
},
"sideEffects": false,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@ant-design/charts-site",
"version": "0.0.1",
"version": "0.0.1-beta.1",
"description": "React Visual component library",
"keywords": [
"antv",
Expand Down

0 comments on commit 370b4f7

Please sign in to comment.