Skip to content

Commit

Permalink
(build) publish version 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Judas committed Jun 7, 2024
1 parent b53d5ec commit d49c538
Show file tree
Hide file tree
Showing 8 changed files with 810 additions and 789 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 4.0.3 (Cantal)

### Release date 2024/06/07

**Bug fixes**

- (iOS) Fix XMPP handling for GenAI product info messages

# 4.0.2 (Cantal)

### Release date 2024/05/30
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.0.3 | 2.12.9 | 21 -> 33 | 1.7.22 | 2.14.6 | 13.0 | 15.2.X | 5 |
| 4.0.2 | 2.12.9 | 21 -> 33 | 1.7.22 | 2.14.5 | 13.0 | 15.2.X | 5 |
| 4.0.1 | 2.12.8 | 21 -> 33 | 1.7.22 | 2.14.5 | 13.0 | 15.2.X | 5 |
| 4.0.0 | 2.12.7 | 21 -> 33 | 1.7.22 | 2.14.4 | 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.0.2 > 4.0.3

*Nothing to report*

## 4.0.1 > 4.0.2

This release adds a missing callback to the `logout` API. It now returns a `Promise<boolean>`:
Expand Down
8 changes: 4 additions & 4 deletions example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
base64
nkf
rexml
activesupport (7.0.8.3)
activesupport (7.0.8.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -60,7 +60,7 @@ GEM
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.16.3)
ffi (1.17.0)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
Expand Down Expand Up @@ -99,7 +99,7 @@ DEPENDENCIES
cocoapods (~> 1.13)

RUBY VERSION
ruby 3.3.1p55
ruby 3.3.2p78

BUNDLED WITH
2.5.10
2.5.11
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ PODS:
- hermes-engine (0.72.7):
- hermes-engine/Pre-built (= 0.72.7)
- hermes-engine/Pre-built (0.72.7)
- iAdvize (2.14.5):
- iAdvize (2.14.6):
- TwilioVideo (~> 4.6)
- iadvize-reactnative-sdk (4.0.2):
- iAdvize (~> 2.14.5)
- iadvize-reactnative-sdk (4.0.3):
- iAdvize (~> 2.14.6)
- React-Core
- libevent (2.1.12)
- OpenSSL-Universal (1.1.1100)
Expand Down Expand Up @@ -681,8 +681,8 @@ SPEC CHECKSUMS:
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 9180d43df05c1ed658a87cc733dc3044cf90c00a
iAdvize: 73737fd33024ffbceccad55b579cd85e3aef4237
iadvize-reactnative-sdk: dd95c77e2c5e86b926ce24a806b18d2186da8b67
iAdvize: 7d675aefbd35df264705ab33376f0013ca1ef84e
iadvize-reactnative-sdk: 703200bec58329de1efbb2c941ed169fbcad1e40
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
Expand Down
116 changes: 58 additions & 58 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.0.2",
"@iadvize-oss/iadvize-react-native-sdk": "^4.0.3",
"react": "18.2.0",
"react-native": "0.72.7",
"stacktrace-parser": "^0.1.10"
Expand Down
1,450 changes: 729 additions & 721 deletions example/yarn.lock

Large diffs are not rendered by default.

0 comments on commit d49c538

Please sign in to comment.