diff --git a/example/harmony/checkbox/oh-package.json5 b/example/harmony/checkbox/oh-package.json5 index b38eaa0076205e4731551d48bab5f86b5be296a9..dc7d04908eab66dabeb889391392c2c2930572cb 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.16", + "version": "0.5.17-rc.1", "description": "react-native-checkbox for HarmonyOS", "main": "index.ets", "author": "Huawei", diff --git a/example/package.json b/example/package.json index 2c1aa18e282bfc900f97660972862fcb1899f2ba..896fd0f0e6ee86d81251c2c52dc3210e32c43705 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.16.tgz", + "install:pkg": "npm uninstall @react-native-ohos/checkbox && npm run pack:pkg && npm i @react-native-ohos/checkbox@file:../react-native-ohos-checkbox-0.5.17-rc.1.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.16.tgz", + "@react-native-ohos/checkbox": "file:../react-native-ohos-checkbox-0.5.17-rc.1.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 new file mode 100644 index 0000000000000000000000000000000000000000..5e173aadce4bba8800e2d1139dfb680d06ec99aa Binary files /dev/null and b/harmony/checkbox.har differ diff --git a/harmony/checkbox/BuildProfile.ets b/harmony/checkbox/BuildProfile.ets index 85f26ceef2753df5b6dbe23bc58cdc35a0c85d36..9529f50a40003ca008ca826898f87add626b1e95 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.16'; +export const HAR_VERSION = '0.5.17-rc.1'; 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 b38eaa0076205e4731551d48bab5f86b5be296a9..dc7d04908eab66dabeb889391392c2c2930572cb 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.16", + "version": "0.5.17-rc.1", "description": "react-native-checkbox for HarmonyOS", "main": "index.ets", "author": "Huawei", diff --git a/package.json b/package.json index 235cbc598dd3df6c106b8f00e301551762c856d4..f4dce61af4f043e63780d8e48c919cb3bfa66d28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/checkbox", - "version": "0.5.16", + "version": "0.5.17-rc.1", "description": "React Native Checkbox native modules for Android , iOS , harmony and Windows", "harmony": { "alias": "@react-native-community/checkbox"