diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a37ef4a..266172a 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 5f32068..5c54948 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: + +## [v7.0.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v7.0.0) - 2022-04-27 + Breaking changes: - Migrate FFI to ES modules (#57 by @JordanMartinez) diff --git a/bower.json b/bower.json index ffdcda0..da0000a 100644 --- a/bower.json +++ b/bower.json @@ -27,19 +27,19 @@ "package.json" ], "dependencies": { - "purescript-arrays": "master", - "purescript-control": "master", - "purescript-either": "master", - "purescript-foreign-object": "master", - "purescript-functions": "master", - "purescript-gen": "master", - "purescript-maybe": "master", - "purescript-nonempty": "master", - "purescript-prelude": "master", - "purescript-strings": "master", - "purescript-tailrec": "master" + "purescript-arrays": "^7.0.0", + "purescript-control": "^6.0.0", + "purescript-either": "^6.0.0", + "purescript-foreign-object": "^4.0.0", + "purescript-functions": "^6.0.0", + "purescript-gen": "^4.0.0", + "purescript-maybe": "^6.0.0", + "purescript-nonempty": "^7.0.0", + "purescript-prelude": "^6.0.0", + "purescript-strings": "^6.0.0", + "purescript-tailrec": "^6.0.0" }, "devDependencies": { - "purescript-quickcheck": "master" + "purescript-quickcheck": "^8.0.1" } }