Skip to content

Commit

Permalink
fix: packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 committed Oct 15, 2021
1 parent 8ec4420 commit 129c696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"npmClientArgs": ["--no-package-lock", "--no-ci"]
}
},
"packages": ["packages/*"]
"packages": ["packages/*", "!packages/maps", "!packages/site"]
}
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@ant-design/charts",
"version": "1.3.0-alpha.0",
"version": "0.0.1-beta.0",
"description": "AntV upper level visual component library",
"bugs": {
"url": "https://github.com/ant-design/ant-design-charts/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export * from '@ant-design/flowchart';
export * from '@ant-design/graphs';
// export * from '@ant-design/maps';

export const version = '1.3.0-alpha.0';
export const version = '0.0.1-beta.0';

0 comments on commit 129c696

Please sign in to comment.