@nocobase/plugin-data-visualization-echarts 2.0.30 → 2.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,9 +8,9 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.30",
12
- "@nocobase/plugin-data-visualization": "2.0.30",
13
- "@nocobase/server": "2.0.30",
11
+ "@nocobase/client": "2.0.32",
12
+ "@nocobase/plugin-data-visualization": "2.0.32",
13
+ "@nocobase/server": "2.0.32",
14
14
  "react": "18.2.0",
15
15
  "lodash": "4.17.21"
16
16
  };
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description.zh-CN": "使用 ECharts 实现数据可视化,支持漏斗图、雷达图等更多图表类型,并提供更友好的可视化配置。",
7
7
  "homepage": "https://docs.nocobase.com/handbook/data-visualization/echarts",
8
8
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/data-visualization/echarts",
9
- "version": "2.0.30",
9
+ "version": "2.0.32",
10
10
  "main": "dist/server/index.js",
11
11
  "nocobase": {
12
12
  "supportedVersions": [
@@ -30,5 +30,5 @@
30
30
  "Blocks"
31
31
  ],
32
32
  "license": "Apache-2.0",
33
- "gitHead": "6ac70f8dda4e7970242435bc1d1a5b70954e643f"
33
+ "gitHead": "ad454bc0bc27dee7e931644200317d034c816e3e"
34
34
  }