Skip to content

Commit fbb30dc

Browse files
yangwwwpingywp7913
andauthored
releases:@react-native-ohos/react-native-wechat-lib@3.0.6-rc.5 (#64)
Co-authored-by: ywp7913 <yangweiping7@h-partners.com>
1 parent 6aaca91 commit fbb30dc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.6-rc.4.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.6-rc.5.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": "^7.0.3-0.1.6",
19-
"@react-native-ohos/react-native-wechat-lib": "file:../react-native-ohos-react-native-wechat-lib-3.0.6-rc.4.tgz",
19+
"@react-native-ohos/react-native-wechat-lib": "file:../react-native-ohos-react-native-wechat-lib-3.0.6-rc.5.tgz",
2020
"react": "18.2.0",
2121
"react-native": "0.72.5",
2222
"react-native-harmony": "npm:@react-native-oh/react-native-harmony@^0.72.67"
1 Byte
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.6-rc.4",
3+
"version": "3.0.6-rc.5",
44
"description": "Please describe the basic information.",
55
"main": "index.ets",
66
"author": "",

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.6-rc.4",
5+
"version": "3.0.6-rc.5",
66
"react-native": "src/index.ts",
77
"main": "lib/commonjs/index.js",
88
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)