From acdf6324ee31f542b385813ed20c04d746c7874f Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:33:05 -0500 Subject: [PATCH 1/2] Update the bower dependencies --- bower.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 88b7233..bb8505d 100644 --- a/bower.json +++ b/bower.json @@ -20,10 +20,10 @@ "url": "https://github.com/purescript-web/purescript-canvas.git" }, "dependencies": { - "purescript-arraybuffer-types": "main", - "purescript-effect": "master", - "purescript-exceptions": "master", - "purescript-functions": "master", - "purescript-maybe": "master" + "purescript-arraybuffer-types": "^3.0.2", + "purescript-effect": "^4.0.0", + "purescript-exceptions": "^6.0.0", + "purescript-functions": "^6.0.0", + "purescript-maybe": "^6.0.0" } } From c9c352bd9fc2c156e3976078bf9e5b2b7665bca8 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 14:33:05 -0500 Subject: [PATCH 2/2] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b517aa..e125bde 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: + +## [v6.0.0](https://github.com/purescript-web/purescript-canvas/releases/tag/v6.0.0) - 2022-04-27 + Breaking changes: - Migrate FFI to ES modules (#85 by @JordanMartinez) - Support arcs that are drawn counter-clockwise (#58, #83 by @karljs and @JordanMartinez)