From 1da5d326573c3b17c6d4dba3d0e0157e60869f91 Mon Sep 17 00:00:00 2001 From: Cyril Date: Fri, 26 Feb 2021 23:57:33 +0100 Subject: [PATCH] Prepare v7.0.0 release (#31) * 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 | 2 +- bower.json | 12 ++++++------ 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66354b4..063845e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: - uses: actions/checkout@v2 - uses: purescript-contrib/setup-purescript@main - with: - purescript: "0.14.0-rc5" - uses: actions/setup-node@v1 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e8fa0..82c65d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Bugfixes: Other improvements: -## [v7.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v7.0.0) - 2021-MONTH-DAY +## [v7.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v7.0.0) - 2021-02-26 Breaking changes: - Added support for PureScript 0.14 and dropped support for all previous versions (#27) diff --git a/bower.json b/bower.json index 46ec72f..dbbdf08 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ ], "repository": { "type": "git", - "url": "git://github.com/purescript-node/purescript-node-fs-aff.git" + "url": "https://github.com/purescript-node/purescript-node-fs-aff.git" }, "description": "Aff wrappers for purescript-node-fs", "keywords": [ @@ -27,12 +27,12 @@ "example" ], "dependencies": { - "purescript-aff": "main", - "purescript-either": "master", - "purescript-node-fs": "master", - "purescript-node-path": "master" + "purescript-aff": "^6.0.0", + "purescript-either": "^5.0.0", + "purescript-node-fs": "^6.0.0", + "purescript-node-path": "^4.0.0" }, "devDependencies": { - "purescript-console": "master" + "purescript-console": "^5.0.0" } }