Skip to content

Commit afabc99

Browse files
chore(release): 1.22.3 [skip ci]
1 parent 253126d commit afabc99

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/default-storage/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.22.3](https://github.com/react-native-async-storage/async-storage/compare/v1.22.2...v1.22.3) (2024-02-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** bridgeless mode broken on react-native 0.74 ([#1068](https://github.com/react-native-async-storage/async-storage/issues/1068)) ([253126d](https://github.com/react-native-async-storage/async-storage/commit/253126d08c9d26e407782995134231639b71bce5))
7+
18
## [1.22.2](https://github.com/react-native-async-storage/async-storage/compare/v1.22.1...v1.22.2) (2024-02-23)
29

310

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.22.2",
3+
"version": "1.22.3",
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)