Skip to content

Commit

Permalink
Update package:web (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazdra authored Sep 18, 2024
1 parent 24badf8 commit 6e332b7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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

## 9.0.10

* Bump `intercom_flutter_web` to `1.1.2` supporting `web` `^1.0.0`.

## 9.0.9

* Bump Intercom Android SDK version to 15.10.2
Expand Down
4 changes: 2 additions & 2 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: 9.0.9
version: 9.0.10
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.1.0
intercom_flutter_web: ^1.1.2

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions intercom_flutter_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.2

* Bump `web` to `^1.0.0`

## 1.1.1

* Updated window.intercomSettings as Map instead of JSObject.
Expand Down
4 changes: 2 additions & 2 deletions intercom_flutter_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: intercom_flutter_web
description: Web platform implementation of intercom_flutter
version: 1.1.1
version: 1.1.2
homepage: https://github.com/v3rm0n/intercom_flutter

flutter:
Expand All @@ -17,7 +17,7 @@ dependencies:
sdk: flutter
intercom_flutter_platform_interface: ^2.0.0
uuid: ^4.2.1 # to get the random uuid for loginUnidentifiedUser in web
web: '>=0.3.0 <0.6.0'
web: ^1.0.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 6e332b7

Please sign in to comment.