Skip to content

Commit

Permalink
Prepare v5.0.0 release (#66)
Browse files Browse the repository at this point in the history
* Update CI to build with the latest version of the compiler

* Upgrade bower dependencies

* Update the changelog

* Update bower.json

Co-authored-by: Thomas Honeyman <[email protected]>
  • Loading branch information
kl0tl and thomashoneyman authored Feb 26, 2021
1 parent d8ae682 commit c09305e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

- name: Set up PureScript toolchain
uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.14.0-rc5"

- name: Cache PureScript dependencies
uses: actions/cache@v2
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based

## [Unreleased]

Breaking changes (😱!!!):
Breaking changes:

New features:

Bugfixes:

Other improvements:

## [v5.0.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v5.0.0) - 2021-02-26

Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#62, #64)

New features:
Expand Down
21 changes: 11 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@
"package.json"
],
"dependencies": {
"purescript-fixed-points": "main",
"purescript-datetime": "master",
"purescript-transformers": "master",
"purescript-lists": "master",
"purescript-prelude": "master",
"purescript-parsing": "main"
"purescript-datetime": "^5.0.0",
"purescript-fixed-points": "^6.0.0",
"purescript-lists": "^6.0.0",
"purescript-numbers": "^8.0.0",
"purescript-parsing": "^6.0.0",
"purescript-prelude": "^5.0.0",
"purescript-transformers": "^5.0.0"
},
"devDependencies": {
"purescript-aff": "main",
"purescript-console": "master",
"purescript-psci-support": "master",
"purescript-assert": "master"
"purescript-aff": "^6.0.0",
"purescript-assert": "^5.0.0",
"purescript-console": "^5.0.0",
"purescript-effect": "^3.0.0"
}
}

0 comments on commit c09305e

Please sign in to comment.