Skip to content

Commit 344642f

Browse files
release: version packages (#1246)
RELEASING: Releasing 1 package(s) Releases: @react-native-async-storage/async-storage@3.0.1
1 parent decc4ba commit 344642f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/soft-elephants-sparkle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/async-storage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- 7b64ea4: missing build step from CI added
8+
39
## 3.0.0
410

511
### Major Changes

packages/async-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-async-storage/async-storage",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Asynchronous, persistent, key-value storage system for React Native.",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/index.d.ts",

0 commit comments

Comments
 (0)