From 01ce526cc4880b4975b33fefdb91196f3084645d Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:46:09 +0100 Subject: [PATCH 1/4] Update CI to build with the latest version of the compiler --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 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: From 0874f5ea31500e112adf7d693060d3d743250363 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:46:09 +0100 Subject: [PATCH 2/4] Update the bower repository URL to match the URL in the registry --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 0c1b4e9..a77be7b 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/purescript-node/purescript-node-path.git" + "url": "https://github.com/purescript-node/purescript-node-path.git" }, "ignore": [ "**/.*", From 1c1d2f91d5b0bb6e657a4d9b06adabdb11bb3464 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:46:09 +0100 Subject: [PATCH 3/4] Upgrade bower dependencies --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index a77be7b..b0f9b20 100644 --- a/bower.json +++ b/bower.json @@ -20,10 +20,10 @@ "package.json" ], "dependencies": { - "purescript-effect": "master" + "purescript-effect": "^3.0.0" }, "devDependencies": { - "purescript-assert": "master", - "purescript-console": "master" + "purescript-assert": "^5.0.0", + "purescript-console": "^5.0.0" } } From 3439f5cf290c05486fd1c555aa6f957e5fcf58d7 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:46:09 +0100 Subject: [PATCH 4/4] Update the changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b937c..5b82f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Bugfixes: Other improvements: -## [v4.0.0](https://github.com/purescript-node/purescript-node-path/releases/tag/v4.0.0) - 2021-MONTH-DAY +## [v4.0.0](https://github.com/purescript-node/purescript-node-path/releases/tag/v4.0.0) - 2021-02-26 Breaking changes: - Added support for PureScript 0.14 and dropped support for all previous versions (#16)