We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b099680 commit b9690f7Copy full SHA for b9690f7
packages/charts/CHANGELOG.md
@@ -0,0 +1,11 @@
1
+## 2.0.3
2
+
3
+`2023-12-18`
4
5
+- 🐞 修复 plots 依赖版本问题
6
7
+## 2.0.0
8
9
+`2023-11-22`
10
11
+- 🔥 2.0 正式版本发布,目前已完成统计图表的升级,关系图、地理可视化、流程图等会在后续次版本更新,[next 版本官网](https://ant-design-charts-next.antgroup.com/)
packages/charts/package.json
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@ant-design/charts",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "AntV upper level visual component library",
"bugs": {
"url": "https://github.com/ant-design/ant-design-charts/issues"
@@ -30,7 +30,7 @@
30
"lib:es": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir es"
31
},
32
"dependencies": {
33
- "@ant-design/plots": "workspace:*"
+ "@ant-design/plots": "^2.1.3"
34
35
"peerDependencies": {
36
"lodash-es": "^4.17.21",
0 commit comments