Skip to content

Commit

Permalink
docs: update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Apr 22, 2024
1 parent def674b commit 185940a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.7.0

* Added supports for native DOM events binding with the `native:` prefix.

## 6.6.10

* Fixed that `autoresize` doesn't work when reducing the height or the root element.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.7.0"></script>
```
<!-- vue3Scripts:end -->

Expand All @@ -258,7 +258,7 @@ app.component('v-chart', VueECharts)
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.7.0"></script>
```
<!-- vue2Scripts:end -->

Expand Down
4 changes: 2 additions & 2 deletions README.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ import "echarts";
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.7.0"></script>
```
<!-- vue3Scripts:end -->

Expand All @@ -258,7 +258,7 @@ app.component('v-chart', VueECharts)
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.7.0"></script>
```
<!-- vue2Scripts:end -->

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": "vue-echarts",
"version": "6.6.10",
"version": "6.7.0",
"description": "Vue.js component for Apache ECharts™.",
"author": "GU Yiling <[email protected]>",
"scripts": {
Expand Down

0 comments on commit 185940a

Please sign in to comment.