Skip to content

Commit f26d76e

Browse files
committed
release: @react-native-oh-tpl/react-native-svg@15.0.0-0.7.1
1 parent 9f7c1de commit f26d76e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
13 Bytes
Binary file not shown.

react-native-harmony-svg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-svg",
3-
"version": "15.0.0-0.7.0",
3+
"version": "15.0.0-0.7.1",
44
"description": "",
55
"react-native": "src/index",
66
"main": "lib/commonjs/index",
@@ -14,7 +14,7 @@
1414
"codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-svg --cpp-output-path ./harmony/svg/src/main/cpp/generated --ets-output-path ./harmony/svg/src/main/ets/generated --cpp-components-spec-paths ./node_modules/react-native-svg/src/fabric"
1515
},
1616
"author": "",
17-
"license": "ISC",
17+
"license": "MIT",
1818
"peerDependencies": {
1919
"react": "*",
2020
"react-native": "*",

tester/harmony/svg/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-svg',
77
type: 'module',
88
main: 'index.ets',
9-
version: '15.0.0-0.7.0',
9+
version: '15.0.0-0.7.1',
1010
dependencies: {
1111
"@rnoh/react-native-openharmony": "^0.72.32"
1212
},

tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"start": "hdc rport tcp:8081 tcp:8081 && react-native start",
77
"install:dev": "npm run pack:pkg && npm uninstall react-native-harmony-svg && npm i",
88
"pack:pkg": "cd ../react-native-harmony-svg && npm i && npm pack && cd ../tester",
9-
"install:pkg": "npm run pack:pkg && npm i @react-native-oh-tpl/react-native-svg@file:../react-native-harmony-svg/react-native-oh-tpl-react-native-svg-15.0.0-0.7.0.tgz",
9+
"install:pkg": "npm run pack:pkg && npm i @react-native-oh-tpl/react-native-svg@file:../react-native-harmony-svg/react-native-oh-tpl-react-native-svg-15.0.0-0.7.1.tgz",
1010
"dev": "npm uninstall react-native-harmony-svg && npm run install:pkg && react-native bundle-harmony --dev --minify=false",
1111
"postinstall": "node ./scripts/create-build-profile",
1212
"android": "react-native run-android"
1313
},
1414
"dependencies": {
1515
"@gorhom/portal": "^1.0.14",
16-
"@react-native-oh-tpl/react-native-svg": "file:../react-native-harmony-svg/react-native-oh-tpl-react-native-svg-15.0.0-0.7.0.tgz",
16+
"@react-native-oh-tpl/react-native-svg": "file:../react-native-harmony-svg/react-native-oh-tpl-react-native-svg-15.0.0-0.7.1.tgz",
1717
"react": "18.2.0",
1818
"react-native": "0.72.5",
1919
"react-native-harmony": "npm:@react-native-oh/react-native-harmony@0.72.48",

0 commit comments

Comments
 (0)