diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50d9084..c5a1684 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,8 +39,8 @@ jobs: - name: Build tests run: spago -x test.dhall build --no-install --purs-args '--censor-lib --strict' -# - name: Run tests -# run: spago -x test.dhall test --no-install + - name: Run tests + run: spago -x test.dhall test --no-install - name: Check formatting run: purs-tidy check src test diff --git a/CHANGELOG.md b/CHANGELOG.md index f24f911..97c702a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ Notable changes to this project are documented in this file. The format is based ## Unreleased +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: + +## [v7.0.0](https://github.com/purescript-contrib/purescript-uint/releases/tag/v7.0.0) - 2022-04-27 + Breaking changes: - Migrate FFI to ES modules (#20 by @JordanMartinez) diff --git a/bower.json b/bower.json index a230c7d..2490a9b 100644 --- a/bower.json +++ b/bower.json @@ -14,16 +14,16 @@ "output" ], "dependencies": { - "purescript-enums": "master", - "purescript-gen": "master", - "purescript-numbers": "master", - "purescript-maybe": "master", - "purescript-prelude": "master" + "purescript-enums": "^6.0.0", + "purescript-gen": "^4.0.0", + "purescript-numbers": "^9.0.0", + "purescript-maybe": "^6.0.0", + "purescript-prelude": "^6.0.0" }, "devDependencies": { - "purescript-effect": "master", - "purescript-psci-support": "master", - "purescript-quickcheck": "master", - "purescript-quickcheck-laws": "main" + "purescript-effect": "^4.0.0", + "purescript-psci-support": "^6.0.0", + "purescript-quickcheck": "^8.0.1", + "purescript-quickcheck-laws": "^7.0.0" } }