From e7eb680d46ed40bbc2d63d301ac4b3c982e918f9 Mon Sep 17 00:00:00 2001 From: Justineo Date: Tue, 12 Dec 2023 09:59:33 +0800 Subject: [PATCH] chore: update changelog and version --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- README.zh-Hans.md | 5 ++--- package.json | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e7aec..02e838b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.6.3 + +* Fixed inner wrapper styles. + ## 6.6.2 * Fixed that tooltips may affected by internal styling by VueECharts. diff --git a/README.md b/README.md index 8e2ce54..5bb3450 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ Drop ` - + ``` @@ -257,7 +257,7 @@ app.component('v-chart', VueECharts) ```html - + ``` diff --git a/README.zh-Hans.md b/README.zh-Hans.md index 6caa45b..11c8184 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -4,7 +4,6 @@

查看 Demo →

Open in Codeflow Edit in CodeSandbox

- > [!IMPORTANT] > 我们新发布了一个[导入代码生成器](https://vue-echarts.dev/#codegen),只需要把`option` 代码粘贴进去,就可以得到精确的导入代码。 > @@ -238,7 +237,7 @@ import "echarts"; ```html - + ``` @@ -258,7 +257,7 @@ app.component('v-chart', VueECharts) ```html - + ``` diff --git a/package.json b/package.json index c9b3fa3..12c4042 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-echarts", - "version": "6.6.2", + "version": "6.6.3", "description": "Vue.js component for Apache ECharts.", "author": "GU Yiling ", "scripts": {