diff --git a/example/harmony/checkbox/oh-package.json5 b/example/harmony/checkbox/oh-package.json5 index dc7d04908eab66dabeb889391392c2c2930572cb..b38eaa0076205e4731551d48bab5f86b5be296a9 100644 --- a/example/harmony/checkbox/oh-package.json5 +++ b/example/harmony/checkbox/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/checkbox", - "version": "0.5.17-rc.1", + "version": "0.5.16", "description": "react-native-checkbox for HarmonyOS", "main": "index.ets", "author": "Huawei", diff --git a/example/package.json b/example/package.json index 5d94d59f99d46c3abfc702dac70a33541addeb8d..2c1aa18e282bfc900f97660972862fcb1899f2ba 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:prod && cd ./example", - "install:pkg": "npm uninstall @react-native-ohos/checkbox && npm run pack:pkg && npm i @react-native-ohos/checkbox@file:../react-native-oh-tpl-checkbox-0.5.17-rc.1.tgz", + "install:pkg": "npm uninstall @react-native-ohos/checkbox && npm run pack:pkg && npm i @react-native-ohos/checkbox@file:../react-native-oh-tpl-checkbox-0.5.16.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/checkbox": "file:../react-native-oh-tpl-checkbox-0.5.17-rc.1.tgz", + "@react-native-ohos/checkbox": "file:../react-native-oh-tpl-checkbox-0.5.16.tgz", "@rnoh/testerino": "file:rnoh_package/rnoh-testerino-0.0.9.tgz", "react": "18.2.0", "react-native": "0.72.5", diff --git a/harmony/checkbox.har b/harmony/checkbox.har deleted file mode 100644 index 6d37edb0119b23b7093c7c2179ecc1b58d3aca21..0000000000000000000000000000000000000000 Binary files a/harmony/checkbox.har and /dev/null differ diff --git a/harmony/checkbox/BuildProfile.ets b/harmony/checkbox/BuildProfile.ets index 9529f50a40003ca008ca826898f87add626b1e95..85f26ceef2753df5b6dbe23bc58cdc35a0c85d36 100644 --- a/harmony/checkbox/BuildProfile.ets +++ b/harmony/checkbox/BuildProfile.ets @@ -1,7 +1,7 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '0.5.17-rc.1'; +export const HAR_VERSION = '0.5.16'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/harmony/checkbox/oh-package.json5 b/harmony/checkbox/oh-package.json5 index dc7d04908eab66dabeb889391392c2c2930572cb..b38eaa0076205e4731551d48bab5f86b5be296a9 100644 --- a/harmony/checkbox/oh-package.json5 +++ b/harmony/checkbox/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/checkbox", - "version": "0.5.17-rc.1", + "version": "0.5.16", "description": "react-native-checkbox for HarmonyOS", "main": "index.ets", "author": "Huawei", diff --git a/package.json b/package.json index 2f5752b7737305188621e2d0da2c9d0956f8b1b3..235cbc598dd3df6c106b8f00e301551762c856d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/checkbox", - "version": "0.5.17-rc.1", + "version": "0.5.16", "description": "React Native Checkbox native modules for Android , iOS , harmony and Windows", "harmony": { "alias": "@react-native-community/checkbox" @@ -51,7 +51,7 @@ "access": "public" }, "dependencies":{ - "@react-native-community/checkbox":"0.5.17-rc.1" + "@react-native-community/checkbox":"0.5.16" }, "devDependencies": { "@rnoh/react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27",