From 8da1c85754eafa94793ec6c9e482a20fb75103f7 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:41:31 +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 4f5f40c..0b3ca67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: - name: Set up PureScript toolchain uses: purescript-contrib/setup-purescript@main - with: - purescript: "0.14.0-rc5" - name: Cache PureScript dependencies uses: actions/cache@v2 From 405c8d19c2beb33da8fe647c766624f4bf604bb9 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:41:32 +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 5443db7..3b41539 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/purescript-contrib/purescript-js-date.git" + "url": "https://github.com/purescript-contrib/purescript-js-date.git" }, "ignore": [ "**/.*", From d00e0cddfd2c563cf4632aecfd857116b480f191 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:41:32 +0100 Subject: [PATCH 3/4] Upgrade bower dependencies --- bower.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 3b41539..614ff68 100644 --- a/bower.json +++ b/bower.json @@ -16,14 +16,16 @@ "package.json" ], "dependencies": { - "purescript-datetime": "master", - "purescript-exceptions": "master", - "purescript-foreign": "master", - "purescript-integers": "master", - "purescript-now": "main" + "purescript-datetime": "^5.0.0", + "purescript-effect": "^3.0.0", + "purescript-exceptions": "^5.0.0", + "purescript-foreign": "^6.0.0", + "purescript-integers": "^5.0.0", + "purescript-now": "^5.0.0" }, "devDependencies": { - "purescript-assert": "master", - "purescript-console": "master" + "purescript-assert": "^5.0.0", + "purescript-console": "^5.0.0", + "purescript-numbers": "^7.0.0" } } From 8b09a318e6e7bdb86c4694306733f6b75524da94 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:41:32 +0100 Subject: [PATCH 4/4] Update the changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08121f5..409758b 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: + +## [v7.0.0](https://github.com/purescript-contrib/purescript-js-date/releases/tag/v7.0.0) - 2021-02-26 + +Breaking changes: - Added support for PureScript 0.14 and dropped support for all previous versions (#28) New features: