From 311d588850b83debbea7f1e501f8ceddf7abec5f Mon Sep 17 00:00:00 2001 From: Justineo Date: Tue, 20 Feb 2024 10:58:50 +0800 Subject: [PATCH] chore: update version and readme --- CHANGELOG.md | 4 ++++ README.md | 8 ++++---- README.zh-Hans.md | 8 ++++---- package.json | 2 +- scripts/docs.js | 4 ++-- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d85dc..e46188c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.6.9 + +* Fixed that the chart may not be the same size as the component root element ([#761](https://github.com/ecomfe/vue-echarts/issues/761)). + ## 6.6.8 * Fixed the postinstall script to patch the correct `types` entry for Vue 2.7. diff --git a/README.md b/README.md index 9b0bf9f..5a96d39 100644 --- a/README.md +++ b/README.md @@ -236,9 +236,9 @@ Drop ` + - + ``` @@ -256,9 +256,9 @@ app.component('v-chart', VueECharts) ```html - + - + ``` diff --git a/README.zh-Hans.md b/README.zh-Hans.md index c25634d..dcace9d 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -236,9 +236,9 @@ import "echarts"; ```html - + - + ``` @@ -256,9 +256,9 @@ app.component('v-chart', VueECharts) ```html - + - + ``` diff --git a/package.json b/package.json index 70f32fc..55b7002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-echarts", - "version": "6.6.8", + "version": "6.6.9", "description": "Vue.js component for Apache ECharts™.", "author": "GU Yiling ", "scripts": { diff --git a/scripts/docs.js b/scripts/docs.js index 6ff261c..1723a42 100644 --- a/scripts/docs.js +++ b/scripts/docs.js @@ -10,8 +10,8 @@ function resolvePath(...parts) { const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/"; const DEP_VERSIONS = { - "vue@3": "3.3.7", - "vue@2": "2.7.15", + "vue@3": "3.4.19", + "vue@2": "2.7.16", echarts: "5.4.3", [name]: version };