From 90d382ca046512e809bf01e56e641d57cad8b731 Mon Sep 17 00:00:00 2001 From: infobip-ci Date: Fri, 30 Sep 2022 11:50:25 +0300 Subject: [PATCH] Release: 0.8.0 --- CHANGELOG.md | 3 +++ example/pubspec.lock | 37 +++++++++++++++---------------------- pubspec.yaml | 2 +- 3 files changed, 19 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdfe648..9fb2cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.8.0 +Added: +Method in In-App Chat to send contextual / meta data to Infobip's Conversations backend. # 0.7.0 ## Changed - Message storage improvements - https://github.com/infobip/mobile-messaging-flutter-plugin/wiki/Message-storage diff --git a/example/pubspec.lock b/example/pubspec.lock index 2e2f703..7b46756 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.9.0" + version: "2.8.2" boolean_selector: dependency: transitive description: @@ -21,7 +21,7 @@ packages: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.2.1" + version: "1.2.0" charcode: dependency: transitive description: @@ -35,14 +35,14 @@ packages: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.1.1" + version: "1.1.0" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.16.0" + version: "1.15.0" cupertino_icons: dependency: "direct main" description: @@ -56,7 +56,7 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.3.1" + version: "1.2.0" ffi: dependency: transitive description: @@ -106,28 +106,21 @@ packages: name: js url: "https://pub.dartlang.org" source: hosted - version: "0.6.4" + version: "0.6.3" matcher: dependency: transitive description: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.12" - material_color_utilities: - dependency: transitive - description: - name: material_color_utilities - url: "https://pub.dartlang.org" - source: hosted - version: "0.1.5" + version: "0.12.11" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" + version: "1.7.0" package_info_plus: dependency: transitive description: @@ -176,7 +169,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.2" + version: "1.8.0" pedantic: dependency: transitive description: @@ -202,7 +195,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.9.0" + version: "1.8.1" stack_trace: dependency: transitive description: @@ -223,21 +216,21 @@ packages: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.1.1" + version: "1.1.0" term_glyph: dependency: transitive description: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.2.1" + version: "1.2.0" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.12" + version: "0.4.3" typed_data: dependency: transitive description: @@ -251,7 +244,7 @@ packages: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.2" + version: "2.1.1" win32: dependency: transitive description: @@ -260,5 +253,5 @@ packages: source: hosted version: "2.0.5" sdks: - dart: ">=2.17.0-0 <3.0.0" + dart: ">=2.14.0 <3.0.0" flutter: ">=1.20.0" diff --git a/pubspec.yaml b/pubspec.yaml index a5d4997..0089d24 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: infobip_mobilemessaging description: Infobip Mobile Messaging Flutter Plugin. -version: 0.7.0 +version: 0.8.0 homepage: https://github.com/infobip/mobile-messaging-flutter-plugin#readme repository: https://github.com/infobip/mobile-messaging-flutter-plugin issue_tracker: https://github.com/infobip/mobile-messaging-flutter-plugin/issues