Skip to content

Commit 55f2597

Browse files
authoredAug 28, 2024··
移除冗余的依赖声明 (#85)
* 移除冗余依赖 * update * upgrade base deps
1 parent ebb3b46 commit 55f2597

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed
 

‎base/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.2
2+
3+
- 移除冗余的 uuid 依赖声明
4+
15
## 0.6.1
26

37
- 修复分片上传中断恢复后文件内容出错的问题

‎base/pubspec.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: qiniu_sdk_base
2-
version: 0.6.1
2+
version: 0.6.2
33
homepage: https://github.com/qiniu/dart-sdk
44
description: The sdk basic of Qiniu products
55

@@ -13,11 +13,10 @@ dependencies:
1313
dio: ^5.4.0
1414
crypto: ^3.0.0
1515
meta: ^1.10.0
16-
uuid: ^4.4.0
1716
path: ^1.8.0
1817

1918
dev_dependencies:
20-
test:
21-
lints:
19+
test: any
20+
lints: any
2221
dotenv: ^4.1.0
2322
coverage: "^1.6.3"

‎flutter/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.1
2+
3+
* 移除冗余的 dio 依赖声明
4+
15
## 0.6.0
26

37
Breaking Changes

‎flutter/pubspec.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qiniu_flutter_sdk
22
description: Qiniu Flutter sdk
3-
version: 0.6.0
3+
version: 0.6.1
44
homepage: https://github.com/qiniu/dart-sdk/tree/master/flutter
55

66
environment:
@@ -10,8 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
dio: ^5.4.0
14-
qiniu_sdk_base: ^0.6.0
13+
qiniu_sdk_base: ^0.6.1
1514

1615
dev_dependencies:
1716
flutter_lints:

0 commit comments

Comments
 (0)
Please sign in to comment.