Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

release: @react-native-oh-tpl/react-native-shared-element@0.8.9-0.0.2 #5

Merged
merged 1 commit into from
Oct 25, 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/shared_element.har
Binary file not shown.
2 changes: 1 addition & 1 deletion harmony/shared_element/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '0.8.9-0.0.1';
export const HAR_VERSION = '0.8.9-0.0.2';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';
Expand Down
2 changes: 1 addition & 1 deletion harmony/shared_element/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-shared-element",
"version": "0.8.9-0.0.1",
"version": "0.8.9-0.0.2",
"description": "",
"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-shared-element",
"version": "0.8.9-0.0.1",
"version": "0.8.9-0.0.2",
"description": "Native shared element transition primitives for react-native 💫",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down