Skip to content

Commit b7753f6

Browse files
authored
rev package:protobuf version (#994)
1 parent b5d20ff commit b7753f6

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

protobuf/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.0.1-wip
1+
## 4.1.0
22

33
* Improve packed field decoding performance. ([#959], [#981])
44

protobuf/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: protobuf
2-
version: 4.0.1-wip
2+
version: 4.1.0
33
description: >-
44
Runtime library for protocol buffers support. Use with package:protoc_plugin
55
to generate Dart code for your '.proto' files.

protoc_plugin/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 22.2.0
22

3+
* Bump `protobuf` constraint to `^4.1.0`
34
* Read `default_host` and `oauth_scopes` options from gRPC service definitions
45
and write that information to the generated gRPC clients.
56
* Generate dartdocs for grpc services ([#973]).

protoc_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
collection: ^1.15.0
1111
fixnum: ^1.0.0
1212
path: ^1.8.0
13-
protobuf: ^4.0.0
13+
protobuf: ^4.1.0
1414

1515
dev_dependencies:
1616
dart_flutter_team_lints: ^1.0.0

0 commit comments

Comments
 (0)