Skip to content

Commit b9690f7

Browse files
authored
release: change log (#2304)
1 parent b099680 commit b9690f7

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

packages/charts/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@ant-design/charts",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"description": "AntV upper level visual component library",
66
"bugs": {
77
"url": "https://github.com/ant-design/ant-design-charts/issues"
@@ -30,7 +30,7 @@
3030
"lib:es": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir es"
3131
},
3232
"dependencies": {
33-
"@ant-design/plots": "workspace:*"
33+
"@ant-design/plots": "^2.1.3"
3434
},
3535
"peerDependencies": {
3636
"lodash-es": "^4.17.21",

0 commit comments

Comments
 (0)