react-native-smallcase-gateway 2.0.2 → 2.1.0

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,9 @@
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
+
6
+ ## [2.1.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v2.0.2...v2.1.0) (2023-04-11)
7
+
5
8
  ### [2.0.2](https://github.com/smallcase/react-native-smallcase-gateway/compare/v2.0.1...v2.0.2) (2023-03-29)
6
9
 
7
10
  ### [2.0.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v2.0.0...v2.0.1) (2023-02-13)
@@ -140,7 +140,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
140
140
  dependencies {
141
141
  //noinspection GradleDynamicVersion
142
142
  implementation 'com.facebook.react:react-native:+' // From node_modules
143
- implementation 'com.smallcase.gateway:sdk:3.8.6'
143
+ implementation 'com.smallcase.gateway:sdk:3.9.0'
144
144
  implementation "androidx.core:core-ktx:1.3.1"
145
145
  implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
146
146
  }
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": "2.0.2",
4
+ "version": "2.1.0",
5
5
  "description": "smallcase gateway bindings for react native",
6
6
  "main": "src/index.js",
7
7
  "files": [