Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[intercom_flutter] Bump intercom_flutter_web to 1.0.1 #380

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions intercom_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 8.0.6

* Bump `intercom_flutter_web` to `1.0.1` to support `uuid: ^4.2.1`.

## 8.0.5

* Bump Intercom iOS SDK version to 16.3.0
Expand Down
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.5
version: 8.0.6
homepage: https://github.com/v3rm0n/intercom_flutter

dependencies:
Expand All @@ -10,12 +10,12 @@ dependencies:
flutter_web_plugins:
sdk: flutter
intercom_flutter_platform_interface: ^2.0.0
intercom_flutter_web: ^1.0.0
intercom_flutter_web: ^1.0.1

dev_dependencies:
flutter_test:
sdk: flutter
collection: ^1.17.1
collection: ^1.18.0

flutter:
plugin:
Expand Down
Loading