From 8e3f7c9794752f77595d947128ac0e8fbd678190 Mon Sep 17 00:00:00 2001 From: AsyncStorageBot <118817110+AsyncStorageBot@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:44:51 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @react-native-async-storage/async-storage@3.0.1 --- .changeset/soft-elephants-sparkle.md | 5 ----- packages/async-storage/CHANGELOG.md | 6 ++++++ packages/async-storage/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/soft-elephants-sparkle.md diff --git a/.changeset/soft-elephants-sparkle.md b/.changeset/soft-elephants-sparkle.md deleted file mode 100644 index e73adbc3..00000000 --- a/.changeset/soft-elephants-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@react-native-async-storage/async-storage": patch ---- - -missing build step from CI added diff --git a/packages/async-storage/CHANGELOG.md b/packages/async-storage/CHANGELOG.md index dd13b92b..9adbc46a 100644 --- a/packages/async-storage/CHANGELOG.md +++ b/packages/async-storage/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.0.1 + +### Patch Changes + +- 7b64ea4: missing build step from CI added + ## 3.0.0 ### Major Changes diff --git a/packages/async-storage/package.json b/packages/async-storage/package.json index 580b20c7..e0d2a092 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.0.0", + "version": "3.0.1", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "./lib/module/index.js", "types": "./lib/typescript/index.d.ts",