From 15438045b7a36344ea69d1401445b374eb2e96b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8E=E6=9C=88=E6=B8=85=E9=A3=8E?= <2928139825@qq.com> Date: Thu, 12 Oct 2023 19:34:51 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=EF=BC=9A=201=E3=80=81=E4=BF=AE=E5=A4=8D=E4=BA=86=E4=B8=8D?= =?UTF-8?q?=E5=85=BC=E5=AE=B9API9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 明月清风 <2928139825@qq.com> --- CHANGELOG.md | 4 ++++ imageknife/oh-package.json5 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af6c235..514f860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.0-rc0 + +- 修复不兼容API9的问题 + ## 2.1.0 - ArkTs语法整改: diff --git a/imageknife/oh-package.json5 b/imageknife/oh-package.json5 index 1df2e5d..cea18b5 100644 --- a/imageknife/oh-package.json5 +++ b/imageknife/oh-package.json5 @@ -14,7 +14,7 @@ "main": "index.ets", "repository": "https://gitee.com/openharmony-tpc/ImageKnife", "type": "module", - "version": "2.1.0", + "version": "2.1.0-rc0", "dependencies": { "@ohos/disklrucache": "^2.0.1", "@ohos/svg": "^2.1.0", From f9cbece0c9609f2cfb0c20abfa8b49338d97318b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8E=E6=9C=88=E6=B8=85=E9=A3=8E?= <2928139825@qq.com> Date: Thu, 12 Oct 2023 11:42:52 +0000 Subject: [PATCH 2/3] update CHANGELOG.md. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 514f860..f7a8f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.0-rc0 +## 2.1.0-rc.0 - 修复不兼容API9的问题 From d6b53eb3b18ce4650ff48e4f6a53b3bf0e3b6e56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8E=E6=9C=88=E6=B8=85=E9=A3=8E?= <2928139825@qq.com> Date: Thu, 12 Oct 2023 11:43:45 +0000 Subject: [PATCH 3/3] update imageknife/oh-package.json5. --- imageknife/oh-package.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imageknife/oh-package.json5 b/imageknife/oh-package.json5 index cea18b5..a992503 100644 --- a/imageknife/oh-package.json5 +++ b/imageknife/oh-package.json5 @@ -14,7 +14,7 @@ "main": "index.ets", "repository": "https://gitee.com/openharmony-tpc/ImageKnife", "type": "module", - "version": "2.1.0-rc0", + "version": "2.1.0-rc.0", "dependencies": { "@ohos/disklrucache": "^2.0.1", "@ohos/svg": "^2.1.0",