Skip to content

Commit 7271367

Browse files
authored
[http] prepare v1.3.0 release (#1451)
1 parent 7f50fc5 commit 7271367

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pkgs/http/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.3.0-wip
1+
## 1.3.0
22

33
* Fixed unintended HTML tags in doc comments.
44
* Switched `BrowserClient` to use Fetch API instead of `XMLHttpRequest`.

pkgs/http/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: http
2-
version: 1.3.0-wip
2+
version: 1.3.0
33
description: A composable, multi-platform, Future-based API for HTTP requests.
44
repository: https://github.com/dart-lang/http/tree/master/pkgs/http
55

66
topics:
7-
- http
8-
- network
9-
- protocols
7+
- http
8+
- network
9+
- protocols
1010

1111
environment:
1212
sdk: ^3.4.0

pkgs/http2/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: A HTTP/2 implementation in Dart.
44
repository: https://github.com/dart-lang/http/tree/master/pkgs/http2
55

66
topics:
7-
- http
8-
- network
9-
- protocols
7+
- http
8+
- network
9+
- protocols
1010

1111
environment:
1212
sdk: ^3.2.0

0 commit comments

Comments
 (0)