Skip to content

release: @react-native-oh-tpl/react-native-smartrefreshlayout@0.6.7-0.2.9 #24

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jun 19, 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/smart_refresh_layout.har
Binary file not shown.
2 changes: 1 addition & 1 deletion harmony/smart_refresh_layout/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default class BuildProfile {
static readonly HAR_VERSION = '0.6.7-0.2.8';
static readonly HAR_VERSION = '0.6.7-0.2.9';
static readonly BUILD_MODE_NAME = 'debug';
static readonly DEBUG = true;
static readonly TARGET_NAME = 'default';
Expand Down
2 changes: 1 addition & 1 deletion harmony/smart_refresh_layout/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "@react-native-oh-tpl/react-native-smartrefreshlayout",
"description": "Please describe the basic information.",
"main": "index.ets",
"version": "0.6.7-0.2.8",
"version": "0.6.7-0.2.9",
"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-smartrefreshlayout",
"version": "0.6.7-0.2.8",
"version": "0.6.7-0.2.9",
"description": "基于android SmartRefreshLayout的封装",
"harmony": {
"alias": "react-native-smartrefreshlayout"
Expand Down