Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-native-async-storage/async-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.23.0
Choose a base ref
...
head repository: react-native-async-storage/async-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.23.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 20, 2024

  1. fix(default-storage): Privacy manifest missing key (#1076)

    add missing key
    krizzu authored Mar 20, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c4ed1fa View commit details
  2. Copy the full SHA
    39adcfa View commit details
Showing with 10 additions and 1 deletion.
  1. +7 −0 packages/default-storage/CHANGELOG.md
  2. +2 −0 packages/default-storage/ios/PrivacyInfo.xcprivacy
  3. +1 −1 packages/default-storage/package.json
7 changes: 7 additions & 0 deletions packages/default-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.23.1](https://github.com/react-native-async-storage/async-storage/compare/v1.23.0...v1.23.1) (2024-03-20)


### Bug Fixes

* **default-storage:** Privacy manifest missing key ([#1076](https://github.com/react-native-async-storage/async-storage/issues/1076)) ([c4ed1fa](https://github.com/react-native-async-storage/async-storage/commit/c4ed1fa2fd1541ad26a06f937af4438158aa15df))

# [1.23.0](https://github.com/react-native-async-storage/async-storage/compare/v1.22.3...v1.23.0) (2024-03-19)


2 changes: 2 additions & 0 deletions packages/default-storage/ios/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
2 changes: 1 addition & 1 deletion packages/default-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-async-storage/async-storage",
"version": "1.23.0",
"version": "1.23.1",
"description": "Asynchronous, persistent, key-value storage system for React Native.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",