From 259fc91287b13bd6522186dcddaa814fe175342a Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 17:50:42 -0500 Subject: [PATCH 1/3] Update the bower dependencies --- bower.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 7a03fb7..138196a 100644 --- a/bower.json +++ b/bower.json @@ -16,14 +16,14 @@ "package.json" ], "dependencies": { - "purescript-datetime": "master", - "purescript-effect": "master", - "purescript-foreign": "master", - "purescript-integers": "master" + "purescript-datetime": "^6.0.0", + "purescript-effect": "^4.0.0", + "purescript-foreign": "^7.0.0", + "purescript-integers": "^6.0.0" }, "devDependencies": { - "purescript-assert": "master", - "purescript-console": "master", - "purescript-numbers": "master" + "purescript-assert": "^6.0.0", + "purescript-console": "^6.0.0", + "purescript-numbers": "^9.0.0" } } From 2f61849fe7029ddd2e173ae06987385d88b330bb Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 17:50:42 -0500 Subject: [PATCH 2/3] Uncomment spago tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e16f413..fc54710 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,8 +50,8 @@ jobs: - name: Build the project run: npm run build -# - name: Run tests -# run: npm run test + - name: Run tests + run: npm run test - name: Check formatting run: purs-tidy check src test From e708d22faee2a5f1e9503a925174022cf2123afc Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 17:50:42 -0500 Subject: [PATCH 3/3] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ce863..bb01a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: + +## [v8.0.0](https://github.com/purescript-contrib/purescript-js-date/releases/tag/v8.0.0) - 2022-04-27 + Breaking changes: - Migrate FFI to ES modules (#36 by @JordanMartinez)