Skip to content

Commit

Permalink
(build) publish version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Judas committed May 14, 2024
1 parent 8fe94e8 commit 898fd12
Show file tree
Hide file tree
Showing 8 changed files with 343 additions and 342 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 4.0.1

### Release date 2024/05/14

**Bug fixes**

- Fix line feed escaping breaking markdown syntax in bot messages
- (Android) Fix text selection breaking markdown link handling

# 4.0.0

### Release date 2024/04/16
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.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 |
| 3.4.7 | 2.12.7 | 21 -> 33 | 1.7.22 | 2.14.4 | 13.0 | 15.2.X | 5 |
| 3.4.6 | 2.12.6 | 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.0 > 4.0.1

*Nothing to report*

## 3.4.7 > 4.0.0

In previous versions the Secured Auth callback was synchronous (waiting for a direct return). This was not intended.
Expand Down
6 changes: 3 additions & 3 deletions example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ GEM
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
httpclient (2.8.3)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
minitest (5.22.3)
Expand Down Expand Up @@ -97,7 +97,7 @@ DEPENDENCIES
cocoapods (~> 1.13)

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.1p55

BUNDLED WITH
2.5.8
2.5.10
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.4):
- iAdvize (2.14.5):
- TwilioVideo (~> 4.6)
- iadvize-reactnative-sdk (4.0.0):
- iAdvize (~> 2.14.4)
- iadvize-reactnative-sdk (4.0.1):
- iAdvize (~> 2.14.5)
- 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: f8c251582c713e15d9c7d0e6bc260a756be4389f
iadvize-reactnative-sdk: e5f0cb9ffbc46f31c0ab0d6c8b0973f818b4d157
iAdvize: 73737fd33024ffbceccad55b579cd85e3aef4237
iadvize-reactnative-sdk: 81238db288c535a959d0eed6aef81ba7f1dd27d5
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
Expand Down
110 changes: 55 additions & 55 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.0",
"@iadvize-oss/iadvize-react-native-sdk": "^4.0.1",
"react": "18.2.0",
"react-native": "0.72.7",
"stacktrace-parser": "^0.1.10"
Expand Down
543 changes: 265 additions & 278 deletions example/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 898fd12

Please sign in to comment.