1.更新版本号2.1.1-rc.3,更新CHANGELOG.md
Signed-off-by: zhoulisheng <635547767@qq.com>
This commit is contained in:
parent
6d0cd4b897
commit
793c564a52
|
@ -3,7 +3,7 @@
|
|||
"bundleName": "com.openharmony.imageknife",
|
||||
"vendor": "example",
|
||||
"versionCode": 1000000,
|
||||
"versionName": "2.1.1-rc.2",
|
||||
"versionName": "2.1.1-rc.3",
|
||||
"icon": "$media:app_icon",
|
||||
"label": "$string:app_name",
|
||||
"distributedNotificationEnabled": true
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
## 2.1.1-rc.3
|
||||
|
||||
- 门面类ImageKnife新增pauseRequests接口,全局暂停请求
|
||||
- 门面类ImageKnife新增resumeRequests接口,全局恢复暂停
|
||||
|
||||
## 2.1.1-rc.2
|
||||
|
||||
- gif解码改为imageSource解码,不在对worker强依赖
|
||||
|
|
|
@ -37,7 +37,7 @@ ohpm install @ohos/imageknife
|
|||
"author": "",
|
||||
"license": "",
|
||||
"dependencies": {
|
||||
"@ohos/imageknife": "^2.1.1-rc.2"
|
||||
"@ohos/imageknife": "^2.1.1-rc.3"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"name": "entry",
|
||||
"description": "example description",
|
||||
"repository": {},
|
||||
"version": "2.1.1-rc.2",
|
||||
"version": "2.1.1-rc.3",
|
||||
"dependencies": {
|
||||
"@ohos/imageknife": "file:../imageknife",
|
||||
"@ohos/disklrucache": "^2.0.2-rc.0"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"main": "index.ets",
|
||||
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
|
||||
"type": "module",
|
||||
"version": "2.1.1-rc.2",
|
||||
"version": "2.1.1-rc.3",
|
||||
"dependencies": {
|
||||
"@ohos/disklrucache": "^2.0.2-rc.0",
|
||||
"@ohos/svg": "^2.1.1-rc.0",
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"name": "imageknife",
|
||||
"description": "example description",
|
||||
"repository": {},
|
||||
"version": "2.1.1-rc.2",
|
||||
"version": "2.1.1-rc.3",
|
||||
"dependencies": {}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue