Skip to content

Commit

Permalink
release: 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuweikangdev committed Feb 16, 2023
1 parent 0e6646d commit b9e36d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.2.2](https://github.com/qiuweikangdev/taro-react-echarts/compare/taro-react-echarts-v1.2.0...taro-react-echarts-v1.2.2) (2023-02-16)

### Bug Fixes

- **echarts:** dispose echarts instance [#18](https://github.com/qiuweikangdev/taro-react-echarts/issues/18) ([a469d3e](https://github.com/qiuweikangdev/taro-react-echarts/commit/a469d3eed8b996c677df77e2900c769faed0eb90))
- removeEventListener 报错问题 #issue-23 ([7653032](https://github.com/qiuweikangdev/taro-react-echarts/commit/76530327061e43b95c23b1a7392b1727d4969941)), closes [#issue-23](https://github.com/qiuweikangdev/taro-react-echarts/issues/issue-23)

### release version

- 1.2.1 ([cdf94c1](https://github.com/qiuweikangdev/taro-react-echarts/commit/cdf94c190c9798272bdfebc54bec74d1490304f0))

### [1.2.1](https://github.com/qiuweikangdev/taro-react-echarts/compare/taro-react-echarts-v1.2.0...taro-react-echarts-v1.2.1) (2022-12-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/echarts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-react-echarts",
"version": "1.2.1",
"version": "1.2.2",
"description": "taro图表",
"scripts": {
"build:echarts": "rimraf dist && rollup --config ./rollup.config.js",
Expand Down

0 comments on commit b9e36d3

Please sign in to comment.