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) 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" } }