From 653ba57431282daab01393e0922e615d7b41f8de Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:45:23 +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 7cb289043ed48216136ba53df46f6c062df4dd09 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:45:24 +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 751329a..eae3ea9 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/purescript-node/purescript-node-fs" + "url": "https://github.com/purescript-node/purescript-node-fs.git" }, "ignore": [ "**/.*", From c0cd946d1de605bf1830c64e17e878df95fb0112 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:45:24 +0100 Subject: [PATCH 3/4] Upgrade bower dependencies --- bower.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/bower.json b/bower.json index eae3ea9..e7d45e8 100644 --- a/bower.json +++ b/bower.json @@ -20,26 +20,26 @@ "package.json" ], "dependencies": { - "purescript-datetime": "master", - "purescript-effect": "master", - "purescript-either": "master", - "purescript-enums": "master", - "purescript-exceptions": "master", - "purescript-functions": "master", - "purescript-integers": "master", - "purescript-js-date": "main", - "purescript-maybe": "master", - "purescript-node-buffer": "master", - "purescript-node-path": "master", - "purescript-node-streams": "master", - "purescript-nullable": "main", - "purescript-partial": "master", - "purescript-prelude": "master", - "purescript-strings": "master", - "purescript-unsafe-coerce": "master" + "purescript-datetime": "^5.0.0", + "purescript-effect": "^3.0.0", + "purescript-either": "^5.0.0", + "purescript-enums": "^5.0.0", + "purescript-exceptions": "^5.0.0", + "purescript-functions": "^5.0.0", + "purescript-integers": "^5.0.0", + "purescript-js-date": "^7.0.0", + "purescript-maybe": "^5.0.0", + "purescript-node-buffer": "^7.0.0", + "purescript-node-path": "^4.0.0", + "purescript-node-streams": "^5.0.0", + "purescript-nullable": "^5.0.0", + "purescript-partial": "^3.0.0", + "purescript-prelude": "^5.0.0", + "purescript-strings": "^5.0.0", + "purescript-unsafe-coerce": "^5.0.0" }, "devDependencies": { - "purescript-console": "master", - "purescript-node-buffer": "master" + "purescript-console": "^5.0.0", + "purescript-node-buffer": "^7.0.0" } } From afdb0b022be1f80e4eff315e0a0083a6b11d2252 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:45:24 +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 9bb3e8d..6029aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Bugfixes: Other improvements: -## [v6.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v6.0.0) - 2021-MONTH-DAY +## [v6.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v6.0.0) - 2021-02-26 Breaking changes: - Added support for PureScript 0.14 and dropped support for all previous versions (#46)