Skip to content

Commit

Permalink
[http] prepare v1.3.0 release (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jan 21, 2025
1 parent 7f50fc5 commit 7271367
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pkgs/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.0-wip
## 1.3.0

* Fixed unintended HTML tags in doc comments.
* Switched `BrowserClient` to use Fetch API instead of `XMLHttpRequest`.
Expand Down
8 changes: 4 additions & 4 deletions pkgs/http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: http
version: 1.3.0-wip
version: 1.3.0
description: A composable, multi-platform, Future-based API for HTTP requests.
repository: https://github.com/dart-lang/http/tree/master/pkgs/http

topics:
- http
- network
- protocols
- http
- network
- protocols

environment:
sdk: ^3.4.0
Expand Down
6 changes: 3 additions & 3 deletions pkgs/http2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: A HTTP/2 implementation in Dart.
repository: https://github.com/dart-lang/http/tree/master/pkgs/http2

topics:
- http
- network
- protocols
- http
- network
- protocols

environment:
sdk: ^3.2.0
Expand Down

0 comments on commit 7271367

Please sign in to comment.