Skip to content

Commit 5e10d50

Browse files
committed
chore: release v8.0.0-beta.3
1 parent c975a1b commit 5e10d50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
119119
```html
120120
<script src="https://cdn.jsdelivr.net/npm/echarts@6.0.0"></script>
121121
<script src="https://cdn.jsdelivr.net/npm/vue@3.5.21"></script>
122-
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@8.0.0-beta.2"></script>
122+
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@8.0.0-beta.3"></script>
123123
```
124124

125125
<!-- scripts:end -->

README.zh-Hans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ import "echarts";
119119
```html
120120
<script src="https://cdn.jsdelivr.net/npm/echarts@6.0.0"></script>
121121
<script src="https://cdn.jsdelivr.net/npm/vue@3.5.21"></script>
122-
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@8.0.0-beta.2"></script>
122+
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@8.0.0-beta.3"></script>
123123
```
124124

125125
<!-- scripts:end -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-echarts",
3-
"version": "8.0.0-beta.2",
3+
"version": "8.0.0-beta.3",
44
"description": "Vue.js component for Apache ECharts™.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)