Skip to content

Commit 909b66c

Browse files
authored
chore: changelog (#2512)
1 parent cc01490 commit 909b66c

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

packages/charts/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.1.0
2+
3+
`2024-04-19`
4+
5+
- 🐞 修复低版本 webpack 不支持的 `export * as` 语法
6+
- 🔥 暴露图表 ref 上层可通过 ref 直接获取图表实例,eg: `<Line ref={React.useRef()} />`
7+
18
## 2.0.3
29

310
`2024-04-16`

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.4",
4+
"version": "2.1.0",
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

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.2.0
2+
3+
`2024-04-19`
4+
5+
- 🐞 修复低版本 webpack 不支持的 `export * as` 语法
6+
- 🔥 暴露图表 ref 上层可通过 ref 直接获取图表实例,eg: `<Line ref={React.useRef()} />`
7+
18
## 2.1.16
29

310
`2024-04-16`

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.16",
3+
"version": "2.2.0",
44
"description": "G2Plot Statistical chart",
55
"bugs": {
66
"url": "https://github.com/ant-design/ant-design-charts/issues"

0 commit comments

Comments
 (0)