Skip to content

Commit c56dcbe

Browse files
release: version packages (#1129)
RELEASING: Releasing 1 package(s) Releases: @react-native-async-storage/[email protected]
1 parent 4af4c02 commit c56dcbe

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/quiet-snakes-count.md

-5
This file was deleted.

packages/default-storage/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- c319205: Support 0.74 (by migrating off deprecated `onCatalystInstanceDestroy`) — unfortunately, this also means that we must bump the minimum supported version to 0.65
8+
39
## 1.24.0
410

511
### Minor Changes

packages/default-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-async-storage/async-storage",
3-
"version": "1.24.0",
3+
"version": "2.0.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)