Skip to content

Commit 96820e8

Browse files
committed
fix: ConsoleSankeyChart package.json依赖版本错误问题修复
1 parent eb959b7 commit 96820e8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.4.5(2020-02-09)
4+
### Fixs
5+
- 修复Console-sankey-chart packages.json依赖版本不正确的问题
6+
37
## 0.4.4(2020-02-06)
48
### Features
59
- Console-shared-utils加入legend.tip属性支持

packages/console-sankey-chart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"repository": "https://github.com/aliyun/alibabacloud-console-chart/tree/master/packages/console-sankey-chart",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@alicloud/console-shared-utils": "^0.1.0-alpha.4",
25+
"@alicloud/console-shared-utils": "^0.4.4",
2626
"d3-sankey": "^0.12.3",
2727
"tslib": "^1.10.0"
2828
},

0 commit comments

Comments
 (0)