airbridge-react-native-sdk-restricted 4.1.3 → 4.1.4

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.
@@ -42,7 +42,10 @@ env:
42
42
  BRANCH: ${{ github.event.pull_request.head.label || github.ref_name }}
43
43
  TYPE: ${{
44
44
  github.event_name == 'pull_request'
45
- && startsWith(github.event.pull_request.head.label, 'release/')
45
+ && (
46
+ startsWith(github.event.pull_request.head.label, 'release/')
47
+ || startsWith(github.event.pull_request.head.label, 'hotfix/')
48
+ )
46
49
  && 'Release'
47
50
  || 'Feature'
48
51
  }}
@@ -1,4 +1,4 @@
1
1
  {
2
- "ios_version": "4.1.2",
3
- "android_version": "4.1.0"
2
+ "ios_version": "4.1.3",
3
+ "android_version": "4.1.2"
4
4
  }
package/changelog.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 4.1.4
2
+
3
+ **CHANGED**
4
+ * Update `Airbridge Android SDK` to 4.1.2
5
+ * Update `Airbridge iOS SDK` to 4.1.3
6
+
1
7
  ## 4.1.3
2
8
 
3
9
  **FIXED**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "airbridge-react-native-sdk-restricted",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "Airbridge SDK for React Native",
5
5
  "main": "build/source/module.js",
6
6
  "types": "build/source/module.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "intenral_library": {
3
3
  "ios_version": null,
4
- "android_version": "4.1.0-build-+"
4
+ "android_version": "4.1.2-build-+"
5
5
  }
6
6
  }
@@ -1,4 +1,5 @@
1
- <manifest xmlns:android="http://schemas.android.com/apk/res/android">
1
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
+ xmlns:tools="http://schemas.android.com/tools">
2
3
  <uses-permission android:name="android.permission.INTERNET" />
3
4
  <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
4
5
  <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
@@ -21,7 +22,8 @@
21
22
  android:label="@string/app_name"
22
23
  android:roundIcon="@mipmap/ic_launcher"
23
24
  android:theme="@style/AppTheme"
24
- android:supportsRtl="true">
25
+ android:supportsRtl="true"
26
+ tools:replace="android:allowBackup">
25
27
  <activity
26
28
  android:name=".MainActivity"
27
29
  android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
@@ -1,8 +1,8 @@
1
1
  PODS:
2
- - airbridge-ios-sdk (4.1.2)
3
- - airbridge-ios-sdk-qa-library (4.1.2)
4
- - airbridge-react-native-sdk (4.1.3):
5
- - airbridge-ios-sdk (= 4.1.2)
2
+ - airbridge-ios-sdk (4.1.3)
3
+ - airbridge-ios-sdk-qa-library (4.1.3)
4
+ - airbridge-react-native-sdk (4.1.4):
5
+ - airbridge-ios-sdk (= 4.1.3)
6
6
  - React
7
7
  - boost (1.84.0)
8
8
  - DoubleConversion (1.1.6)
@@ -43,7 +43,7 @@
43
43
  }
44
44
  },
45
45
  "..": {
46
- "version": "4.1.3",
46
+ "version": "4.1.4",
47
47
  "license": "MIT",
48
48
  "devDependencies": {
49
49
  "@types/jest": "^29.5.12",