Skip to content

Commit 8525e25

Browse files
authored
changelog (#2503)
1 parent 297a728 commit 8525e25

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

packages/charts/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## 2.0.3
22

3+
`2024-04-16`
4+
5+
- 🔥 底层依赖升级
6+
- 🔥 plots 功能完善
7+
8+
## 2.0.3
9+
310
`2023-12-18`
411

512
- 🐞 修复 plots 依赖版本问题

packages/charts/package.json

+1-1
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.3",
4+
"version": "2.0.4",
55
"description": "AntV upper level visual component library",
66
"bugs": {
77
"url": "https://github.com/ant-design/ant-design-charts/issues"

packages/plots/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.16
2+
3+
`2024-04-16`
4+
5+
- 💄 依赖更新
6+
17
## 2.1.15
28

39
`2024-03-20`

packages/plots/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/plots",
3-
"version": "2.1.15",
3+
"version": "2.1.16",
44
"description": "G2Plot Statistical chart",
55
"bugs": {
66
"url": "https://github.com/ant-design/ant-design-charts/issues"

0 commit comments

Comments
 (0)