chore: update changelog and version

This commit is contained in:
Justineo
2023-12-18 10:23:05 +08:00
parent 2a0db561b4
commit cb95ece9c6
4 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
## 6.6.5
* Fixed type for `option` regressed in v6.6.2.
## 6.6.4
* Fixed style regression introduced by v6.6.3.

View File

@ -237,7 +237,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
```html
<script src="https://cdn.jsdelivr.net/npm/vue@3.3.7"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.4"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.5"></script>
```
<!-- vue3Scripts:end -->
@ -257,7 +257,7 @@ app.component('v-chart', VueECharts)
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.15"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.4"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.5"></script>
```
<!-- vue2Scripts:end -->

View File

@ -237,7 +237,7 @@ import "echarts";
```html
<script src="https://cdn.jsdelivr.net/npm/vue@3.3.7"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.4"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.5"></script>
```
<!-- vue3Scripts:end -->
@ -257,7 +257,7 @@ app.component('v-chart', VueECharts)
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.15"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.4"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.5"></script>
```
<!-- vue2Scripts:end -->

View File

@ -1,6 +1,6 @@
{
"name": "vue-echarts",
"version": "6.6.4",
"version": "6.6.5",
"description": "Vue.js component for Apache ECharts.",
"author": "GU Yiling <justice360@gmail.com>",
"scripts": {