Skip to content

Commit f14a401

Browse files
committed
Patch release for protoc_plugin: bump constraint to use protobuf 4.0.0
1 parent 3bffe4b commit f14a401

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

protoc_plugin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 22.0.1
2+
3+
* Bump `protobuf` constraint to `^4.0.0`
4+
15
## 22.0.0
26

37
* Remove `PbEventMixin` mixin. ([#738])

protoc_plugin/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: protoc_plugin
2-
version: 22.0.0
2+
version: 22.0.1
33
description: A protobuf protoc compiler plugin used to generate Dart code.
44
repository: https://github.com/google/protobuf.dart/tree/master/protoc_plugin
55

@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
fixnum: ^1.0.0
1111
path: ^1.8.0
12-
protobuf: ^3.1.0
12+
protobuf: ^4.0.0
1313

1414
dev_dependencies:
1515
collection: ^1.15.0

0 commit comments

Comments
 (0)