From 5e10d50bbfb53cdb3dcae96927f9d074b5c5964c Mon Sep 17 00:00:00 2001 From: Justineo Date: Thu, 25 Sep 2025 11:22:28 +0800 Subject: [PATCH] chore: release v8.0.0-beta.3 --- README.md | 2 +- README.zh-Hans.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1542cde..a465c01 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Drop ` - + ``` diff --git a/README.zh-Hans.md b/README.zh-Hans.md index b3e4dd6..79f48a7 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -119,7 +119,7 @@ import "echarts"; ```html - + ``` diff --git a/package.json b/package.json index d323819..f3a4cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-echarts", - "version": "8.0.0-beta.2", + "version": "8.0.0-beta.3", "description": "Vue.js component for Apache ECharts™.", "license": "MIT", "repository": {