hypertrack-sdk-react-native 7.18.0 → 7.18.2
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 +10 -0
- package/README.md +1 -1
- package/hypertrack-sdk-react-native.podspec +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [7.18.2] - 2022-06-13
|
|
8
|
+
### Changed
|
|
9
|
+
- Updated HyperTrack iOS SDK to 4.12.3
|
|
10
|
+
|
|
11
|
+
## [7.18.1] - 2022-06-10
|
|
12
|
+
### Changed
|
|
13
|
+
- Updated HyperTrack iOS SDK to 4.12.1 to fix a regression in tracking listener
|
|
14
|
+
|
|
7
15
|
## [7.18.0] - 2022-06-09
|
|
8
16
|
### Changed
|
|
9
17
|
- Updated HyperTrack Android SDK to 6.1.2 and iOS SDK to 4.12.0
|
|
@@ -257,6 +265,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
257
265
|
Initial release.
|
|
258
266
|
|
|
259
267
|
|
|
268
|
+
[7.18.2]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.18.2
|
|
269
|
+
[7.18.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.18.1
|
|
260
270
|
[7.18.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.18.0
|
|
261
271
|
[7.17.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.17.0
|
|
262
272
|
[7.16.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.16.0
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|

|
|
5
|
-
[](https://cocoapods.org/pods/HyperTrack)
|
|
6
6
|

|
|
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.
|
|
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
|
|
|
12
12
|
s.source = { :git => 'https://github.com/hypertrack/sdk-react-native.git' }
|
|
13
13
|
s.platform = :ios, '11.0'
|
|
14
14
|
s.dependency 'React-Core'
|
|
15
|
-
s.dependency 'HyperTrack/Objective-C', '4.12.
|
|
15
|
+
s.dependency 'HyperTrack/Objective-C', '4.12.3'
|
|
16
16
|
s.source_files = "ios/*.{xcodeproj}", "ios/RNHyperTrack/*.{h,m}"
|
|
17
17
|
s.cocoapods_version = '>= 1.10.0'
|
|
18
18
|
end
|
package/package.json
CHANGED