hypertrack-sdk-react-native 8.2.1 → 8.2.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 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
+ ## [8.2.2] - 2022-10-10
8
+ ### Fixed
9
+ - Deployment target for iOS changed to 11, to comply with native iOS SDK.
10
+
7
11
  ## [8.2.1] - 2022-09-27
8
12
  ### Fixed
9
13
  - enableDebugLogging() now doesn't cause an infinite loop when called.
@@ -307,6 +311,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
307
311
  Initial release.
308
312
 
309
313
 
314
+ [8.2.2]: https://github.com/hypertrack/sdk-react-native/releases/tag/8.2.2
310
315
  [8.2.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/8.2.1
311
316
  [8.2.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/8.2.0
312
317
  [8.1.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/8.1.0
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
12
  s.license = package["license"]
13
13
  s.authors = package["author"]
14
14
 
15
- s.platforms = { :ios => "10.0" }
15
+ s.platforms = { :ios => "11.0" }
16
16
  s.source = { :git => "https://github.com/hypertrack/sdk-react-native.git", :tag => "#{s.version}" }
17
17
 
18
18
  s.source_files = "ios/**/*.{h,m,mm,swift}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypertrack-sdk-react-native",
3
- "version": "8.2.1",
3
+ "version": "8.2.2",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",