Skip to content

Commit

Permalink
Bump version 8.1.0 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak786 authored Feb 20, 2024
1 parent 63bdceb commit 0254965
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions intercom_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 8.1.0

* Bump Intercom iOS SDK version to 16.5.6
* Migrated web to js_interop to be compatible with WASM
* Updated minimum Dart version to 3.2.

## 8.0.12

* Fix never completing future when calling displayMessageComposer on iOS
Expand Down
2 changes: 1 addition & 1 deletion intercom_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Flutter wrapper for Intercom [Android](https://github.com/intercom/intercom-andr
- Uses Intercom Android SDK Version `15.6.2`.
- The minimum Android SDK `minSdk` required is 21.
- The compile Android SDK `compileSdk` required is 34.
- Uses Intercom iOS SDK Version `16.5.5`.
- Uses Intercom iOS SDK Version `16.5.6`.
- The minimum iOS target version required is 13.
- The Xcode version required is 15.

Expand Down
2 changes: 1 addition & 1 deletion intercom_flutter/ios/intercom_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ A new flutter plugin project.
s.dependency 'Flutter'
s.dependency 'Intercom'
s.static_framework = true
s.dependency 'Intercom', '16.5.5'
s.dependency 'Intercom', '16.5.6'
s.ios.deployment_target = '13.0'
end
6 changes: 3 additions & 3 deletions intercom_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: intercom_flutter
description: Flutter plugin for Intercom integration. Provides in-app messaging
and help-center Intercom services
version: 8.0.12
version: 8.1.0
homepage: https://github.com/v3rm0n/intercom_flutter

dependencies:
Expand All @@ -10,7 +10,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
intercom_flutter_platform_interface: ^2.0.0
intercom_flutter_web: ^1.0.2
intercom_flutter_web: ^1.1.0

dev_dependencies:
flutter_test:
Expand All @@ -29,5 +29,5 @@ flutter:
default_package: intercom_flutter_web

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.10.0"

0 comments on commit 0254965

Please sign in to comment.