Skip to content

Commit

Permalink
Prepare v7.0.0 release (1st PS 0.15.0-compatible release) (#23)
Browse files Browse the repository at this point in the history
* Update the bower dependencies

* Uncomment spago tests

* Update the changelog
  • Loading branch information
JordanMartinez authored Apr 27, 2022
1 parent 8f1de94 commit 9e4f76f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:/purescript-contrib/purescript-uint/releases/tag/v7.0.0) - 2022-04-27

Breaking changes:
- Migrate FFI to ES modules (#20 by @JordanMartinez)

Expand Down
18 changes: 9 additions & 9 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 9e4f76f

Please sign in to comment.