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

Commit 2bc3c32

Browse files
authored
release: @react-native-oh-tpl/react-native-image-marker@1.2.6-0.0.5 (#26)
1 parent fc634b7 commit 2bc3c32

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

harmony/image_marker.har

-147 Bytes
Binary file not shown.

harmony/image_marker/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 = '1.2.6-0.0.4';
4+
export const HAR_VERSION = '1.2.6-0.0.5';
55
export const BUILD_MODE_NAME = 'debug';
66
export const DEBUG = true;
77
export const TARGET_NAME = 'default';

harmony/image_marker/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-image-marker",
3-
"version": "1.2.6-0.0.4",
3+
"version": "1.2.6-0.0.5",
44
"description": "Please describe the basic information.",
55
"main": "Index.ets",
66
"author": "",

harmony/image_marker/src/main/ets/RNImageMarkerTurboModule.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export class RNImageMarkerTurboModule extends TurboModule implements TM.RNNative
6161
globalThis.context = this.context
6262
this.resourceManager = this.context.resourceManager;
6363
this.logger = this.ctx.logger.clone(TAG)
64-
// register fonts
6564
this.registerFonts()
6665
}
6766

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-image-marker",
3-
"version": "1.2.6-0.0.4",
3+
"version": "1.2.6-0.0.5",
44
"description": "Add text or icon watermark to your images",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)