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

Commit b90b1e2

Browse files
authored
release: @react-native-oh-library/react-native-orientation-locker@1.7.0-0.0.3 (#8)
1 parent af874c1 commit b90b1e2

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

harmony/orientation_locker.har

56 Bytes
Binary file not shown.

harmony/orientation_locker/BuildProfile.ets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default class BuildProfile {
2-
static readonly HAR_VERSION = '1.7.0-0.0.2';
2+
static readonly HAR_VERSION = '1.7.0-0.0.3';
33
static readonly BUILD_MODE_NAME = 'debug';
44
static readonly DEBUG = true;
55
static readonly TARGET_NAME = 'default';

harmony/orientation_locker/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-oh-tpl/react-native-orientation-locker",
3-
"version": "1.7.0-0.0.2",
3+
"version": "1.7.0-0.0.3",
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
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-orientation-locker",
3-
"version": "1.7.0-0.0.2",
3+
"version": "1.7.0-0.0.3",
44
"summary": "A react-native module that can listen on orientation changing of device",
55
"description": "A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.",
66
"homepage": "https://github.com/wonday/react-native-orientation-locker",

0 commit comments

Comments
 (0)