We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a319b commit 57f330aCopy full SHA for 57f330a
pkgs/gcloud/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.8.5
2
+
3
+- Support the latest version 7.0.0 of the `googleapis` package.
4
5
## 0.8.4
6
7
- Support the latest version 6.0.0 of the `googleapis` package.
pkgs/gcloud/pubspec.yaml
@@ -1,5 +1,5 @@
name: gcloud
-version: 0.8.4
+version: 0.8.5
description: >-
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
homepage: https://github.com/dart-lang/gcloud
@@ -8,7 +8,7 @@ environment:
8
9
dependencies:
10
_discoveryapis_commons: ^1.0.0
11
- googleapis: '>=3.0.0 <7.0.0'
+ googleapis: '>=3.0.0 <8.0.0'
12
http: ^0.13.0
13
meta: ^1.3.0
14
0 commit comments