Skip to content

Commit 0c380c0

Browse files
committed
release(echarts-layer): v0.3.3
1 parent 39e791a commit 0c380c0

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

changelog/mapbox-gl-echarts-layer.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.3
2+
3+
### 🐞 Bug fixes
4+
5+
- Fix the issue of the coordinate system is broken when adding multiple instances [#5](https://github.com/naivemap/mapbox-gl-layers/issues/5)
6+
17
## 0.3.2
28

39
### ✨ Features

changelog/mapbox-gl-echarts-layer.zh-CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.3
2+
3+
### 🐞 Bug fixes
4+
5+
- 修复在添加多个实例时坐标系统失效的问题 [#5](https://github.com/naivemap/mapbox-gl-layers/issues/5)
6+
17
## 0.3.2
28

39
### ✨ Features

packages/mapbox-gl-echarts-layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@naivemap/mapbox-gl-echarts-layer",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Integrate the Lines graph and Scatter (bubble) chart of Apache ECharts.",
55
"author": "huanglii <[email protected]>",
66
"homepage": "https://github.com/naivemap/mapbox-gl-layers#readme",

0 commit comments

Comments
 (0)