Skip to content

Commit

Permalink
chore: Bump dev dep in gcloud (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Feb 28, 2024
1 parent 9e880af commit b55ad68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions google_cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1-wip

- Require `package:http` `^1.0.0`.

## 0.2.0

- First release replacing `package:gcp`.
6 changes: 3 additions & 3 deletions google_cloud/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: google_cloud
description: >-
Utilities for running Dart code correctly on the Google Cloud Platform.
version: 0.2.0
version: 0.2.1-wip
repository: https://github.com/GoogleCloudPlatform/functions-framework-dart/tree/main/google_cloud

environment:
sdk: ^3.0.0

dependencies:
collection: ^1.17.0
http: '>=0.13.5 <2.0.0'
http: ^1.0.0
io: ^1.0.3
shelf: ^1.4.0
stack_trace: ^1.11.0

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
googleapis: ^11.0.0
googleapis: ^13.0.0
googleapis_auth: ^1.3.1
test: ^1.22.0
test_process: ^2.0.3

0 comments on commit b55ad68

Please sign in to comment.