From 0446725040eb37c4b4ea6fadf209cce72b9005de Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:00:54 -0500 Subject: [PATCH 1/4] Update the bower dependencies --- bower.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 8568ea9..919cf5f 100644 --- a/bower.json +++ b/bower.json @@ -16,11 +16,11 @@ "output" ], "dependencies": { - "purescript-functions": "master", - "purescript-maybe": "master" + "purescript-functions": "^6.0.0", + "purescript-maybe": "^6.0.0" }, "devDependencies": { - "purescript-assert": "master", - "purescript-console": "master" + "purescript-assert": "^6.0.0", + "purescript-console": "^6.0.0" } } From e0777ced5a3f773a853ec89a604c6562d3eb8915 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:00:54 -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 eb217da6e2f8a0bf59d7b6c56c1e875b2f8f3916 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:00:54 -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 863fc4a..4419215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ Notable changes to this project are documented in this file. The format is based Breaking changes: +New features: + +Bugfixes: + +Other improvements: + +## [v9.0.0](https://github.com/purescript/purescript-numbers/releases/tag/v9.0.0) - 2022-04-27 + +Breaking changes: + New features: - Ported various functions & constants from `purescript-math` (#18 by @JamieBallingall) From 6bbc3431e69842c700899e67118a0af6158916bd Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Wed, 27 Apr 2022 15:12:06 -0400 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4419215..b42a1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Other improvements: ## [v9.0.0](https://github.com/purescript/purescript-numbers/releases/tag/v9.0.0) - 2022-04-27 Breaking changes: +- Add support for PureScript 0.15 (#22 by @JordanMartinez) New features: - Ported various functions & constants from `purescript-math` (#18 by @JamieBallingall)