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 +7 -0
- package/README.md +1 -1
- package/android/gradle.properties +1 -1
- package/package.json +1 -1
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
|
[](./LICENSE)
|
|
4
4
|
[](https://www.npmjs.com/package/hypertrack-sdk-react-native)
|
|
5
5
|
[](https://github.com/hypertrack/sdk-ios)
|
|
6
|
-
[](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
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hypertrack-sdk-react-native",
|
|
3
|
-
"version": "11.0.
|
|
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",
|