Skip to content

Commit

Permalink
Prepare v3.0.0 release (1st PS 0.15.0-compatible release) (#10)
Browse files Browse the repository at this point in the history
* Update the bower dependencies

* Update the changelog
  • Loading branch information
JordanMartinez authored Apr 27, 2022
1 parent d518aab commit b3d6545
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based

## [Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

## [v3.0.0](https://github.com/purescript-web/purescript-web-fetch/releases/tag/v3.0.0) - 2022-04-27

Breaking changes:
- Migrate FFI to ES modules (#8 by @JordanMartinez)

Expand Down
18 changes: 9 additions & 9 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"package.json"
],
"dependencies": {
"purescript-effect": "master",
"purescript-foreign-object": "master",
"purescript-http-methods": "main",
"purescript-prelude": "master",
"purescript-record": "master",
"purescript-typelevel-prelude": "master",
"purescript-web-file": "master",
"purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#master",
"purescript-web-streams": "https://github.com/purescript-web/purescript-web-streams.git#master"
"purescript-effect": "^4.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-http-methods": "^6.0.0",
"purescript-prelude": "^6.0.0",
"purescript-record": "^4.0.0",
"purescript-typelevel-prelude": "^7.0.0",
"purescript-web-file": "^4.0.0",
"purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#^3.0.0",
"purescript-web-streams": "https://github.com/purescript-web/purescript-web-streams.git#^3.0.0"
}
}

0 comments on commit b3d6545

Please sign in to comment.