From 12984f2f7f22020dc2df6ef152bb7960f9a6ce1e Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:00:41 -0500 Subject: [PATCH 1/3] Update the bower dependencies --- bower.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 3a3f733..6bad054 100644 --- a/bower.json +++ b/bower.json @@ -18,12 +18,12 @@ "package.json" ], "dependencies": { - "purescript-effect": "master", - "purescript-functions": "master", - "purescript-maybe": "master", - "purescript-prelude": "master" + "purescript-effect": "^4.0.0", + "purescript-functions": "^6.0.0", + "purescript-maybe": "^6.0.0", + "purescript-prelude": "^6.0.0" }, "devDependencies": { - "purescript-assert": "master" + "purescript-assert": "^6.0.0" } } From f234a250c5a89a940b0b45274c7a58bf34250e88 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:00:41 -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 19fe77821d178d1e90a65d95fa17d33fcdfc7959 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:00:41 -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 a11de33..db11a44 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: + +## [v6.0.0](https://github.com/purescript-contrib/purescript-nullable/releases/tag/v6.0.0) - 2022-04-27 + Breaking changes: - Migrate FFI to ES modules (#44 by @JordanMartinez)