Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

BOT: Dart Dependency Updater #1

Merged
merged 1 commit into from May 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## [2.0.0+3] - May, 31, 2022

* Automated dependency updates


## [2.0.0+2] - February 6th, 2022

* Dependency updates
Expand Down Expand Up @@ -28,3 +33,4 @@
* Initial release



22 changes: 11 additions & 11 deletions pubspec.yaml
@@ -1,14 +1,14 @@
name: grpc_protobuf_convert
description: Simple converters to convert to / from Protobuf and Fixnum classes from Dart classes.
version: 2.0.0+2
homepage: https://github.com/peiffer-innovations/grpc_protobuf_convert
name: 'grpc_protobuf_convert'
description: 'Simple converters to convert to / from Protobuf and Fixnum classes from Dart classes.'
version: '2.0.0+3'
homepage: 'https://github.com/peiffer-innovations/grpc_protobuf_convert'

environment:
sdk: ">=2.17.0 <3.0.0"
environment:
sdk: '>=2.17.0 <3.0.0'

dependencies:
fixnum: ^1.0.0
grpc_googleapis: ^2.0.19
dependencies:
fixnum: '^1.0.1'
grpc_googleapis: '^2.0.20'

dev_dependencies:
test: ^1.21.1
dev_dependencies:
test: '^1.21.1'