diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5d37bc..a9d110d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,8 +39,8 @@ jobs: - name: Build tests run: spago -x spago-test.dhall build --no-install --purs-args '--censor-lib --strict' -# - name: Run tests -# run: spago -x spago-test.dhall test --no-install + - name: Run tests + run: spago -x spago-test.dhall test --no-install - name: Check formatting run: purs-tidy check src test diff --git a/CHANGELOG.md b/CHANGELOG.md index 982d560..ad44db1 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: + +## [v13.0.0](https://github.com/purescript-contrib/purescript-arraybuffer/releases/tag/v13.0.0) - 2022-04-27 + Breaking Changes: - Migrate FFI to ES modules (#41 by @JordanMartinez) - Replaced polymorphic proxies with monomorphic `Proxy` (#41 by @JordanMartinez) diff --git a/bower.json b/bower.json index 85fd87c..74106e6 100644 --- a/bower.json +++ b/bower.json @@ -14,20 +14,20 @@ "output" ], "dependencies": { - "purescript-arraybuffer-types": "main", - "purescript-arrays": "master", - "purescript-effect": "master", - "purescript-float32": "main", - "purescript-functions": "master", - "purescript-gen": "master", - "purescript-maybe": "master", - "purescript-nullable": "main", - "purescript-prelude": "master", - "purescript-tailrec": "master", - "purescript-uint": "main", - "purescript-unfoldable": "master" + "purescript-arraybuffer-types": "^3.0.2", + "purescript-arrays": "^7.0.0", + "purescript-effect": "^4.0.0", + "purescript-float32": "^2.0.0", + "purescript-functions": "^6.0.0", + "purescript-gen": "^4.0.0", + "purescript-maybe": "^6.0.0", + "purescript-nullable": "^6.0.0", + "purescript-prelude": "^6.0.0", + "purescript-tailrec": "^6.0.0", + "purescript-uint": "^7.0.0", + "purescript-unfoldable": "^6.0.0" }, "devDependencies": { - "purescript-quickcheck-laws": "main" + "purescript-quickcheck-laws": "^7.0.0" } }