From 43978a5a6f71a562f27107c9153137bbfca0e2eb Mon Sep 17 00:00:00 2001 From: deepak786 <14223997+deepak786@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:10:33 +0000 Subject: [PATCH] Update intercom-ios 19.5.6 --- intercom_flutter/CHANGELOG.md | 4 ++++ intercom_flutter/README.md | 2 +- intercom_flutter/ios/intercom_flutter/Package.swift | 2 +- intercom_flutter/pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/intercom_flutter/CHANGELOG.md b/intercom_flutter/CHANGELOG.md index 42e3b7c5..36693c5f 100755 --- a/intercom_flutter/CHANGELOG.md +++ b/intercom_flutter/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.6.1 + +* Bump Intercom iOS SDK version to [19.5.6](https://github.com/intercom/intercom-ios/releases/tag/19.5.6) + ## 9.6.0 * Bump Intercom Android SDK version to [18.0.0](https://github.com/intercom/intercom-android/releases/tag/18.0.0) diff --git a/intercom_flutter/README.md b/intercom_flutter/README.md index d485cabc..e6f8c800 100755 --- a/intercom_flutter/README.md +++ b/intercom_flutter/README.md @@ -8,7 +8,7 @@ Flutter wrapper for Intercom [Android](https://github.com/intercom/intercom-andr - Uses Intercom Android SDK Version `18.0.0`. - The minimum Android SDK `minSdk` required is 23. - The compile Android SDK `compileSdk` required is 36. -- Uses Intercom iOS SDK Version `19.5.5`. +- Uses Intercom iOS SDK Version `19.5.6`. - The minimum iOS target version required is 15. - The Xcode version required is 15. diff --git a/intercom_flutter/ios/intercom_flutter/Package.swift b/intercom_flutter/ios/intercom_flutter/Package.swift index a6055841..e5503e51 100644 --- a/intercom_flutter/ios/intercom_flutter/Package.swift +++ b/intercom_flutter/ios/intercom_flutter/Package.swift @@ -12,7 +12,7 @@ let package = Package( .library(name: "intercom-flutter", targets: ["intercom_flutter"]) ], dependencies: [ - .package(url: "https://github.com/intercom/intercom-ios-sp.git", exact: "19.5.5") + .package(url: "https://github.com/intercom/intercom-ios-sp.git", exact: "19.5.6") ], targets: [ .target( diff --git a/intercom_flutter/pubspec.yaml b/intercom_flutter/pubspec.yaml index 24ea5ed5..0e2b4f15 100644 --- a/intercom_flutter/pubspec.yaml +++ b/intercom_flutter/pubspec.yaml @@ -1,7 +1,7 @@ name: intercom_flutter description: Flutter plugin for Intercom integration. Provides in-app messaging and help-center Intercom services -version: 9.6.0 +version: 9.6.1 homepage: https://github.com/v3rm0n/intercom_flutter dependencies: