Skip to content

Commit d00f578

Browse files
Prepare v5.0.0 release (1st PS 0.15.0-compatible release) (#30)
* Update the bower dependencies * Uncomment spago tests * Update the changelog
1 parent 4858ace commit d00f578

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
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+
## [v5.0.0](https://github.com/purescript-contrib/purescript-avar/releases/tag/v5.0.0) - 2022-04-27
16+
717
Breaking changes:
818
- Migrate FFI to ES modules (#29 by @JordanMartinez)
919

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-either": "master",
29-
"purescript-exceptions": "master",
30-
"purescript-functions": "master",
31-
"purescript-maybe": "master"
26+
"purescript-aff": "^7.0.0",
27+
"purescript-effect": "^4.0.0",
28+
"purescript-either": "^6.0.0",
29+
"purescript-exceptions": "^6.0.0",
30+
"purescript-functions": "^6.0.0",
31+
"purescript-maybe": "^6.0.0"
3232
},
3333
"devDependencies": {
34-
"purescript-assert": "master",
35-
"purescript-console": "master",
36-
"purescript-refs": "master",
37-
"purescript-transformers": "master"
34+
"purescript-assert": "^6.0.0",
35+
"purescript-console": "^6.0.0",
36+
"purescript-refs": "^6.0.0",
37+
"purescript-transformers": "^6.0.0"
3838
}
3939
}

0 commit comments

Comments
 (0)