Skip to content

Commit b751ff4

Browse files
authored
chore(shared-storage): Bump native dependencies (#1308)
* bump: room and bundled sqlite * release shared-storage-android v1.0.1 * docs update * android: use new version * chore: update example * docs(changeset): bump native dependencies for sqlite and room
1 parent 2d688de commit b751ff4

6 files changed

Lines changed: 13 additions & 9 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@react-native-async-storage/async-storage": patch
3+
---
4+
5+
bump native dependencies for sqlite and room

RELEASING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ yarn test:format
2020

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

2726
## Release new Async Storage version
2827

examples/react-native/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- AsyncStorage (3.0.2):
2+
- AsyncStorage (3.1.0):
33
- DoubleConversion
44
- glog
55
- hermes-engine
@@ -2023,7 +2023,7 @@ EXTERNAL SOURCES:
20232023
:path: "../node_modules/react-native/ReactCommon/yoga"
20242024

20252025
SPEC CHECKSUMS:
2026-
AsyncStorage: a9bcd43f5f652c1d38de15e13f7db6dbcc470c4b
2026+
AsyncStorage: 93adfedf5abc90ca9a36c35aa4c6c5e4be192a5a
20272027
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
20282028
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
20292029
fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ composeHotReload = "1.0.0-beta06"
99
composeMultiplatform = "1.8.2"
1010
kotlin = "2.2.10"
1111
coroutines = "1.10.2"
12-
room = "2.8.0"
13-
sqlite = "2.6.0"
12+
room = "2.8.4"
13+
sqlite = "2.6.2"
1414
ksp = "2.2.10-2.0.2" # must match kotlin
1515
publish = "0.34.0"
1616
skie = "0.10.6"

packages/async-storage/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ AsyncStorage_roomVersion=2.7.2
33
AsyncStorage_minSdkVersion=24
44
AsyncStorage_targetSdkVersion=36
55
AsyncStorage_compileSdkVersion=36
6-
AsyncStorage_sharedStorageVersion=1.0.0
6+
AsyncStorage_sharedStorageVersion=1.0.1

shared-storage/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Publishing
2-
VERSION_NAME=1.0.0
2+
VERSION_NAME=1.0.1
33

44
SONATYPE_HOST=CENTRAL_PORTAL
55
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)