From 360c7e396784383b9b6f281646ea5bc7c7d45cf3 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 17:39:19 -0500 Subject: [PATCH 1/3] Update the bower dependencies --- bower.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/bower.json b/bower.json index ffdcda0..da0000a 100644 --- a/bower.json +++ b/bower.json @@ -27,19 +27,19 @@ "package.json" ], "dependencies": { - "purescript-arrays": "master", - "purescript-control": "master", - "purescript-either": "master", - "purescript-foreign-object": "master", - "purescript-functions": "master", - "purescript-gen": "master", - "purescript-maybe": "master", - "purescript-nonempty": "master", - "purescript-prelude": "master", - "purescript-strings": "master", - "purescript-tailrec": "master" + "purescript-arrays": "^7.0.0", + "purescript-control": "^6.0.0", + "purescript-either": "^6.0.0", + "purescript-foreign-object": "^4.0.0", + "purescript-functions": "^6.0.0", + "purescript-gen": "^4.0.0", + "purescript-maybe": "^6.0.0", + "purescript-nonempty": "^7.0.0", + "purescript-prelude": "^6.0.0", + "purescript-strings": "^6.0.0", + "purescript-tailrec": "^6.0.0" }, "devDependencies": { - "purescript-quickcheck": "master" + "purescript-quickcheck": "^8.0.1" } } From bc54bfb9d4adb49322704736942228e36fbf1b9f Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 17:39:19 -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 a37ef4a..266172a 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 be681d94ac74ce03bbb48feeddaa0497fc9f5039 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 17:39:19 -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 5f32068..5c54948 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-argonaut-core/releases/tag/v7.0.0) - 2022-04-27 + Breaking changes: - Migrate FFI to ES modules (#57 by @JordanMartinez)