3.x分支修改CHANGELOG版本号

Signed-off-by: zgf <zenggaofeng2@h-partners.com>
This commit is contained in:
zgf 2024-09-30 16:18:59 +08:00
parent a3ed45a468
commit 8e773e929a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 3.0.2
## 3.0.2-rc.2
- ImageKnifeAnimatorComponent新增开始、结束、暂停的回调事件
- 文件缓存数量负数和超过INT最大值时默认为INT最大值
- 修复宽高不等svg图片显示有毛边

View File

@ -14,7 +14,7 @@
"main": "index.ets",
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
"type": "module",
"version": "3.0.2",
"version": "3.0.2-rc.2",
"dependencies": {
"@ohos/gpu_transform": "^1.0.2"
},