diff --git a/.changeset/review-build-all.md b/.changeset/review-build-all.md deleted file mode 100644 index f955ca7c..00000000 --- a/.changeset/review-build-all.md +++ /dev/null @@ -1,5 +0,0 @@ ---- ---- - -Run Android and Apple builders for the native build script's all option. - diff --git a/.changeset/review-errors.md b/.changeset/review-errors.md deleted file mode 100644 index 7e4302fa..00000000 --- a/.changeset/review-errors.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@react-native-async-storage/async-storage": patch ---- - -Return existing AsyncStorageError instances, handle null rejection values safely, and classify LegacyStorageException as OtherStorageError. - diff --git a/.changeset/review-mock-reset.md b/.changeset/review-mock-reset.md deleted file mode 100644 index 23d37960..00000000 --- a/.changeset/review-mock-reset.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@react-native-async-storage/async-storage": patch ---- - -Clear existing mock stores before resetting the registry and preserve the default legacy instance's registry identity. - diff --git a/packages/async-storage/CHANGELOG.md b/packages/async-storage/CHANGELOG.md index 7d1b7a27..bbdf89e3 100644 --- a/packages/async-storage/CHANGELOG.md +++ b/packages/async-storage/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.1.2 + +### Patch Changes + +- eaa7b60: Return existing AsyncStorageError instances, handle null rejection values safely, and classify LegacyStorageException as OtherStorageError. +- ce0bf26: Clear existing mock stores before resetting the registry and preserve the default legacy instance's registry identity. + ## 3.1.1 ### Patch Changes diff --git a/packages/async-storage/package.json b/packages/async-storage/package.json index 48324ae0..46d63df2 100644 --- a/packages/async-storage/package.json +++ b/packages/async-storage/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "3.1.1", + "version": "3.1.2", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "./lib/module/index.js", "types": "./lib/typescript/index.d.ts",