react-native-smallcase-gateway 1.5.0 → 1.5.3

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
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.5.3](https://github.com/smallcase/react-native-smallcase-gateway/compare/v1.5.2...v1.5.3) (2022-08-11)
6
+
7
+ ### [1.5.2](https://github.com/smallcase/react-native-smallcase-gateway/compare/v1.5.1...v1.5.2) (2022-08-03)
8
+
9
+ ### [1.5.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v1.5.0...v1.5.1) (2022-08-02)
10
+
5
11
  ## [1.5.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v1.4.2...v1.5.0) (2022-08-01)
6
12
 
7
13
 
@@ -81,7 +81,7 @@ repositories {
81
81
  dependencies {
82
82
  //noinspection GradleDynamicVersion
83
83
  implementation 'com.facebook.react:react-native:+' // From node_modules
84
- implementation 'com.smallcase.gateway:sdk:3.5.2'
84
+ implementation 'com.smallcase.gateway:sdk:3.5.4'
85
85
  implementation "androidx.core:core-ktx:1.3.1"
86
86
  implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
87
87
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-smallcase-gateway",
3
3
  "title": "React Native Smallcase Gateway",
4
- "version": "1.5.0",
4
+ "version": "1.5.3",
5
5
  "description": "smallcase gateway bindings for react native",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -23,6 +23,6 @@ Pod::Spec.new do |s|
23
23
  s.requires_arc = true
24
24
 
25
25
  s.dependency "React-Core"
26
- s.dependency 'SCGateway', '3.5.2'
26
+ s.dependency 'SCGateway', '3.5.4'
27
27
  end
28
28