From 88a11f8c65f3bcb17b11f364ff0ffe52a332bc56 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 18:31:27 -0500 Subject: [PATCH 1/2] Update the bower dependencies --- bower.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bower.json b/bower.json index 25dc6b5..1202e02 100644 --- a/bower.json +++ b/bower.json @@ -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" } } From 61b0f0ab8ebcb4f2b70e47194140f6edaa0bceba Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 18:31:28 -0500 Subject: [PATCH 2/2] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 070f0d0..3e04484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)