Skip to content

Commit

Permalink
Prepare v7.0.0 release (1st PS 0.15.0-compatible release) (#210)
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 committed Apr 27, 2022
1 parent ff19847 commit 2d44d9f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-aff/releases/tag/v7.0.0) - 2022-04-27

Breaking changes:
- Restrict the signature of `launchAff_` to only work on `Aff Unit` (#203 by @i-am-the-slime)
- Migrate FFI to ES modules (#209 by @JordanMartinez)
Expand Down
38 changes: 19 additions & 19 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@
"package.json"
],
"dependencies": {
"purescript-arrays": "master",
"purescript-bifunctors": "master",
"purescript-control": "master",
"purescript-datetime": "master",
"purescript-effect": "master",
"purescript-either": "master",
"purescript-exceptions": "master",
"purescript-foldable-traversable": "master",
"purescript-functions": "master",
"purescript-maybe": "master",
"purescript-newtype": "master",
"purescript-parallel": "master",
"purescript-prelude": "master",
"purescript-refs": "master",
"purescript-tailrec": "master",
"purescript-transformers": "master",
"purescript-unsafe-coerce": "master"
"purescript-arrays": "^7.0.0",
"purescript-bifunctors": "^6.0.0",
"purescript-control": "^6.0.0",
"purescript-datetime": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-either": "^6.0.0",
"purescript-exceptions": "^6.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-functions": "^6.0.0",
"purescript-maybe": "^6.0.0",
"purescript-newtype": "^5.0.0",
"purescript-parallel": "^6.0.0",
"purescript-prelude": "^6.0.0",
"purescript-refs": "^6.0.0",
"purescript-tailrec": "^6.0.0",
"purescript-transformers": "^6.0.0",
"purescript-unsafe-coerce": "^6.0.0"
},
"devDependencies": {
"purescript-minibench": "master",
"purescript-assert": "master"
"purescript-minibench": "^4.0.0",
"purescript-assert": "^6.0.0"
}
}

0 comments on commit 2d44d9f

Please sign in to comment.