Skip to content

Commit 2578dd8

Browse files
authored
Prepare v6.0.0 release (#196)
* Update CI to build with the latest version of the compiler * Update the bower repository URL to match the URL in the registry * Upgrade bower dependencies * Update the changelog
1 parent a949279 commit 2578dd8

File tree

3 files changed

+28
-20
lines changed

3 files changed

+28
-20
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- uses: purescript-contrib/setup-purescript@main
16-
with:
17-
purescript: "0.14.0-rc5"
1816

1917
- uses: actions/setup-node@v1
2018
with:

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v6.0.0](https://github.com/purescript/purescript-lists/releases/tag/v6.0.0) - 2021-02-26
16+
717
Breaking changes:
818
- Converted `nub`/`nubBy` to use ordering, rather than equality (#179)
919
- Renamed `scanrLazy` to `scanlLazy` and fixed parameter ordering (#161)

bower.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "BSD-3-Clause",
88
"repository": {
99
"type": "git",
10-
"url": "git://github.com/purescript/purescript-lists.git"
10+
"url": "https://github.com/purescript/purescript-lists.git"
1111
},
1212
"ignore": [
1313
"**/.*",
@@ -19,24 +19,24 @@
1919
"package.json"
2020
],
2121
"dependencies": {
22-
"purescript-bifunctors": "master",
23-
"purescript-control": "master",
24-
"purescript-foldable-traversable": "master",
25-
"purescript-lazy": "master",
26-
"purescript-maybe": "master",
27-
"purescript-newtype": "master",
28-
"purescript-nonempty": "master",
29-
"purescript-partial": "master",
30-
"purescript-prelude": "master",
31-
"purescript-tailrec": "master",
32-
"purescript-tuples": "master",
33-
"purescript-unfoldable": "master"
22+
"purescript-bifunctors": "^5.0.0",
23+
"purescript-control": "^5.0.0",
24+
"purescript-foldable-traversable": "^5.0.0",
25+
"purescript-lazy": "^5.0.0",
26+
"purescript-maybe": "^5.0.0",
27+
"purescript-newtype": "^4.0.0",
28+
"purescript-nonempty": "^6.0.0",
29+
"purescript-partial": "^3.0.0",
30+
"purescript-prelude": "^5.0.0",
31+
"purescript-tailrec": "^5.0.0",
32+
"purescript-tuples": "^6.0.0",
33+
"purescript-unfoldable": "^5.0.0"
3434
},
3535
"devDependencies": {
36-
"purescript-arrays": "master",
37-
"purescript-assert": "master",
38-
"purescript-console": "master",
39-
"purescript-math": "master",
40-
"purescript-minibench": "master"
36+
"purescript-arrays": "^6.0.0",
37+
"purescript-assert": "^5.0.0",
38+
"purescript-console": "^5.0.0",
39+
"purescript-math": "^3.0.0",
40+
"purescript-minibench": "^3.0.0"
4141
}
4242
}

0 commit comments

Comments
 (0)