Skip to content

Commit 53c54a5

Browse files
releases:@react-native-ohos/react-native-wechat-lib@3.0.5-rc.2 (#21)
Co-authored-by: zhengjinshou <>
1 parent 649d0a5 commit 53c54a5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

example/harmony/react_native_wechat_lib/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-ohos/react-native-wechat-lib",
3-
"version": "3.0.5-rc.1",
3+
"version": "3.0.5-rc.2",
44
"description": "Please describe the basic information.",
55
"main": "index.ets",
66
"author": "",

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"start": "hdc rport tcp:8081 tcp:8081 && react-native start",
99
"codegen": "react-native codegen-harmony --rnoh-module-path ./harmony/entry/oh_modules/@rnoh/react-native-openharmony",
1010
"pack:pkg": "cd ../ && npm run pack:prod && cd ./example",
11-
"install:pkg": "npm uninstall @react-native-ohos/react-native-wechat-lib && npm run pack:pkg && npm i @react-native-ohos/react-native-wechat-lib@file:../react-native-ohos-react-native-wechat-lib-3.0.5-rc.1.tgz",
11+
"install:pkg": "npm uninstall @react-native-ohos/react-native-wechat-lib && npm run pack:pkg && npm i @react-native-ohos/react-native-wechat-lib@file:../react-native-ohos-react-native-wechat-lib-3.0.5-rc.2.tgz",
1212
"dev": "npm run codegen && react-native bundle-harmony --dev --minify=false",
1313
"prod": "npm run codegen && react-native bundle-harmony --dev=false --minify=true",
1414
"postinstall": "node ./scripts/create-build-profile"
1515
},
1616
"dependencies": {
1717
"@gorhom/portal": "^1.0.14",
1818
"@react-native-oh-tpl/react-native-image-picker": "file:rnoh_package/react-native-oh-tpl-react-native-image-picker-7.0.3-0.1.6.tgz",
19-
"@react-native-ohos/react-native-wechat-lib": "file:../react-native-ohos-react-native-wechat-lib-3.0.5-rc.1.tgz",
19+
"@react-native-ohos/react-native-wechat-lib": "^3.0.5-rc.2",
2020
"react": "18.2.0",
2121
"react-native": "0.72.5",
2222
"react-native-harmony": "file:./rnoh_package/rnoh-react-native-harmony-0.72.32.tgz"
-13 Bytes
Binary file not shown.

harmony/react_native_wechat_lib/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-ohos/react-native-wechat-lib",
3-
"version": "3.0.5-rc.1",
3+
"version": "3.0.5-rc.2",
44
"description": "Please describe the basic information.",
55
"main": "index.ets",
66
"author": "",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@react-native-ohos/react-native-wechat-lib",
33
"description": "react native ohos react native wechat lib",
44
"license": "MIT",
5-
"version": "3.0.5-rc.1",
5+
"version": "3.0.5-rc.2",
66
"react-native": "src/index.ts",
77
"main": "lib/commonjs/index.js",
88
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)