From 5e3b90e45f3e0be438bb17268b2b67adff7f84b2 Mon Sep 17 00:00:00 2001 From: Kagol Date: Wed, 10 Apr 2024 15:09:54 +0800 Subject: [PATCH] docs: update vue-docs version (#1541) --- examples/sites/demos/pc/webdoc/changelog.md | 2 +- examples/sites/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sites/demos/pc/webdoc/changelog.md b/examples/sites/demos/pc/webdoc/changelog.md index 1a50eb612..50b2f1f1f 100644 --- a/examples/sites/demos/pc/webdoc/changelog.md +++ b/examples/sites/demos/pc/webdoc/changelog.md @@ -19,7 +19,7 @@ - feat(rich-text-editor): [rich-text-editor] add image drag adjustment by @HAOUEHF in https://github.com/opentiny/tiny-vue/pull/1504 - feat(grid): [grid] add XDesign theme by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/1518 - feat: Adapting to the X-design theme by @zzcr in https://github.com/opentiny/tiny-vue/pull/1534 -- feat(charts): refactor chart components and replace chart-core whith hui-charts by @Davont +- feat(charts): refactor chart components and replace chart-core with hui-charts by @Davont - refactored the underlying chart-core library which is used by all chart components - chart-core uses hui-charts instead of echarts as the underlying logic of the chart - chart components add a unified entry `option` based on the original API to facilitate unified calls diff --git a/examples/sites/package.json b/examples/sites/package.json index 93d6f6394..e3cdec299 100644 --- a/examples/sites/package.json +++ b/examples/sites/package.json @@ -1,6 +1,6 @@ { "name": "@opentiny/vue-docs", - "version": "2.2.20", + "version": "2.2.21", "license": "MIT", "scripts": { "start": "vite",