Skip to content

Commit

Permalink
chore(deps): bump fetch_api to ^1.0.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekfad committed Jan 22, 2023
1 parent e993ecd commit 414c4d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.0-dev.2

- Bumped `fetch_api` dependency to `^1.0.0-dev.2`.
- Downgraded `js` dependency to `^0.6.5`.


## 1.0.0-dev.1

- Initial version.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fetch_client
description: Fetch based client for http package, enables streamed requests on web.
version: 1.0.0-dev.1
version: 1.0.0-dev.2
homepage: https://github.com/Zekfad/fetch_client
repository: https://github.com/Zekfad/fetch_client
issue_tracker: https://github.com/Zekfad/fetch_client/issues
Expand All @@ -13,7 +13,7 @@ environment:
sdk: '>=2.18.0 <4.0.0'

dependencies:
fetch_api: ^1.0.0-dev.1
fetch_api: ^1.0.0-dev.2
http: ^0.13.5

dev_dependencies:
Expand Down

0 comments on commit 414c4d2

Please sign in to comment.