Skip to content

Commit

Permalink
release: 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuweikangdev committed Dec 8, 2022
1 parent a469d3e commit b8b9a16
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
19 changes: 11 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@

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.0](https://github.com/qiuweikangdev/taro-react-echarts/compare/taro-react-echarts-v1.1.5...taro-react-echarts-v1.2.0) (2022-12-07)
### [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

### Features
- **echarts:** dispose echarts instance [#18](https://github.com/qiuweikangdev/taro-react-echarts/issues/18) ([a469d3e](https://github.com/qiuweikangdev/taro-react-echarts/commit/a469d3eed8b996c677df77e2900c769faed0eb90))

* **echarts:** expose chartRef and canvasRef ([8920fe1](https://github.com/qiuweikangdev/taro-react-echarts/commit/8920fe1a958eca246ee216142c1eb5cbca409308))
## [1.2.0](https://github.com/qiuweikangdev/taro-react-echarts/compare/taro-react-echarts-v1.1.5...taro-react-echarts-v1.2.0) (2022-12-07)

### [1.1.5](https://github.com/qiuweikangdev/taro-react-echarts/compare/taro-react-echarts-v1.1.4...taro-react-echarts-v1.1.5) (2022-10-02)
### Features

- **echarts:** expose chartRef and canvasRef ([8920fe1](https://github.com/qiuweikangdev/taro-react-echarts/commit/8920fe1a958eca246ee216142c1eb5cbca409308))

### Bug Fixes
### [1.1.5](https://github.com/qiuweikangdev/taro-react-echarts/compare/taro-react-echarts-v1.1.4...taro-react-echarts-v1.1.5) (2022-10-02)

* **echarts:** remove Opts、InitEchart ([07cd0cd](https://github.com/qiuweikangdev/taro-react-echarts/commit/07cd0cde8b1d235435c46bb7385448369c5b8d3b))
### Bug Fixes

- **echarts:** remove Opts、InitEchart ([07cd0cd](https://github.com/qiuweikangdev/taro-react-echarts/commit/07cd0cde8b1d235435c46bb7385448369c5b8d3b))

### Features
### Features

* release.js => generate version/tags ([8be84cf](https://github.com/qiuweikangdev/taro-react-echarts/commit/8be84cf8fca5943ab00961dc0f9a3f1425d5ad90))
- release.js => generate version/tags ([8be84cf](https://github.com/qiuweikangdev/taro-react-echarts/commit/8be84cf8fca5943ab00961dc0f9a3f1425d5ad90))
6 changes: 3 additions & 3 deletions 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.0",
"version": "1.2.1",
"description": "taro图表",
"scripts": {
"build:echarts": "rimraf dist && rollup --config ./rollup.config.js",
Expand All @@ -17,8 +17,8 @@
],
"author": "qiuweikang",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"main": "src/index.ts",
"module": "src/index.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"main": "dist/index.js",
Expand Down

0 comments on commit b8b9a16

Please sign in to comment.