@flexem/fc-gui 3.0.0-alpha.106 → 3.0.0-alpha.107

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -471,7 +471,7 @@
471
471
  #### Features
472
472
  1. FLEXCLOUD-3086 历史曲线可以设置筛选的背景颜色
473
473
 
474
- ## 3.0.0-alpha.106(2024-04-10)
474
+ ## 3.0.0-alpha.107(2024-04-10)
475
475
  ### Web端
476
476
  #### Features
477
477
  1. FLEXCLOUD-3269 由于历史曲线使用d3绘制,数据量过多或者通道较多时导致安卓端操作较卡顿
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "bundles/fc-gui.umd.js",
3
- "version": "3.0.0-alpha.106",
3
+ "version": "3.0.0-alpha.107",
4
4
  "module": "public_api.js",
5
5
  "typings": "public_api.d.ts",
6
6
  "license": "UNLICENSED",