From 0ff61a28650f745f430d1df4673ea7eeab81f5d7 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 19:16:29 -0500 Subject: [PATCH 1/3] Update the bower dependencies --- bower.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/bower.json b/bower.json index 8f11a23..c7ecb82 100644 --- a/bower.json +++ b/bower.json @@ -16,18 +16,18 @@ "package.json" ], "dependencies": { - "purescript-datetime": "master", - "purescript-fixed-points": "main", - "purescript-lists": "master", - "purescript-numbers": "master", - "purescript-parsing": "main", - "purescript-prelude": "master", - "purescript-transformers": "master" + "purescript-datetime": "^6.0.0", + "purescript-fixed-points": "^7.0.0", + "purescript-lists": "^7.0.0", + "purescript-numbers": "^9.0.0", + "purescript-parsing": "^9.0.0", + "purescript-prelude": "^6.0.0", + "purescript-transformers": "^6.0.0" }, "devDependencies": { - "purescript-aff": "main", - "purescript-assert": "master", - "purescript-console": "master", - "purescript-effect": "master" + "purescript-aff": "^7.0.0", + "purescript-assert": "^6.0.0", + "purescript-console": "^6.0.0", + "purescript-effect": "^4.0.0" } } From 5de5c41a3b711488dad9d8de64649dd662679cdb Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 19:16:29 -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 eee1c3c..438f872 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 e3e651874a244211d31a16faa2faf4a43e4ca412 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 19:16:29 -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 ea19825..a4e804d 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: + +## [v7.0.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v7.0.0) - 2022-04-28 + Breaking changes: - Migrate FFI to ES modules (#79 by @i-am-the-slime and @JordanMartinez)