diff --git a/example/harmony/fs/oh-package.json5 b/example/harmony/fs/oh-package.json5 index d9a7cfb660253177c2567d953f0170d130757383..c7c2dad4519a1cfb1183c2b3be691f98f7cee688 100644 --- a/example/harmony/fs/oh-package.json5 +++ b/example/harmony/fs/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/react-native-fs", - "version": "2.20.1-rc.1", + "version": "2.20.1-rc.2", "description": "Please describe the basic information.", "main": "index.ets", "types": "module", diff --git a/example/package.json b/example/package.json index 664d699cab031437b566e6f41c9f216e9da23806..8bb47de9b04454be0b8906edf4ebb93ae46478c5 100644 --- a/example/package.json +++ b/example/package.json @@ -8,14 +8,14 @@ "start": "hdc rport tcp:8081 tcp:8081 && react-native start", "codegen": "react-native codegen-harmony --rnoh-module-path ./harmony/entry/oh_modules/@rnoh/react-native-openharmony", "pack:pkg": "cd ../ && npm run pack && cd ./example", - "install:pkg": "npm uninstall @react-native-ohos/react-native-fs && npm run pack:pkg && npm i @react-native-ohos/react-native-fs@file:../react-native-ohos-react-native-fs-2.20.1-rc.1.tgz", + "install:pkg": "npm uninstall @react-native-ohos/react-native-fs && npm run pack:pkg && npm i @react-native-ohos/react-native-fs@file:../react-native-ohos-react-native-fs-2.20.1-rc.2.tgz", "dev": "npm run codegen && react-native bundle-harmony --dev --minify=false", "prod": "npm run codegen && react-native bundle-harmony --dev=false --minify=true", "postinstall": "node ./scripts/create-build-profile" }, "dependencies": { "@gorhom/portal": "^1.0.14", - "@react-native-ohos/react-native-fs": "file:../react-native-ohos-react-native-fs-2.20.1-rc.1.tgz", + "@react-native-ohos/react-native-fs": "file:../react-native-ohos-react-native-fs-2.20.1-rc.2.tgz", "@rnoh/testerino": "npm:@react-native-oh/rnoh-testerino@0.0.9", "react": "18.2.0", "react-native": "0.72.5", diff --git a/harmony/fs.har b/harmony/fs.har index c0114a72286bdd2e33398cee0256cb3f8ba04a2a..2d85ea158ca617b6a6d8473c374e6e37feac0e32 100644 Binary files a/harmony/fs.har and b/harmony/fs.har differ diff --git a/harmony/fs/BuildProfile.ets b/harmony/fs/BuildProfile.ets index 54da428204748dd15fdf1f6477ff869c35cb4aff..e616d3a3dfaddbd0ff87b28716c4b1fa3a635bdf 100644 --- a/harmony/fs/BuildProfile.ets +++ b/harmony/fs/BuildProfile.ets @@ -7,7 +7,7 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '2.20.1-rc.1'; +export const HAR_VERSION = '2.20.1-rc.2'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/harmony/fs/oh-package.json5 b/harmony/fs/oh-package.json5 index d9a7cfb660253177c2567d953f0170d130757383..c7c2dad4519a1cfb1183c2b3be691f98f7cee688 100644 --- a/harmony/fs/oh-package.json5 +++ b/harmony/fs/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/react-native-fs", - "version": "2.20.1-rc.1", + "version": "2.20.1-rc.2", "description": "Please describe the basic information.", "main": "index.ets", "types": "module", diff --git a/package.json b/package.json index b362d4bf591ed40db6f9d3cda6f52b0c7e5120b2..db1229f43f6a3d9b1e1cd51a1daeebed2cb25521 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/react-native-fs", - "version": "2.20.1-rc.1", + "version": "2.20.1-rc.2", "description": "Native filesystem access for react-native", "main": "FS.common.js", "typings": "index.d.ts",