Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonneyx committed Oct 28, 2024
1 parent 4c1849f commit d0922d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 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": "2.2.1",
"version": "2.2.2",
"description": "AntV upper level visual component library",
"bugs": {
"url": "https://github.com/ant-design/ant-design-charts/issues"
Expand Down Expand Up @@ -30,6 +30,7 @@
"lib:es": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir es"
},
"dependencies": {
"@ant-design/graphs": "^2.0.0",
"@ant-design/plots": "^2.1.3",
"lodash": "^4.17.21"
},
Expand Down
1 change: 1 addition & 0 deletions packages/charts/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from '@ant-design/graphs';
export * from '@ant-design/plots';

0 comments on commit d0922d1

Please sign in to comment.