From 4fcd8b8ff22be36e2d3b11a24759a1585ce3e4c5 Mon Sep 17 00:00:00 2001 From: Alex Venetidis Date: Sat, 11 Jul 2026 02:27:42 +0100 Subject: [PATCH] release: pin native SDKs to op=8 versions, bump to 0.2.6 - terra-rtandroid 0.4.3 -> 0.4.11 - TerraRTiOS =0.3.12 -> =0.3.13 - 0.2.5 -> 0.2.6 Pulls op=8 STATUS device-link reporting into the RN wrapper. One combined bump (both platforms) so it's a single terra-rt publish rather than two. --- android/build.gradle | 2 +- package.json | 4 ++-- react-native-terra-rt-react.podspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 94133bc..fb05585 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -71,7 +71,7 @@ dependencies { // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" - implementation 'co.tryterra:terra-rtandroid:0.4.3' + implementation 'co.tryterra:terra-rtandroid:0.4.11' } if (isNewArchitectureEnabled()) { diff --git a/package.json b/package.json index d3fa5dd..7e07fa6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "terra-rt", - "version": "0.2.5", - "description": "React Native SDK for Terra's realtime (websocket) streaming — live data from BLE devices and Apple Watch.", + "version": "0.2.6", + "description": "React Native SDK for Terra's realtime (websocket) streaming \u2014 live data from BLE devices and Apple Watch.", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", diff --git a/react-native-terra-rt-react.podspec b/react-native-terra-rt-react.podspec index a897b31..6b40fd1 100644 --- a/react-native-terra-rt-react.podspec +++ b/react-native-terra-rt-react.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" s.frameworks = ['HealthKit'] s.dependency "React-Core" - s.dependency "TerraRTiOS", "=0.3.12" + s.dependency "TerraRTiOS", "=0.3.13" # Don't install the dependencies when we run `pod install` in the old architecture.