Skip to content

Commit

Permalink
(build) publish version 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Judas committed Aug 13, 2024
1 parent 0005fca commit 72fa5c6
Show file tree
Hide file tree
Showing 8 changed files with 377 additions and 386 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# 4.1.4
# 4.1.5 (Dauphin)

### Release date 2024/08/13

**Features**

- (Android) Fix default floating button color update

# 4.1.4 (Dauphin)

### Release date 2024/07/13

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The iAdvize ReactNative SDK Plugin uses the iAdvize native iOS & Android SDKs.

| Plugin | Android SDK | Android | Kotlin | iOS SDK | iOS | Xcode | Swift |
| ------ | ----------- | -------- | ------ | -------- | ---- | ------ | ----- |
| 4.1.5 | 2.13.1 | 21 -> 33 | 1.7.22 | 2.15.5 | 13.0 | 15.2.X | 5 |
| 4.1.4 | 2.13.1 | 21 -> 33 | 1.7.22 | 2.15.5 | 13.0 | 15.2.X | 5 |
| 4.1.3 | 2.13.1 | 21 -> 33 | 1.7.22 | 2.15.3 | 13.0 | 15.2.X | 5 |
| 4.1.2 | 2.13.0 | 21 -> 33 | 1.7.22 | 2.15.2 | 13.0 | 15.2.X | 5 |
Expand Down
4 changes: 4 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.4 > 4.1.5

*Nothing to report*

## 4.1.3 > 4.1.4

*Nothing to report*
Expand Down
8 changes: 4 additions & 4 deletions example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
Expand All @@ -75,21 +75,21 @@ GEM
netrc (0.11.0)
nkf (0.2.0)
public_suffix (4.0.7)
rexml (3.2.9)
rexml (3.3.5)
strscan
ruby-macho (2.5.1)
strscan (3.1.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
xcodeproj (1.24.0)
xcodeproj (1.25.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
rexml (>= 3.3.2, < 4.0)

PLATFORMS
ruby
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ PODS:
- hermes-engine/Pre-built (0.72.7)
- iAdvize (2.15.5):
- TwilioVideo (~> 4.6)
- iadvize-reactnative-sdk (4.1.4):
- iadvize-reactnative-sdk (4.1.5):
- iAdvize (~> 2.15.5)
- React-Core
- libevent (2.1.12)
Expand Down Expand Up @@ -682,7 +682,7 @@ SPEC CHECKSUMS:
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 9180d43df05c1ed658a87cc733dc3044cf90c00a
iAdvize: a8982047dd146e6a43dcd2e7ce7038012ea207c1
iadvize-reactnative-sdk: b5051af9e909c0554f213d7cf5b3db46de0034bd
iadvize-reactnative-sdk: a5ac3140b7ae7ffc9af044e8d7e8860937eac8b7
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
Expand Down
120 changes: 60 additions & 60 deletions example/ios/example.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@iadvize-oss/iadvize-react-native-sdk": "^4.1.4",
"@iadvize-oss/iadvize-react-native-sdk": "^4.1.5",
"react": "18.2.0",
"react-native": "0.72.7",
"stacktrace-parser": "^0.1.10"
Expand Down
614 changes: 296 additions & 318 deletions example/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 72fa5c6

Please sign in to comment.