Skip to content

Commit b113451

Browse files
Prepare v7.0.0 release (1st PS 0.15.0-compatible release) (#209)
* Update the bower dependencies * Update Node to 14 in CI * Update the changelog * Update bower.json Co-authored-by: Thomas Honeyman <[email protected]>
1 parent 43c9d0c commit b113451

File tree

3 files changed

+28
-19
lines changed

3 files changed

+28
-19
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
with:
1717
purescript: "unstable"
1818

19-
- uses: actions/setup-node@v1
19+
- uses: actions/setup-node@v2
2020
with:
21-
node-version: "12"
21+
node-version: "14.x"
2222

2323
- name: Install dependencies
2424
run: |

CHANGELOG.md

+10
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+
## [v7.0.0](https://github.com/purescript/purescript-lists/releases/tag/v7.0.0) - 2022-04-27
16+
717
Breaking changes:
818
- Update project and deps to PureScript v0.15.0 (#203 by @JordanMartinez)
919
- Drop deprecated `MonadZero` instance (#205 by @JordanMartinez)

bower.json

+16-17
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,23 @@
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": "^6.0.0",
23+
"purescript-control": "^6.0.0",
24+
"purescript-foldable-traversable": "^6.0.0",
25+
"purescript-lazy": "^6.0.0",
26+
"purescript-maybe": "^6.0.0",
27+
"purescript-newtype": "^5.0.0",
28+
"purescript-nonempty": "^7.0.0",
29+
"purescript-partial": "^4.0.0",
30+
"purescript-prelude": "^6.0.0",
31+
"purescript-tailrec": "^6.0.0",
32+
"purescript-tuples": "^7.0.0",
33+
"purescript-unfoldable": "^6.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": "^7.0.0",
37+
"purescript-assert": "^6.0.0",
38+
"purescript-console": "^6.0.0",
39+
"purescript-minibench": "^4.0.0"
4140
}
4241
}

0 commit comments

Comments
 (0)