Skip to content

Commit

Permalink
up protobuf, prepare 0.11.0 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia authored Jul 17, 2023
1 parent b4c96ab commit 7bfbf0b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion example/chat_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion example/flutter_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 7bfbf0b

Please sign in to comment.