Skip to content

Commit 7db589b

Browse files
Prepare v7.0.0 release (#124)
* 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 * numbers v7 -> v8 Co-authored-by: Thomas Honeyman <[email protected]>
1 parent 38fa1db commit 7db589b

File tree

3 files changed

+40
-32
lines changed

3 files changed

+40
-32
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+
## [v7.0.0](https://github.com/purescript/purescript-quickcheck/releases/tag/v7.0.0) - 2021-02-26
16+
717
Breaking changes:
818
- Added support for PureScript 0.14 and dropped support for all previous versions (#115)
919
- Fixed `genericCoarbitrary` so it no longer explicitly relates to the generated data (#99)

bower.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/purescript/purescript-quickcheck.git"
11+
"url": "https://github.com/purescript/purescript-quickcheck.git"
1212
},
1313
"ignore": [
1414
"**/.*",
@@ -20,36 +20,36 @@
2020
"package.json"
2121
],
2222
"dependencies": {
23-
"purescript-arrays": "master",
24-
"purescript-console": "master",
25-
"purescript-control": "master",
26-
"purescript-effect": "master",
27-
"purescript-either": "master",
28-
"purescript-enums": "master",
29-
"purescript-exceptions": "master",
30-
"purescript-foldable-traversable": "master",
31-
"purescript-gen": "master",
32-
"purescript-identity": "master",
33-
"purescript-integers": "master",
34-
"purescript-lazy": "master",
35-
"purescript-lcg": "master",
36-
"purescript-lists": "master",
37-
"purescript-math": "master",
38-
"purescript-maybe": "master",
39-
"purescript-newtype": "master",
40-
"purescript-nonempty": "master",
41-
"purescript-partial": "master",
42-
"purescript-prelude": "master",
43-
"purescript-record": "master",
44-
"purescript-st": "master",
45-
"purescript-strings": "master",
46-
"purescript-tailrec": "master",
47-
"purescript-transformers": "master",
48-
"purescript-tuples": "master",
49-
"purescript-unfoldable": "master"
23+
"purescript-arrays": "^6.0.0",
24+
"purescript-console": "^5.0.0",
25+
"purescript-control": "^5.0.0",
26+
"purescript-effect": "^3.0.0",
27+
"purescript-either": "^5.0.0",
28+
"purescript-enums": "^5.0.0",
29+
"purescript-exceptions": "^5.0.0",
30+
"purescript-foldable-traversable": "^5.0.0",
31+
"purescript-gen": "^3.0.0",
32+
"purescript-identity": "^5.0.0",
33+
"purescript-integers": "^5.0.0",
34+
"purescript-lazy": "^5.0.0",
35+
"purescript-lcg": "^3.0.0",
36+
"purescript-lists": "^6.0.0",
37+
"purescript-math": "^3.0.0",
38+
"purescript-maybe": "^5.0.0",
39+
"purescript-newtype": "^4.0.0",
40+
"purescript-nonempty": "^6.0.0",
41+
"purescript-partial": "^3.0.0",
42+
"purescript-prelude": "^5.0.0",
43+
"purescript-record": "^3.0.0",
44+
"purescript-st": "^5.0.0",
45+
"purescript-strings": "^5.0.0",
46+
"purescript-tailrec": "^5.0.0",
47+
"purescript-transformers": "^5.0.0",
48+
"purescript-tuples": "^6.0.0",
49+
"purescript-unfoldable": "^5.0.0"
5050
},
5151
"devDependencies": {
52-
"purescript-assert": "master",
53-
"purescript-numbers": "master"
52+
"purescript-assert": "^5.0.0",
53+
"purescript-numbers": "^8.0.0"
5454
}
5555
}

0 commit comments

Comments
 (0)