Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
Release 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoyvaerts committed Sep 5, 2021
1 parent c891dde commit 4434dd9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This package has been forked from [Dio](https://github.com/flutterchina/dio). To

```yaml
dependencies:
dio_http: ^5.0.3
dio_http: ^5.0.4
```
> Already know Dio 3 and just want to learn about what's new in Dio 4? Check out the [Migration Guide](./migration_to_4.x.md)!
Expand Down
4 changes: 4 additions & 0 deletions dio_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.0.4

- Fix upload performance on Web

# 5.0.3

- Fix content type being overwritten when set in certain cases
Expand Down
2 changes: 1 addition & 1 deletion dio_http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This package has been forked from [Dio](https://github.com/flutterchina/dio). To

```yaml
dependencies:
dio_http: ^5.0.3
dio_http: ^5.0.4
```
> Already know Dio 3 and just want to learn about what's new in Dio 4? Check out the [Migration Guide](./migration_to_4.x.md)!
Expand Down
2 changes: 1 addition & 1 deletion dio_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dio_http
description: A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.
version: 5.0.3
version: 5.0.4
homepage: https://github.com/dart-tools/dio_http

environment:
Expand Down
2 changes: 1 addition & 1 deletion plugins/cookie_manager/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dependencies:
cookie_jar: ^3.0.0
dio_http: ^5.0.3
dio_http: ^5.0.4
# dio:
# path: ../../dio

Expand Down
2 changes: 1 addition & 1 deletion plugins/http2_adapter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dependencies:
http2: ^2.0.0
dio_http: ^5.0.3
dio_http: ^5.0.4
# dio:
# path: ../../dio

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ">=2.12.0-0 <3.0.0"

dependencies:
dio_http: ^5.0.3
dio_http: ^5.0.4
dio_http2_adapter:
path: plugins/http2_adapter
dio_http_cookie_manager:
Expand Down

0 comments on commit 4434dd9

Please sign in to comment.