Skip to content

Commit

Permalink
chore: release @ant-design/graphs version 2.0.0 (#2753)
Browse files Browse the repository at this point in the history
* chore: update version

* chore: update version
  • Loading branch information
yvonneyx authored Oct 29, 2024
1 parent 48d0eee commit bf9f531
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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';
5 changes: 2 additions & 3 deletions packages/graphs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/graphs",
"version": "2.0.0-beta.4",
"version": "2.0.0",
"description": "A React graph library based on Graphin",
"keywords": [
"antv",
Expand Down Expand Up @@ -70,7 +70,6 @@
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"tag": "beta"
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit bf9f531

Please sign in to comment.