From c42c4fd5586ef0997b76daee7c4f897962a6bead Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 15:48:46 -0500 Subject: [PATCH 1/4] Update the bower dependencies --- bower.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/bower.json b/bower.json index e657f90..23c143c 100644 --- a/bower.json +++ b/bower.json @@ -19,24 +19,24 @@ "package.json" ], "dependencies": { - "purescript-bifunctors": "master", - "purescript-control": "master", - "purescript-foldable-traversable": "master", - "purescript-lazy": "master", - "purescript-maybe": "master", - "purescript-newtype": "master", - "purescript-nonempty": "master", - "purescript-partial": "master", - "purescript-prelude": "master", - "purescript-tailrec": "master", - "purescript-tuples": "master", - "purescript-unfoldable": "master" + "purescript-bifunctors": "^6.0.0", + "purescript-control": "^6.0.0", + "purescript-foldable-traversable": "^6.0.0", + "purescript-lazy": "^6.0.0", + "purescript-maybe": "^6.0.0", + "purescript-newtype": "^5.0.0", + "purescript-nonempty": "^7.0.0", + "purescript-partial": "^4.0.0", + "purescript-prelude": "^6.0.0", + "purescript-tailrec": "^6.0.0", + "purescript-tuples": "^7.0.0", + "purescript-unfoldable": "^6.0.0" }, "devDependencies": { - "purescript-arrays": "master", - "purescript-assert": "master", - "purescript-console": "master", + "purescript-arrays": "^7.0.0", + "purescript-assert": "^6.0.0", + "purescript-console": "^6.0.0", "purescript-math": "master", - "purescript-minibench": "master" + "purescript-minibench": "^4.0.0" } } From 1de089f651c57af18bc002afc4e1d536e2e62ce4 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 15:48:46 -0500 Subject: [PATCH 2/4] 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 55c636df8fbdb885bc22b6f925e589eb45d0da24 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 15:48:46 -0500 Subject: [PATCH 3/4] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99915e7..db8662b 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/purescript-lists/releases/tag/v7.0.0) - 2022-04-27 + Breaking changes: - Update project and deps to PureScript v0.15.0 (#203 by @JordanMartinez) - Drop deprecated `MonadZero` instance (#205 by @JordanMartinez) From 9b378518f7c0d897487d1838681c7927cce9d36f Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Wed, 27 Apr 2022 16:49:32 -0400 Subject: [PATCH 4/4] Update bower.json --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index 23c143c..62188ce 100644 --- a/bower.json +++ b/bower.json @@ -36,7 +36,6 @@ "purescript-arrays": "^7.0.0", "purescript-assert": "^6.0.0", "purescript-console": "^6.0.0", - "purescript-math": "master", "purescript-minibench": "^4.0.0" } }