Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/gorgeous-berries-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-native-async-storage/async-storage": patch
---

bump native dependencies for sqlite and room
5 changes: 2 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ yarn test:format

1. Update `VERSION_NAME` in [gradle.properties](shared-storage/gradle.properties)
2. Commit changes ("release shared-storage-android vX.X.X")
3. Create PR, NO CHANGESET LOG, Merge.
4. Release artifact via `./gradlew :shared-storage:publishToMavenCentral --no-configuration-cache`
5. Publish deployment on [Sonatype Central](https://central.sonatype.com/publishing/deployments)
3. Release artifact via `./gradlew :shared-storage:publishToMavenCentral --no-configuration-cache`
4. Publish deployment on [Sonatype Central](https://central.sonatype.com/publishing/deployments)

## Release new Async Storage version

Expand Down
4 changes: 2 additions & 2 deletions examples/react-native/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- AsyncStorage (3.0.2):
- AsyncStorage (3.1.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2023,7 +2023,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
AsyncStorage: a9bcd43f5f652c1d38de15e13f7db6dbcc470c4b
AsyncStorage: 93adfedf5abc90ca9a36c35aa4c6c5e4be192a5a
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ composeHotReload = "1.0.0-beta06"
composeMultiplatform = "1.8.2"
kotlin = "2.2.10"
coroutines = "1.10.2"
room = "2.8.0"
sqlite = "2.6.0"
room = "2.8.4"
sqlite = "2.6.2"
ksp = "2.2.10-2.0.2" # must match kotlin
publish = "0.34.0"
skie = "0.10.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/async-storage/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ AsyncStorage_roomVersion=2.7.2
AsyncStorage_minSdkVersion=24
AsyncStorage_targetSdkVersion=36
AsyncStorage_compileSdkVersion=36
AsyncStorage_sharedStorageVersion=1.0.0
AsyncStorage_sharedStorageVersion=1.0.1
2 changes: 1 addition & 1 deletion shared-storage/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Publishing
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1

SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
Expand Down
Loading