hypertrack-sdk-react-native 7.19.1-rc.1 → 7.19.1
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 +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ 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.19.1] - 2022-07-27
|
|
8
|
+
### Fixed
|
|
9
|
+
- Fixed React Native C++ incompatibility issue with Android SDK 6.2.0
|
|
10
|
+
|
|
7
11
|
## [7.19.0] - 2022-07-18
|
|
8
12
|
### Changed
|
|
9
13
|
- Updated HyperTrack Android SDK to 6.2.0 and iOS SDK to 4.12.4
|
|
@@ -277,6 +281,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
277
281
|
Initial release.
|
|
278
282
|
|
|
279
283
|
|
|
284
|
+
[7.19.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.19.1
|
|
280
285
|
[7.19.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.19.0
|
|
281
286
|
[7.18.4]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.18.4
|
|
282
287
|
[7.18.3]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.18.3
|
package/package.json
CHANGED