From 9fc454f29ce85450ba1d46cb84191e5c0179b0b2 Mon Sep 17 00:00:00 2001 From: asmodeoux Date: Fri, 30 Aug 2024 18:49:43 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++-- .../example/pubspec.lock | 28 +++++++++---------- flutter_twilio_conversations/pubspec.lock | 8 +++--- .../CHANGELOG.md | 3 ++ flutter_twilio_conversations_web/pubspec.lock | 4 +-- 5 files changed, 26 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 4a92233..9f96807 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ No special setup required, most of the tips on Console setup can be found in [Tw ## Tutorial for uploading new versions ```sh # Start by uploading a new version of the Platform interface -$ cd flutter_twilio_conversations_platform_interface && flutter pub get && dart pub publish +$ (cd flutter_twilio_conversations_platform_interface && flutter pub get && dart pub publish) # Then wait several minutes and upload the new Web package, which depends on the new version of the interface -$ cd .. && cd flutter_twilio_conversations_web && flutter pub upgrade && dart pub publish +$ (cd flutter_twilio_conversations_web && flutter pub upgrade && dart pub publish) # Then wait several minutes and upload the new main package, which depends on both other packages -$ cd .. && cd flutter_twilio_conversations && flutter pub upgrade && dart pub publish +$ (cd flutter_twilio_conversations && flutter pub upgrade && dart pub publish) ``` diff --git a/flutter_twilio_conversations/example/pubspec.lock b/flutter_twilio_conversations/example/pubspec.lock index 35d67e9..880f5b3 100644 --- a/flutter_twilio_conversations/example/pubspec.lock +++ b/flutter_twilio_conversations/example/pubspec.lock @@ -101,10 +101,10 @@ packages: dependency: transitive description: name: coverage - sha256: "576aaab8b1abdd452e0f656c3e73da9ead9d7880e15bdc494189d9c1a1baf0db" + sha256: c1fb2dce3c0085f39dc72668e85f8e0210ec7de05345821ff58530567df345a5 url: "https://pub.dev" source: hosted - version: "1.9.0" + version: "1.9.2" cross_file: dependency: transitive description: @@ -303,10 +303,10 @@ packages: dependency: transitive description: name: flutter_plugin_android_lifecycle - sha256: "9d98bd47ef9d34e803d438f17fd32b116d31009f534a6fa5ce3a1167f189a6de" + sha256: "9ee02950848f61c4129af3d6ec84a1cfc0e47931abc746b03e7a3bc3e8ff6eda" url: "https://pub.dev" source: hosted - version: "2.0.21" + version: "2.0.22" flutter_redux: dependency: "direct main" description: @@ -326,23 +326,23 @@ packages: path: ".." relative: true source: path - version: "2.0.5+15" + version: "2.0.6+16" flutter_twilio_conversations_platform_interface: - dependency: "direct dev" + dependency: transitive description: name: flutter_twilio_conversations_platform_interface - sha256: f2e61066db7e34d45179baca2c0c4a16a06697490f1e08fe73e7f0562c7d1ac8 + sha256: cfc9fcfde097e4b4bd93edd361c46cee655d2d92579388901f51f7f5f565c875 url: "https://pub.dev" source: hosted - version: "2.0.5" + version: "2.0.6" flutter_twilio_conversations_web: dependency: transitive description: name: flutter_twilio_conversations_web - sha256: a70002bcb69e426ed6d0c3c7890b6d2337af118ddb8ae9c9daa20d1028d69d94 + sha256: "786af4b0ad35301181343a8de0f3466734ea548857eda43c9bf101c343b78c86" url: "https://pub.dev" source: hosted - version: "2.0.5" + version: "2.0.6" flutter_web_plugins: dependency: transitive description: flutter @@ -557,10 +557,10 @@ packages: dependency: transitive description: name: mime - sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2" + sha256: "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a" url: "https://pub.dev" source: hosted - version: "1.0.5" + version: "1.0.6" node_preamble: dependency: transitive description: @@ -770,10 +770,10 @@ packages: dependency: transitive description: name: source_map_stack_trace - sha256: "84cf769ad83aa6bb61e0aa5a18e53aea683395f196a6f39c4c881fb90ed4f7ae" + sha256: c0713a43e323c3302c2abe2a1cc89aa057a387101ebd280371d6a6c9fa68516b url: "https://pub.dev" source: hosted - version: "2.1.1" + version: "2.1.2" source_maps: dependency: transitive description: diff --git a/flutter_twilio_conversations/pubspec.lock b/flutter_twilio_conversations/pubspec.lock index 99e8cef..acae543 100644 --- a/flutter_twilio_conversations/pubspec.lock +++ b/flutter_twilio_conversations/pubspec.lock @@ -95,18 +95,18 @@ packages: dependency: "direct main" description: name: flutter_twilio_conversations_platform_interface - sha256: f2e61066db7e34d45179baca2c0c4a16a06697490f1e08fe73e7f0562c7d1ac8 + sha256: cfc9fcfde097e4b4bd93edd361c46cee655d2d92579388901f51f7f5f565c875 url: "https://pub.dev" source: hosted - version: "2.0.5" + version: "2.0.6" flutter_twilio_conversations_web: dependency: "direct main" description: name: flutter_twilio_conversations_web - sha256: a70002bcb69e426ed6d0c3c7890b6d2337af118ddb8ae9c9daa20d1028d69d94 + sha256: "786af4b0ad35301181343a8de0f3466734ea548857eda43c9bf101c343b78c86" url: "https://pub.dev" source: hosted - version: "2.0.5" + version: "2.0.6" flutter_web_plugins: dependency: transitive description: flutter diff --git a/flutter_twilio_conversations_platform_interface/CHANGELOG.md b/flutter_twilio_conversations_platform_interface/CHANGELOG.md index 1982fb1..3efdc0c 100644 --- a/flutter_twilio_conversations_platform_interface/CHANGELOG.md +++ b/flutter_twilio_conversations_platform_interface/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.0.6 +* Minor fixes: [#38](https://github.com/Diversido/flutter_twilio_conversations/issues/38) + ## 2.0.4 * Added optional `webChannel` parameter to `registerForNotification` and `unregisterForNotification` methods diff --git a/flutter_twilio_conversations_web/pubspec.lock b/flutter_twilio_conversations_web/pubspec.lock index 9b27e19..9ad4bf9 100644 --- a/flutter_twilio_conversations_web/pubspec.lock +++ b/flutter_twilio_conversations_web/pubspec.lock @@ -87,10 +87,10 @@ packages: dependency: "direct main" description: name: flutter_twilio_conversations_platform_interface - sha256: f2e61066db7e34d45179baca2c0c4a16a06697490f1e08fe73e7f0562c7d1ac8 + sha256: cfc9fcfde097e4b4bd93edd361c46cee655d2d92579388901f51f7f5f565c875 url: "https://pub.dev" source: hosted - version: "2.0.5" + version: "2.0.6" flutter_web_plugins: dependency: "direct main" description: flutter