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 835f979 commit 8e80241Copy full SHA for 8e80241
pkgs/gcloud/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.8.13
2
+- Support the latest version `^13.0.0` of the `googleapis` package.
3
+
4
## 0.8.12
5
- Support the latest version 12.0.0 of the `googleapis` package.
6
pkgs/gcloud/pubspec.yaml
@@ -1,5 +1,5 @@
name: gcloud
-version: 0.8.12
+version: 0.8.13
description: >-
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
repository: https://github.com/dart-lang/gcloud
@@ -13,7 +13,7 @@ environment:
13
14
dependencies:
15
_discoveryapis_commons: ^1.0.0
16
- googleapis: '>=3.0.0 <13.0.0'
+ googleapis: '>=3.0.0 <14.0.0'
17
http: '>=0.13.5 <2.0.0'
18
meta: ^1.3.0
19
retry: ^3.1.1
0 commit comments