From 8bb6a8247fde43a659a466bcb8c5e6093a78ff7e Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 19:04:40 -0500 Subject: [PATCH 1/2] Update the bower dependencies --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 6327f7c..5ca5e65 100644 --- a/bower.json +++ b/bower.json @@ -15,8 +15,8 @@ "package.json" ], "dependencies": { - "purescript-web-dom": "master", - "purescript-web-html": "master", - "purescript-web-uievents": "master" + "purescript-web-dom": "^6.0.0", + "purescript-web-html": "^4.0.0", + "purescript-web-uievents": "^4.0.0" } } From f932dc4fd61143cf061b7512190912da96ef15a8 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 19:04:40 -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 a320893..d09c431 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: + +## [v2.0.0](https://github.com/purescript-web/purescript-web-cssom/releases/tag/v2.0.0) - 2022-04-28 + Breaking changes: - Migrate FFI to ES modules (#14 by @JordanMartinez) - Update `CSSStyleDeclaration` functions to take `style` arg last (#12 by @theqp)