Skip to content

Commit 70d6c5d

Browse files
chore(release): 1.19.4 [skip ci]
1 parent c770d4d commit 70d6c5d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/default-storage-backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.19.4](https://github.com/react-native-async-storage/async-storage/compare/v1.19.3...v1.19.4) (2023-11-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **tvos:** Apple TV warning should only happen once ([#1021](https://github.com/react-native-async-storage/async-storage/issues/1021)) ([c770d4d](https://github.com/react-native-async-storage/async-storage/commit/c770d4d9e15cf56f653bf85c2c8916df272b90e5))
7+
18
## [1.19.3](https://github.com/react-native-async-storage/async-storage/compare/v1.19.2...v1.19.3) (2023-08-24)
29

310

packages/default-storage-backend/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": "1.19.3",
3+
"version": "1.19.4",
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)