diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e16f413..fc54710 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,8 +50,8 @@ jobs: - name: Build the project run: npm run build -# - name: Run tests -# run: npm run test + - name: Run tests + run: npm run test - name: Check formatting run: purs-tidy check src test diff --git a/CHANGELOG.md b/CHANGELOG.md index 362269d..ab7ff21 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: + +## [v8.0.0](https://github.com/purescript-contrib/purescript-react-dom/releases/tag/v8.0.0) - 2022-04-27 + Breaking changes: - Migrate FFI to ES modules (#28 by @JordanMartinez) diff --git a/bower.json b/bower.json index d8b9c9b..d3dc30c 100644 --- a/bower.json +++ b/bower.json @@ -16,11 +16,11 @@ "url": "https://github.com/purescript-contrib/purescript-react-dom.git" }, "dependencies": { - "purescript-effect": "master", - "purescript-react": "main", - "purescript-web-dom": "master" + "purescript-effect": "^4.0.0", + "purescript-react": "^10.0.1", + "purescript-web-dom": "^6.0.0" }, "devDependencies": { - "purescript-console": "master" + "purescript-console": "^6.0.0" } }