From 7bfbf0b4967a198d5c0c772cea97b0a6c79ce402 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Mon, 17 Jul 2023 22:40:25 +0300 Subject: [PATCH] up protobuf, prepare 0.11.0 (#82) --- CHANGELOG.md | 4 ++++ example/chat_app/pubspec.yaml | 2 +- example/flutter_app/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49cfc6f..f4f1a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.11.0] + +* Update protobuf dependency from `^2.0.0` to `^3.0.0` + ## [0.10.0] **Breaking change!** This release changes the semantics of working with connection tokens described in [Centrifugo v5 release post](https://centrifugal.dev/blog/2023/06/29/centrifugo-v5-released#token-behaviour-adjustments-in-sdks). diff --git a/example/chat_app/pubspec.yaml b/example/chat_app/pubspec.yaml index 514b23a..1c55121 100644 --- a/example/chat_app/pubspec.yaml +++ b/example/chat_app/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: sdk: flutter fluttertoast: ^8.0.8 pedantic: ^1.8.0 - responsive_builder: ^0.1.5 + responsive_builder: ^0.4.1 # dependency_overrides: # dash_chat: diff --git a/example/flutter_app/pubspec.yaml b/example/flutter_app/pubspec.yaml index 14f13ae..6ce61b9 100644 --- a/example/flutter_app/pubspec.yaml +++ b/example/flutter_app/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^0.1.2 + cupertino_icons: ^1.0.5 centrifuge: path: ../../ dev_dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 801a2db..cecee42 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: centrifuge -version: 0.10.0 +version: 0.11.0 description: > Dart client to communicate with Centrifuge and Centrifugo from Flutter and VM @@ -13,7 +13,7 @@ environment: dependencies: fixnum: ^1.0.0 meta: ^1.3.0 - protobuf: ^2.0.0 + protobuf: ^3.0.0 web_socket_channel: ^2.3.0 dev_dependencies: