Skip to content

Commit

Permalink
release: @react-native-oh-tpl/[email protected] (#20
Browse files Browse the repository at this point in the history
)

Co-authored-by: yangzhipeng <[email protected]>
  • Loading branch information
yangzhipeng-xx and yangzhipeng authored Sep 26, 2024
1 parent 6aeb7a0 commit 5d509b9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Binary file modified harmony/image_colors.har
Binary file not shown.
10 changes: 9 additions & 1 deletion harmony/image_colors/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '2.4.0-0.0.6';
export const HAR_VERSION = '2.4.0-0.0.7';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';
export const APP_NAME = 'Keys Example';
export const BUNDLE_ID = 'com.example.rnkeys.dev';
export const ANDROID_CODE = '50';
export const PACKAGE_ID = 'com.example.rnkeys.dev';

/**
* BuildProfile Class is used only for compatibility purposes.
Expand All @@ -14,4 +18,8 @@ export default class BuildProfile {
static readonly BUILD_MODE_NAME = BUILD_MODE_NAME;
static readonly DEBUG = DEBUG;
static readonly TARGET_NAME = TARGET_NAME;
static readonly APP_NAME = APP_NAME;
static readonly BUNDLE_ID = BUNDLE_ID;
static readonly ANDROID_CODE = ANDROID_CODE;
static readonly PACKAGE_ID = PACKAGE_ID;
}
2 changes: 1 addition & 1 deletion harmony/image_colors/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-image-colors",
"version": "2.4.0-0.0.6",
"version": "2.4.0-0.0.7",
"description": "Fetch prominent colors from an image.",
"main": "index.ets",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-image-colors",
"version": "2.4.0-0.0.6",
"version": "2.4.0-0.0.7",
"description": "Fetch prominent colors from an image.",
"main": "src/index.ts",
"keywords": [
Expand Down

0 comments on commit 5d509b9

Please sign in to comment.