Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit c13b8a1

Browse files
authored
Merge pull request #267 from react-native-oh-library/sig_llh
release: @react-native-oh-tpl/[email protected]
2 parents 4aff164 + b16c596 commit c13b8a1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

harmony/rn_webview.har

-148 Bytes
Binary file not shown.

harmony/rn_webview/BuildProfile.ets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Use these variables when you tailor your ArkTS code. They must be of the const type.
33
*/
4-
export const HAR_VERSION = '13.10.2-0.2.35';
4+
export const HAR_VERSION = '13.10.2-0.2.36';
55
export const BUILD_MODE_NAME = 'debug';
66
export const DEBUG = true;
77
export const TARGET_NAME = 'default';

harmony/rn_webview/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "@react-native-oh-tpl/react-native-webview",
77
"description": "main cpai architecture",
88
"main": "index.ets",
9-
"version": "13.10.2-0.2.35",
9+
"version": "13.10.2-0.2.36",
1010
"dependencies": {
1111
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
1212
}

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Thibault Malbranche <[email protected]>"
1010
],
1111
"license": "MIT",
12-
"version": "13.10.2-0.2.35",
12+
"version": "13.10.2-0.2.36",
1313
"homepage": "https://github.com/react-native-oh-library/react-native-webview#readme",
1414
"scripts": {
1515
"macos": "react-native run-macos --scheme WebviewExample --project-path example/macos",
@@ -87,6 +87,10 @@
8787
"react-native",
8888
"harmony"
8989
],
90+
"publishConfig": {
91+
"registry": "https://registry.npmjs.org/",
92+
"access": "public"
93+
},
9094
"harmony": {
9195
"alias": "react-native-webview",
9296
"codegenConfig": {

0 commit comments

Comments
 (0)