Skip to content

Commit 2cc0f5b

Browse files
liubenbenliubenben
authored andcommitted
release:@react-native-oh-tpl/async-storage@1.21.0-0.2.0
1 parent fbacb1f commit 2cc0f5b

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

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/async-storage",
3-
"version": "1.21.0-0.1.7",
3+
"version": "1.21.0-0.2.0",
44
"private": true,
55
"workspaces": [
66
"packages/*"
236 Bytes
Binary file not shown.

packages/default-storage/harmony/async_storage/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.21.0-0.1.7';
4+
export const HAR_VERSION = '1.21.0-0.2.0';
55
export const BUILD_MODE_NAME = 'debug';
66
export const DEBUG = true;
77
export const TARGET_NAME = 'default';

packages/default-storage/harmony/async_storage/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"author": "",
77
"name": "@react-native-oh-tpl/async-storage",
8-
"version": "1.21.0-0.1.7",
8+
"version": "1.21.0-0.2.0",
99
"description": "",
1010
"main": "ts.ts",
1111
"dependencies": {

packages/default-storage/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/async-storage",
3-
"version": "1.21.0-0.1.7",
3+
"version": "1.21.0-0.2.0",
44
"description": "Asynchronous, persistent, key-value storage system for React Native.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)