Skip to content

Commit f873d20

Browse files
authored
allow latest pkg:http and pkg:googleapis (dart-archive/gcloud#164)
* allow latest pkg:http * allow latest pkg:googleapis * chore: bump version and add CHANGELOG entry
1 parent b9716a1 commit f873d20

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

pkgs/gcloud/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.8.9
2+
3+
- Support the latest version 1.0.0 of the `http` package.
4+
- Support the latest version 12.0.0 of the `googleapis` package.
5+
16
## 0.8.8
27

38
- Require Dart 2.19

pkgs/gcloud/pubspec.yaml

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

1313
dependencies:
1414
_discoveryapis_commons: ^1.0.0
15-
googleapis: '>=3.0.0 <11.0.0'
16-
http: ^0.13.0
15+
googleapis: '>=3.0.0 <12.0.0'
16+
http: '>=0.13.5 <2.0.0'
1717
meta: ^1.3.0
1818

1919
dev_dependencies:

0 commit comments

Comments
 (0)