Skip to content

Commit

Permalink
[intercom_flutter] Bump intercom_flutter_web to 1.0.1 (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zazo032 authored Nov 20, 2023
1 parent 03921c0 commit b3cdc98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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

0 comments on commit b3cdc98

Please sign in to comment.