We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb959b7 commit 96820e8Copy full SHA for 96820e8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.4.5(2020-02-09)
4
+### Fixs
5
+- 修复Console-sankey-chart packages.json依赖版本不正确的问题
6
+
7
## 0.4.4(2020-02-06)
8
### Features
9
- Console-shared-utils加入legend.tip属性支持
packages/console-sankey-chart/package.json
@@ -22,7 +22,7 @@
22
"repository": "https://github.com/aliyun/alibabacloud-console-chart/tree/master/packages/console-sankey-chart",
23
"license": "MIT",
24
"dependencies": {
25
- "@alicloud/console-shared-utils": "^0.1.0-alpha.4",
+ "@alicloud/console-shared-utils": "^0.4.4",
26
"d3-sankey": "^0.12.3",
27
"tslib": "^1.10.0"
28
},
0 commit comments