From f4829f0913472cac588abd3e70d4edf58cf2d34a Mon Sep 17 00:00:00 2001 From: liangguirong Date: Fri, 1 Nov 2024 16:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=832.1.1=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liangguirong --- changelog.md | 5 +++++ entry/oh-package.json5 | 2 +- library/oh-package.json5 | 2 +- oh-package.json5 | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 9d5ad46..8bbb627 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,9 @@ +## 2.1.1 + +1、2.1.1 is released + ## 2.1.1-rc.1 + 1、Addressed an issue where V1 and V2 decorators were incompatible with PullToRefresh 2、Added the PullToRefreshV2 API for the component diff --git a/entry/oh-package.json5 b/entry/oh-package.json5 index d9952a0..7b762e6 100644 --- a/entry/oh-package.json5 +++ b/entry/oh-package.json5 @@ -4,7 +4,7 @@ "name": "entry", "description": "example description", "repository": {}, - "version": "2.1.1-rc.1", + "version": "2.1.1", "dependencies": { "@ohos/pulltorefresh": "file:../library" } diff --git a/library/oh-package.json5 b/library/oh-package.json5 index b7d754d..b6e98da 100644 --- a/library/oh-package.json5 +++ b/library/oh-package.json5 @@ -14,7 +14,7 @@ "main": "index.ets", "repository": "https://gitee.com/openharmony-sig/PullToRefresh", "type": "module", - "version": "2.1.1-rc.1", + "version": "2.1.1", "dependencies": {}, "tags": [ "UI" diff --git a/oh-package.json5 b/oh-package.json5 index dcb6ec3..67ff95e 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -7,6 +7,6 @@ "name": "pulltorefresh", "description": "example description", "repository": {}, - "version": "2.1.1-rc.1", + "version": "2.1.1", "dependencies": {}, } \ No newline at end of file -- Gitee