Skip to content

Commit ac3cbbb

Browse files
authored
Prepare v4.0.0 release (#25)
* Update CI to build with the latest version of the compiler * Upgrade bower dependencies * Update the changelog
1 parent 43ec494 commit ac3cbbb

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-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+
## [v4.0.0](https://github.com/purescript-contrib/purescript-avar/releases/tag/v4.0.0) - 2021-02-26
16+
17+
Breaking changes:
818
- Added support for PureScript 0.14 and dropped support for all previous versions (#23)
919

1020
New features:

bower.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
"tests"
2424
],
2525
"dependencies": {
26-
"purescript-aff": "main",
27-
"purescript-effect": "master",
28-
"purescript-maybe": "master",
29-
"purescript-either": "master",
30-
"purescript-functions": "master",
31-
"purescript-exceptions": "master"
26+
"purescript-aff": "^6.0.0",
27+
"purescript-effect": "^3.0.0",
28+
"purescript-either": "^5.0.0",
29+
"purescript-exceptions": "^5.0.0",
30+
"purescript-functions": "^5.0.0",
31+
"purescript-maybe": "^5.0.0"
3232
},
3333
"devDependencies": {
34-
"purescript-assert": "master",
35-
"purescript-console": "master",
36-
"purescript-transformers": "master",
37-
"purescript-refs": "master"
34+
"purescript-assert": "^5.0.0",
35+
"purescript-console": "^5.0.0",
36+
"purescript-refs": "^5.0.0",
37+
"purescript-transformers": "^5.0.0"
3838
}
3939
}

0 commit comments

Comments
 (0)