From 7da51269320427231d6ca59e8a010854f1630ca8 Mon Sep 17 00:00:00 2001 From: AsyncStorageBot <118817110+AsyncStorageBot@users.noreply.github.com> Date: Thu, 21 May 2026 16:34:07 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @react-native-async-storage/async-storage@3.1.0 --- .changeset/sour-birds-applaud.md | 7 ------- packages/async-storage/CHANGELOG.md | 8 ++++++++ packages/async-storage/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/sour-birds-applaud.md diff --git a/.changeset/sour-birds-applaud.md b/.changeset/sour-birds-applaud.md deleted file mode 100644 index a8cd40f4..00000000 --- a/.changeset/sour-birds-applaud.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@react-native-async-storage/async-storage": minor ---- - -Shared Storage artifact published to maven central - -This eliminates the extra step in installation for android. diff --git a/packages/async-storage/CHANGELOG.md b/packages/async-storage/CHANGELOG.md index cfdf18ad..8281cbad 100644 --- a/packages/async-storage/CHANGELOG.md +++ b/packages/async-storage/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.1.0 + +### Minor Changes + +- fa6d5bc: Shared Storage artifact published to maven central + + This eliminates the extra step in installation for android. + ## 3.0.3 ### Patch Changes diff --git a/packages/async-storage/package.json b/packages/async-storage/package.json index d5a8a0d9..a7064720 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.3", + "version": "3.1.0", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "./lib/module/index.js", "types": "./lib/typescript/index.d.ts",