From a3122bcacffff9365ebec8c13bc5ed2810a7818e Mon Sep 17 00:00:00 2001 From: Cyril Date: Fri, 26 Feb 2021 21:18:21 +0100 Subject: [PATCH] Prepare v5.0.0 release (#26) * Update CI to build with the latest version of the compiler * Update the bower repository URL to match the URL in the registry * Upgrade bower dependencies * Update the changelog --- .github/workflows/ci.yml | 2 -- CHANGELOG.md | 12 +++++++++++- bower.json | 11 ++++++----- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b78ffa..6b0550f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: - name: Set up a PureScript toolchain uses: purescript-contrib/setup-purescript@main - with: - purescript: "0.14.0-rc5" - name: Cache PureScript dependencies uses: actions/cache@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index eb26442..9bd32b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] -Breaking changes (😱!!!): +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: + +## [v5.0.0](https://github.com/purescript-contrib/purescript-aff-bus/releases/tag/v5.0.0) - 2021-02-26 + +Breaking changes: - Added support for PureScript 0.14 and dropped support for all previous versions (#24) New features: diff --git a/bower.json b/bower.json index a6db281..24e1778 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/slamdata/purescript-aff-bus.git" + "url": "https://github.com/purescript-contrib/purescript-aff-bus.git" }, "authors": [ "Nathan Faubion " @@ -23,11 +23,12 @@ "tests" ], "dependencies": { - "purescript-prelude": "master", - "purescript-avar": "main" + "purescript-avar": "^4.0.0", + "purescript-effect": "^3.0.0", + "purescript-prelude": "^5.0.0" }, "devDependencies": { - "purescript-console": "master", - "purescript-refs": "master" + "purescript-console": "^5.0.0", + "purescript-refs": "^5.0.0" } }