Skip to content

Commit

Permalink
chore: changelog (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 authored Jun 24, 2021
1 parent 4e80c40 commit 7cd5a50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
with:
surge_token: ${{ secrets.SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
teardown: true
build: |
npm install
npm run docs:build
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.18

`2021-06-24`

- 🐞 修复 onReady & onEvent 类型错误。
- ContainerOptions 统一为 ContainerConfig,并从 src/hooks/useChart 动到 src/interface 。

## 1.1.17

`2021-06-17`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/charts",
"version": "1.1.17",
"version": "1.1.18",
"description": "React translate g2plot",
"bugs": {
"url": "https://github.com/ant-design/ant-design-charts/issues"
Expand Down

0 comments on commit 7cd5a50

Please sign in to comment.