hypertrack-sdk-react-native 11.0.7 → 11.0.9
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 +16 -0
- package/README.md +2 -2
- package/android/gradle.properties +1 -1
- package/hypertrack-sdk-react-native.podspec +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
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.9] - 2023-11-10
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
|
|
10
|
+
- Updated HyperTrack Android SDK to [7.0.8](https://github.com/hypertrack/sdk-android/releases/tag/7.0.8)
|
|
11
|
+
- Updated HyperTrack iOS SDK to [5.0.6](https://github.com/hypertrack/sdk-ios/releases/tag/5.0.6)
|
|
12
|
+
|
|
13
|
+
## [11.0.8] - 2023-11-08
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- Updated HyperTrack Android SDK to [7.0.7](https://github.com/hypertrack/sdk-android/releases/tag/7.0.7)
|
|
18
|
+
- Updated HyperTrack iOS SDK to [5.0.5](https://github.com/hypertrack/sdk-ios/releases/tag/5.0.5)
|
|
19
|
+
|
|
6
20
|
## [11.0.7] - 2023-10-19
|
|
7
21
|
|
|
8
22
|
### Fixed
|
|
@@ -698,3 +712,5 @@ Initial release.
|
|
|
698
712
|
[11.0.5]: https://github.com/hypertrack/sdk-react-native/releases/tag/11.0.5
|
|
699
713
|
[11.0.6]: https://github.com/hypertrack/sdk-react-native/releases/tag/11.0.6
|
|
700
714
|
[11.0.7]: https://github.com/hypertrack/sdk-react-native/releases/tag/11.0.7
|
|
715
|
+
[11.0.8]: https://github.com/hypertrack/sdk-react-native/releases/tag/11.0.8
|
|
716
|
+
[11.0.9]: https://github.com/hypertrack/sdk-react-native/releases/tag/11.0.9
|
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](./LICENSE)
|
|
4
4
|
[](https://www.npmjs.com/package/hypertrack-sdk-react-native)
|
|
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
|
|
|
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
|
|
|
18
18
|
s.source_files = "ios/**/*.{h,m,mm,swift}"
|
|
19
19
|
|
|
20
20
|
s.dependency "React-Core"
|
|
21
|
-
s.dependency 'HyperTrack', '5.0.
|
|
21
|
+
s.dependency 'HyperTrack', '5.0.6'
|
|
22
22
|
|
|
23
23
|
# Don't install the dependencies when we run `pod install` in the old architecture.
|
|
24
24
|
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
|
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.9",
|
|
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",
|