Skip to content

Commit 0bab78d

Browse files
authored
rename -dev pubspec versions to -wip (#968)
- rename `-dev` pubspec versions to `-wip` This will make the publish workflow slightly happier; it knows to special case `-wip` as meaning 'not intended for publication'.
1 parent 7838e44 commit 0bab78d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

protobuf/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.0.0-dev
1+
## 4.0.0-wip
22

33
* **Breaking:** The following types and members are now removed:
44

protobuf/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: protobuf
2-
version: 4.0.0-dev
2+
version: 4.0.0-wip
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 22.0.0-dev
1+
## 22.0.0-wip
22

33
* Remove `PbEventMixin` mixin. ([#738])
44
* Type of repeated fields is now `PbList` (instead of `List`), type of map

protoc_plugin/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: protoc_plugin
2-
version: 22.0.0-dev
2+
version: 22.0.0-wip
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

0 commit comments

Comments
 (0)