react-native-steerpath-smart-map 1.29.3 → 1.29.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@ Steerpath Smart Map
2
2
 
3
3
  # Change Log
4
4
 
5
- All app release notes of react-native-steerpath-smart-map will be documented in this file. Supported platforms are Web, iOS and Android.
5
+ All app release notes of react-native-steerpath-smart-map will be documented in this file. Suppdanke orted platforms are Web, iOS and Android.
6
6
 
7
7
  The format is based on [Keep a Changelog](http://keepachangelog.com/),
8
8
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
@@ -15,6 +15,14 @@ This package is built on top of Steerpath's Smart SDK, and most of releases are
15
15
  - [iOS](https://s3-eu-west-1.amazonaws.com/steerpath/ios/releases/smart-sdk-changelog/index.html)
16
16
  - [Web](https://s3-eu-west-1.amazonaws.com/steerpath-web-sdk/documentation/smart/latest/index.html)
17
17
 
18
+ ## [1.29.5] - 2025-08-28
19
+
20
+ - Bump Android Smart SDK version to android-smart-1.23.3 to fix the default config
21
+
22
+ ## [1.29.4] - 2024-11-18
23
+
24
+ - Bump Android Smart SDK version to android-smart-1.23.2 to fix crash when starting live service on Android 15 devices, before location permissions are granted.
25
+
18
26
  ## [1.29.3] - 2024-09-17
19
27
 
20
28
  - Fix an issue where iOS location updates were not received.
@@ -71,7 +71,7 @@ repositories {
71
71
 
72
72
  dependencies {
73
73
  implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
74
- implementation "com.steerpath:smart:android-smart-1.23.1"
74
+ implementation "com.steerpath:smart:android-smart-1.23.3"
75
75
  implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
76
76
  implementation "androidx.lifecycle:lifecycle-viewmodel:2.2.0"
77
77
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-steerpath-smart-map",
3
3
  "title": "React Native Steerpath Smart Map",
4
- "version": "1.29.3",
4
+ "version": "1.29.5",
5
5
  "description": "Steerpath SmartMapView for React Native",
6
6
  "main": "dist/index.js",
7
7
  "scripts": {