From b3d65452f38e7a3ff3a54874a06de65a477cce22 Mon Sep 17 00:00:00 2001 From: JordanMartinez Date: Wed, 27 Apr 2022 18:34:04 -0500 Subject: [PATCH] Prepare v3.0.0 release (1st PS 0.15.0-compatible release) (#10) * Update the bower dependencies * Update the changelog --- CHANGELOG.md | 10 ++++++++++ bower.json | 18 +++++++++--------- 2 files changed, 19 insertions(+), 9 deletions(-) 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) 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" } }