Skip to content

Commit 2d44d9f

Browse files
Prepare v7.0.0 release (1st PS 0.15.0-compatible release) (#210)
* Update the bower dependencies * Uncomment spago tests * Update the changelog
1 parent ff19847 commit 2d44d9f

File tree

3 files changed

+31
-21
lines changed

3 files changed

+31
-21
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
- name: Build the project
5151
run: npm run build
5252

53-
# - name: Run tests
54-
# run: npm run test
53+
- name: Run tests
54+
run: npm run test
5555

5656
- name: Check formatting
5757
run: purs-tidy check src test

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-contrib/purescript-aff/releases/tag/v7.0.0) - 2022-04-27
16+
717
Breaking changes:
818
- Restrict the signature of `launchAff_` to only work on `Aff Unit` (#203 by @i-am-the-slime)
919
- Migrate FFI to ES modules (#209 by @JordanMartinez)

bower.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-arrays": "master",
21-
"purescript-bifunctors": "master",
22-
"purescript-control": "master",
23-
"purescript-datetime": "master",
24-
"purescript-effect": "master",
25-
"purescript-either": "master",
26-
"purescript-exceptions": "master",
27-
"purescript-foldable-traversable": "master",
28-
"purescript-functions": "master",
29-
"purescript-maybe": "master",
30-
"purescript-newtype": "master",
31-
"purescript-parallel": "master",
32-
"purescript-prelude": "master",
33-
"purescript-refs": "master",
34-
"purescript-tailrec": "master",
35-
"purescript-transformers": "master",
36-
"purescript-unsafe-coerce": "master"
20+
"purescript-arrays": "^7.0.0",
21+
"purescript-bifunctors": "^6.0.0",
22+
"purescript-control": "^6.0.0",
23+
"purescript-datetime": "^6.0.0",
24+
"purescript-effect": "^4.0.0",
25+
"purescript-either": "^6.0.0",
26+
"purescript-exceptions": "^6.0.0",
27+
"purescript-foldable-traversable": "^6.0.0",
28+
"purescript-functions": "^6.0.0",
29+
"purescript-maybe": "^6.0.0",
30+
"purescript-newtype": "^5.0.0",
31+
"purescript-parallel": "^6.0.0",
32+
"purescript-prelude": "^6.0.0",
33+
"purescript-refs": "^6.0.0",
34+
"purescript-tailrec": "^6.0.0",
35+
"purescript-transformers": "^6.0.0",
36+
"purescript-unsafe-coerce": "^6.0.0"
3737
},
3838
"devDependencies": {
39-
"purescript-minibench": "master",
40-
"purescript-assert": "master"
39+
"purescript-minibench": "^4.0.0",
40+
"purescript-assert": "^6.0.0"
4141
}
4242
}

0 commit comments

Comments
 (0)