Skip to content

Commit 57f330a

Browse files
authored
Support latest googleapis – prepare release (dart-archive/gcloud#132)
1 parent a1a319b commit 57f330a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkgs/gcloud/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.5
2+
3+
- Support the latest version 7.0.0 of the `googleapis` package.
4+
15
## 0.8.4
26

37
- Support the latest version 6.0.0 of the `googleapis` package.

pkgs/gcloud/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gcloud
2-
version: 0.8.4
2+
version: 0.8.5
33
description: >-
44
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
55
homepage: https://github.com/dart-lang/gcloud
@@ -8,7 +8,7 @@ environment:
88

99
dependencies:
1010
_discoveryapis_commons: ^1.0.0
11-
googleapis: '>=3.0.0 <7.0.0'
11+
googleapis: '>=3.0.0 <8.0.0'
1212
http: ^0.13.0
1313
meta: ^1.3.0
1414

0 commit comments

Comments
 (0)