From 3397339a21ea7a3a00f75a06c12bfed043a94698 Mon Sep 17 00:00:00 2001 From: huangyouhua Date: Fri, 24 Jan 2025 01:34:13 +0800 Subject: [PATCH] chore: update to version 5.1.0.111(0.72.53) Signed-off-by: huangyouhua <1356795413@qq.com> --- CHANGELOG.md | 3 ++- .../FabricComponentSample/ReactProject/package.json | 2 +- docs/Samples/Sample/SampleApp/oh-package.json5 | 2 +- ...y-v5.1.0.110.md => react-native-harmony-v5.1.0.111.md} | 8 ++++---- .../\347\211\210\346\234\254\350\257\264\346\230\216.md" | 2 +- react-native-harmony-sample-package/package.json | 2 +- react-native-harmony/package.json | 2 +- tester/harmony/react_native_openharmony/CHANGELOG.md | 3 ++- tester/harmony/react_native_openharmony/oh-package.json5 | 2 +- tester/package.json | 4 ++-- 10 files changed, 16 insertions(+), 14 deletions(-) rename docs/zh-cn/release-notes/{react-native-harmony-v5.1.0.110.md => react-native-harmony-v5.1.0.111.md} (73%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 736f4030..e7278de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog -## 5.1.0.110 +## 5.1.0.111 +- fix:crash when updateConstraints called on a destroyed surface,([cbd6bf44b](https://gitee.com/openharmony-sig/ohos_react_native/commit/cbd6bf44bf2e449a3a88454a7fd9236ebb7369bf)) - add enum UI_INPUT_EVENT_SOURCE_TYPE_KEY,([c5625dbe0](https://gitee.com/openharmony-sig/ohos_react_native/commit/c5625dbe04cbca9ab3dda1ac1e7ceeae1a3d1d15)) - fix: Fix the mouse click onPress responding twice on PC.,([6b628dfb4](https://gitee.com/openharmony-sig/ohos_react_native/commit/6b628dfb4c0966c0bcac4774ef453f091a7578d8)) - fix large scrollEventThrottle ScrollView missing items on ends,([16c6ef3aa](https://gitee.com/openharmony-sig/ohos_react_native/commit/16c6ef3aab69502a506e4fd089a6e2491bcbebbc)) diff --git a/docs/Samples/FabricComponentSample/ReactProject/package.json b/docs/Samples/FabricComponentSample/ReactProject/package.json index 3e35e2cf..c4a6adcd 100644 --- a/docs/Samples/FabricComponentSample/ReactProject/package.json +++ b/docs/Samples/FabricComponentSample/ReactProject/package.json @@ -11,7 +11,7 @@ "dependencies": { "react": "18.2.0", "react-native": "0.72.5", - "react-native-harmony": "file:../react-native-harmony/rnoh-react-native-harmony-0.72.52.tgz", + "react-native-harmony": "file:../react-native-harmony/rnoh-react-native-harmony-0.72.53.tgz", "react-native-performance": "^5.1.2", "fabric-component-sample-package": "file:../fabric-component-sample-package/fabric-component-sample-package-1.0.0.tgz" }, diff --git a/docs/Samples/Sample/SampleApp/oh-package.json5 b/docs/Samples/Sample/SampleApp/oh-package.json5 index 11efeefe..c17463e0 100644 --- a/docs/Samples/Sample/SampleApp/oh-package.json5 +++ b/docs/Samples/Sample/SampleApp/oh-package.json5 @@ -13,6 +13,6 @@ "@ohos/axios": "^2.1.1" }, "overrides": { - "@rnoh/react-native-openharmony": "0.72.52" + "@rnoh/react-native-openharmony": "0.72.53" } } \ No newline at end of file diff --git a/docs/zh-cn/release-notes/react-native-harmony-v5.1.0.110.md b/docs/zh-cn/release-notes/react-native-harmony-v5.1.0.111.md similarity index 73% rename from docs/zh-cn/release-notes/react-native-harmony-v5.1.0.110.md rename to docs/zh-cn/release-notes/react-native-harmony-v5.1.0.111.md index 2f287725..eae5ae90 100644 --- a/docs/zh-cn/release-notes/react-native-harmony-v5.1.0.110.md +++ b/docs/zh-cn/release-notes/react-native-harmony-v5.1.0.111.md @@ -2,10 +2,10 @@ 当前React Native鸿蒙版本基于社区RN 0.72.5进行适配,发布版本信息如下: | 名称 | 版本号 | | ----------------------------- | -------------------------------| -| react-native-harmony.tgz | 0.72.52 | -| react-native-harmony-cli.tgz | 0.0.27 | -| react_native_openharmony-5.1.0.110.har | 0.72.52 | -| react_native_openharmony_release-5.1.0.110.har | 5.1.0.110 | +| react-native-harmony.tgz | 0.72.53 | +| react-native-harmony-cli.tgz | 0.0.28 | +| react_native_openharmony-5.1.0.111.har | 0.72.53 | +| react_native_openharmony_release-5.1.0.111.har | 5.1.0.111 | 配套IDE、SDK版本和手机ROM: | 名称 | 版本号 | diff --git "a/docs/zh-cn/\347\211\210\346\234\254\350\257\264\346\230\216.md" "b/docs/zh-cn/\347\211\210\346\234\254\350\257\264\346\230\216.md" index 3073bc5b..789decfe 100644 --- "a/docs/zh-cn/\347\211\210\346\234\254\350\257\264\346\230\216.md" +++ "b/docs/zh-cn/\347\211\210\346\234\254\350\257\264\346\230\216.md" @@ -7,4 +7,4 @@ - [RNOH v5.0.0.715(2024-10-25)](./release-notes/react-native-harmony-v5.0.0.715.md) - [RNOH v5.0.0.812(2024-12-14)](./release-notes/react-native-harmony-v5.0.0.812.md) - [RNOH v5.0.0.813(2024-12-26)](./release-notes/react-native-harmony-v5.0.0.813.md) -- [RNOH v5.1.0.110(2025-01-16)](./release-notes/react-native-harmony-v5.1.0.110.md)(非正式发布) \ No newline at end of file +- [RNOH v5.1.0.111(2025-01-24)](./release-notes/react-native-harmony-v5.1.0.111.md)(非正式发布) \ No newline at end of file diff --git a/react-native-harmony-sample-package/package.json b/react-native-harmony-sample-package/package.json index 9f0e2035..aa213e22 100644 --- a/react-native-harmony-sample-package/package.json +++ b/react-native-harmony-sample-package/package.json @@ -8,7 +8,7 @@ "pack:harmony": "react-native pack-harmony --oh-module-path ../tester/harmony/sample_package --harmony-dir-path ./harmony --package-json-path ./package.json", "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-harmony-sample-package-2 --cpp-output-path ../tester/harmony/sample_package/src/main/cpp/generated --ets-output-path ../tester/harmony/sample_package/src/main/ets/generated --cpp-components-spec-paths ./src/specs/codegen-lib/CodegenLibCppSampleNativeComponent.ts --turbo-modules-spec-paths ./src/specs/codegen-lib/NativeCodegenLibSampleModule.ts --arkts-components-spec-paths ./src/specs/codegen-lib/CodegenLibArkTSSampleNativeComponent.ts", "install:local-cli": "cd ../react-native-harmony-cli && npm pack && cd ../react-native-harmony-sample-package && npm i ../react-native-harmony-cli/rnoh-react-native-harmony-cli-0.0.26.tgz", - "install:rn_harmony": "cd ../react-native-harmony && npm pack && cd ../react-native-harmony-sample-package && npm uninstall react-native-harmony && npm i react-native-harmony@file:../react-native-harmony/rnoh-react-native-harmony-0.72.52.tgz" + "install:rn_harmony": "cd ../react-native-harmony && npm pack && cd ../react-native-harmony-sample-package && npm uninstall react-native-harmony && npm i react-native-harmony@file:../react-native-harmony/rnoh-react-native-harmony-0.72.53.tgz" }, "keywords": [], "author": "", diff --git a/react-native-harmony/package.json b/react-native-harmony/package.json index c2633fec..811b5405 100644 --- a/react-native-harmony/package.json +++ b/react-native-harmony/package.json @@ -1,6 +1,6 @@ { "name": "@rnoh/react-native-harmony", - "version": "0.72.52", + "version": "0.72.53", "description": "", "scripts": { "install:local-cli": "cd ../react-native-harmony-cli && npm pack && cd ../react-native-harmony && npm i ../react-native-harmony-cli/rnoh-react-native-harmony-cli-0.0.25.tgz && cd ../react-native-harmony", diff --git a/tester/harmony/react_native_openharmony/CHANGELOG.md b/tester/harmony/react_native_openharmony/CHANGELOG.md index 6b5a1a9f..0ad0d323 100644 --- a/tester/harmony/react_native_openharmony/CHANGELOG.md +++ b/tester/harmony/react_native_openharmony/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog -## v0.72.52 +## v0.72.53 +- fix:crash when updateConstraints called on a destroyed surface,([cbd6bf44b](https://gitee.com/openharmony-sig/ohos_react_native/commit/cbd6bf44bf2e449a3a88454a7fd9236ebb7369bf)) - add enum UI_INPUT_EVENT_SOURCE_TYPE_KEY,([c5625dbe0](https://gitee.com/openharmony-sig/ohos_react_native/commit/c5625dbe04cbca9ab3dda1ac1e7ceeae1a3d1d15)) - fix: Fix the mouse click onPress responding twice on PC.,([6b628dfb4](https://gitee.com/openharmony-sig/ohos_react_native/commit/6b628dfb4c0966c0bcac4774ef453f091a7578d8)) - fix large scrollEventThrottle ScrollView missing items on ends,([16c6ef3aa](https://gitee.com/openharmony-sig/ohos_react_native/commit/16c6ef3aab69502a506e4fd089a6e2491bcbebbc)) diff --git a/tester/harmony/react_native_openharmony/oh-package.json5 b/tester/harmony/react_native_openharmony/oh-package.json5 index b1f1fc4c..3df41605 100644 --- a/tester/harmony/react_native_openharmony/oh-package.json5 +++ b/tester/harmony/react_native_openharmony/oh-package.json5 @@ -9,7 +9,7 @@ org: '', }, type: 'module', - version: '0.72.52', + version: '0.72.53', dependencies: {}, main: 'index.ets', repository: 'https://gitee.com/openharmony-sig/ohos_react_native/tree/master/' diff --git a/tester/package.json b/tester/package.json index 6c3dfdb7..ca4b3f81 100644 --- a/tester/package.json +++ b/tester/package.json @@ -8,7 +8,7 @@ "postinstall": "node ./scripts/create-build-profile && npm run reinstall:react_native_harmony && npm run reinstall:react_native_harmony_sample_package", "reinstall:react_native_harmony": "npm uninstall react-native-harmony && npm run pack_react_native_harmony && npm run install:react_native_harmony", "reinstall:react_native_harmony_sample_package": "npm uninstall react-native-harmony-sample-package && npm run pack_react_native_harmony_sample_package && npm run install:react_native_harmony_sample_package", - "install:react_native_harmony": "npm i react-native-harmony@file:../react-native-harmony/rnoh-react-native-harmony-0.72.52.tgz", + "install:react_native_harmony": "npm i react-native-harmony@file:../react-native-harmony/rnoh-react-native-harmony-0.72.53.tgz", "install:react_native_harmony_sample_package": "npm i ../react-native-harmony-sample-package/react-native-harmony-sample-package-1.0.0.tgz", "pack_react_native_harmony": "cd ../react-native-harmony && npm pack && cd ../tester", "pack_react_native_harmony_sample_package": "cd ../react-native-harmony-sample-package && npm run codegen-lib && npm pack && cd ../tester", @@ -45,7 +45,7 @@ "react": "18.2.0", "react-native": "0.72.5", "react-native-flipper-performance-plugin": "^0.4.0", - "react-native-harmony": "file:../react-native-harmony/rnoh-react-native-harmony-0.72.52.tgz", + "react-native-harmony": "file:../react-native-harmony/rnoh-react-native-harmony-0.72.53.tgz", "react-native-harmony-sample-package": "file:../react-native-harmony-sample-package/react-native-harmony-sample-package-1.0.0.tgz" }, "devDependencies": { -- Gitee