Skip to content

Commit cb61cac

Browse files
release: version packages (#1302)
1 parent fa6d5bc commit cb61cac

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/sour-birds-applaud.md

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

packages/async-storage/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- fa6d5bc: Shared Storage artifact published to maven central
8+
9+
This eliminates the extra step in installation for android.
10+
311
## 3.0.3
412

513
### Patch 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.3",
3+
"version": "3.1.0",
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)