Skip to content

Commit 8e80241

Browse files
authored
Upgrade googleapis constraint (dart-archive/gcloud#192)
1 parent 835f979 commit 8e80241

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pkgs/gcloud/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.8.13
2+
- Support the latest version `^13.0.0` of the `googleapis` package.
3+
14
## 0.8.12
25
- Support the latest version 12.0.0 of the `googleapis` package.
36

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.12
2+
version: 0.8.13
33
description: >-
44
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
55
repository: https://github.com/dart-lang/gcloud
@@ -13,7 +13,7 @@ environment:
1313

1414
dependencies:
1515
_discoveryapis_commons: ^1.0.0
16-
googleapis: '>=3.0.0 <13.0.0'
16+
googleapis: '>=3.0.0 <14.0.0'
1717
http: '>=0.13.5 <2.0.0'
1818
meta: ^1.3.0
1919
retry: ^3.1.1

0 commit comments

Comments
 (0)