Skip to content

Commit c09305e

Browse files
Prepare v5.0.0 release (#66)
* 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]>
1 parent d8ae682 commit c09305e

File tree

3 files changed

+22
-13
lines changed

3 files changed

+22
-13
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
- name: Set up PureScript toolchain
1717
uses: purescript-contrib/setup-purescript@main
18-
with:
19-
purescript: "0.14.0-rc5"
2018

2119
- name: Cache PureScript dependencies
2220
uses: actions/cache@v2

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

7-
Breaking changes (😱!!!):
7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v5.0.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v5.0.0) - 2021-02-26
16+
17+
Breaking changes:
818
- Added support for PureScript 0.14 and dropped support for all previous versions (#62, #64)
919

1020
New features:

bower.json

+11-10
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"purescript-fixed-points": "main",
20-
"purescript-datetime": "master",
21-
"purescript-transformers": "master",
22-
"purescript-lists": "master",
23-
"purescript-prelude": "master",
24-
"purescript-parsing": "main"
19+
"purescript-datetime": "^5.0.0",
20+
"purescript-fixed-points": "^6.0.0",
21+
"purescript-lists": "^6.0.0",
22+
"purescript-numbers": "^8.0.0",
23+
"purescript-parsing": "^6.0.0",
24+
"purescript-prelude": "^5.0.0",
25+
"purescript-transformers": "^5.0.0"
2526
},
2627
"devDependencies": {
27-
"purescript-aff": "main",
28-
"purescript-console": "master",
29-
"purescript-psci-support": "master",
30-
"purescript-assert": "master"
28+
"purescript-aff": "^6.0.0",
29+
"purescript-assert": "^5.0.0",
30+
"purescript-console": "^5.0.0",
31+
"purescript-effect": "^3.0.0"
3132
}
3233
}

0 commit comments

Comments
 (0)