Skip to content

Commit 91b0e16

Browse files
authoredNov 15, 2024
release: version packages (#1163)
1 parent b7c842c commit 91b0e16

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
 

‎.changeset/spicy-hairs-leave.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.1.0
4+
5+
### Minor Changes
6+
7+
- b7c842c: Windows: Add New Architecture support
8+
39
## 2.0.0
410

511
### Major 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": "2.0.0",
3+
"version": "2.1.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)
Failed to load comments.