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

release: @react-native-oh-library/react-native-splash-screen@3.3.0-0.0.2 #5

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified harmony/splash_screen.har
Binary file not shown.
2 changes: 1 addition & 1 deletion harmony/splash_screen/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default class BuildProfile {
static readonly HAR_VERSION = '3.3.0-0.0.1';
static readonly HAR_VERSION = '3.3.0-0.0.2';
static readonly BUILD_MODE_NAME = 'debug';
static readonly DEBUG = true;
}
2 changes: 1 addition & 1 deletion harmony/splash_screen/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "",
"main": "index.ets",
"type": "module",
"version": "3.3.0-0.0.1",
"version": "3.3.0-0.0.2",
"dependencies": {
"@rnoh/react-native-openharmony": "file:../react_native_openharmony",
}
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-splash-screen",
"version": "3.3.0-0.0.1",
"version": "3.3.0-0.0.2",
"description": "A splash screen for react-native, hide when application loaded ,it works on iOS and Android.",
"harmony": {
"alias": "react-native-splash-screen",
Expand Down