hypertrack-sdk-react-native 11.0.3 → 11.0.4

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
@@ -3,6 +3,12 @@
3
3
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
4
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
+ ## [11.0.4] - 2023-10-06
7
+
8
+ ### Changed
9
+
10
+ - Updated HyperTrack Android SDK to [7.0.5](https://github.com/hypertrack/sdk-android/releases/tag/7.0.5)
11
+
6
12
  ## [11.0.3] - 2023-10-04
7
13
 
8
14
  ### Changed
@@ -599,6 +605,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
599
605
 
600
606
  Initial release.
601
607
 
608
+ [11.0.4]: https://github.com/hypertrack/sdk-react-native/releases/tag/11.0.4
602
609
  [11.0.3]: https://github.com/hypertrack/sdk-react-native/releases/tag/11.0.3
603
610
  [11.0.2]: https://github.com/hypertrack/sdk-react-native/releases/tag/11.0.2
604
611
  [11.0.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/11.0.1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native?color=orange)](./LICENSE)
4
4
  [![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)](https://www.npmjs.com/package/hypertrack-sdk-react-native)
5
5
  [![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.0.2-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6
- [![Android SDK](https://img.shields.io/badge/Android%20SDK-7.0.3-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
6
+ [![Android SDK](https://img.shields.io/badge/Android%20SDK-7.0.5-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
7
7
 
8
8
  [HyperTrack](https://www.hypertrack.com) lets you add live location tracking to your mobile app. Live location is made available along with ongoing activity, tracking controls and tracking outage with reasons.
9
9
 
@@ -1,3 +1,3 @@
1
1
  HyperTrackSdk_kotlinVersion=1.6.21
2
- HyperTrackSdk_HyperTrackSDKVersion=7.0.4
2
+ HyperTrackSdk_HyperTrackSDKVersion=7.0.5
3
3
  android.useAndroidX=true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypertrack-sdk-react-native",
3
- "version": "11.0.3",
3
+ "version": "11.0.4",
4
4
  "description": "React Native HyperTrack SDK is a wrapper around native iOS and Android SDKs that allows to integrate HyperTrack into React Native apps.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",