From c2eff33ea09dda530798c4bd04ee5870ab526e4d Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 18:31:32 -0500 Subject: [PATCH 1/2] Update the bower dependencies --- bower.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 0f7a87a..c4dfd9e 100644 --- a/bower.json +++ b/bower.json @@ -15,9 +15,9 @@ "package.json" ], "dependencies": { - "purescript-js-date": "main", - "purescript-web-dom": "master", - "purescript-web-file": "master", - "purescript-web-storage": "master" + "purescript-js-date": "^8.0.0", + "purescript-web-dom": "^6.0.0", + "purescript-web-file": "^4.0.0", + "purescript-web-storage": "^5.0.0" } } From 34ff66d3ae154a099f83f93b1fdf1648f9b32117 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 18:31:32 -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 98c33b6..4bbb5cf 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: + +## [v4.0.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v4.0.0) - 2022-04-27 + Breaking changes: - Move `getBoundingClientRect` to `purescript-web-dom` (#73 by @JordanMartinez) - Drop duplicated `set/getClassName` and `classList` (#74 by @JordanMartinez)