From 5c39ea60176dce1207feb2916aaf0f2905d286c3 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 16:26:22 -0500 Subject: [PATCH 1/3] Update the bower dependencies --- bower.json | 58 +++++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/bower.json b/bower.json index 28024df..400135c 100644 --- a/bower.json +++ b/bower.json @@ -20,36 +20,36 @@ "package.json" ], "dependencies": { - "purescript-arrays": "master", - "purescript-console": "master", - "purescript-control": "master", - "purescript-effect": "master", - "purescript-either": "master", - "purescript-enums": "master", - "purescript-exceptions": "master", - "purescript-foldable-traversable": "master", - "purescript-gen": "master", - "purescript-identity": "master", - "purescript-integers": "master", - "purescript-lazy": "master", - "purescript-lcg": "master", - "purescript-lists": "master", - "purescript-maybe": "master", - "purescript-newtype": "master", - "purescript-nonempty": "master", - "purescript-numbers": "master", - "purescript-partial": "master", - "purescript-prelude": "master", - "purescript-record": "master", - "purescript-st": "master", - "purescript-strings": "master", - "purescript-tailrec": "master", - "purescript-transformers": "master", - "purescript-tuples": "master", - "purescript-unfoldable": "master" + "purescript-arrays": "^7.0.0", + "purescript-console": "^6.0.0", + "purescript-control": "^6.0.0", + "purescript-effect": "^4.0.0", + "purescript-either": "^6.0.0", + "purescript-enums": "^6.0.0", + "purescript-exceptions": "^6.0.0", + "purescript-foldable-traversable": "^6.0.0", + "purescript-gen": "^4.0.0", + "purescript-identity": "^6.0.0", + "purescript-integers": "^6.0.0", + "purescript-lazy": "^6.0.0", + "purescript-lcg": "^4.0.0", + "purescript-lists": "^7.0.0", + "purescript-maybe": "^6.0.0", + "purescript-newtype": "^5.0.0", + "purescript-nonempty": "^7.0.0", + "purescript-numbers": "^9.0.0", + "purescript-partial": "^4.0.0", + "purescript-prelude": "^6.0.0", + "purescript-record": "^4.0.0", + "purescript-st": "^6.0.0", + "purescript-strings": "^6.0.0", + "purescript-tailrec": "^6.0.0", + "purescript-transformers": "^6.0.0", + "purescript-tuples": "^7.0.0", + "purescript-unfoldable": "^6.0.0" }, "devDependencies": { - "purescript-assert": "master", - "purescript-numbers": "master" + "purescript-assert": "^6.0.0", + "purescript-numbers": "^9.0.0" } } From ec11c441db2bc227fbc3645bd78f297f27b72ab7 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 16:26:22 -0500 Subject: [PATCH 2/3] Update Node to 14 in CI --- .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 b6ebf3a..c69237a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: with: purescript: "unstable" - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 with: - node-version: "12" + node-version: "14.x" - name: Install dependencies run: | From e048bf66c29e9eb218664abfced54ed1fef4b13a Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 16:26:23 -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 91d3f21..c6c65a0 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/purescript-quickcheck/releases/tag/v8.0.0) - 2022-04-27 + Breaking changes: - Migrate FFI to ES modules (#130 by @kl0tl and @JordanMartinez) - Replaced polymorphic proxies with monomorphic `Proxy` (#132 by @JordanMartinez)