Skip to content

Commit

Permalink
chore: changelog (#2512)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 authored Apr 19, 2024
1 parent cc01490 commit 909b66c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.1.0

`2024-04-19`

- 🐞 修复低版本 webpack 不支持的 `export * as` 语法
- 🔥 暴露图表 ref 上层可通过 ref 直接获取图表实例,eg: `<Line ref={React.useRef()} />`

## 2.0.3

`2024-04-16`
Expand Down
2 changes: 1 addition & 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.0.4",
"version": "2.1.0",
"description": "AntV upper level visual component library",
"bugs": {
"url": "https://github.com/ant-design/ant-design-charts/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/plots/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.2.0

`2024-04-19`

- 🐞 修复低版本 webpack 不支持的 `export * as` 语法
- 🔥 暴露图表 ref 上层可通过 ref 直接获取图表实例,eg: `<Line ref={React.useRef()} />`

## 2.1.16

`2024-04-16`
Expand Down
2 changes: 1 addition & 1 deletion packages/plots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/plots",
"version": "2.1.16",
"version": "2.2.0",
"description": "G2Plot Statistical chart",
"bugs": {
"url": "https://github.com/ant-design/ant-design-charts/issues"
Expand Down

0 comments on commit 909b66c

Please sign in to comment.