Skip to content

Commit 9e4f76f

Browse files
Prepare v7.0.0 release (1st PS 0.15.0-compatible release) (#23)
* Update the bower dependencies * Uncomment spago tests * Update the changelog
1 parent 8f1de94 commit 9e4f76f

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Build tests
4040
run: spago -x test.dhall build --no-install --purs-args '--censor-lib --strict'
4141

42-
# - name: Run tests
43-
# run: spago -x test.dhall test --no-install
42+
- name: Run tests
43+
run: spago -x test.dhall test --no-install
4444

4545
- name: Check formatting
4646
run: purs-tidy check src test

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ Notable changes to this project are documented in this file. The format is based
55

66
## Unreleased
77

8+
Breaking changes:
9+
10+
New features:
11+
12+
Bugfixes:
13+
14+
Other improvements:
15+
16+
## [v7.0.0](https://github.com/purescript-contrib/purescript-uint/releases/tag/v7.0.0) - 2022-04-27
17+
818
Breaking changes:
919
- Migrate FFI to ES modules (#20 by @JordanMartinez)
1020

bower.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"output"
1515
],
1616
"dependencies": {
17-
"purescript-enums": "master",
18-
"purescript-gen": "master",
19-
"purescript-numbers": "master",
20-
"purescript-maybe": "master",
21-
"purescript-prelude": "master"
17+
"purescript-enums": "^6.0.0",
18+
"purescript-gen": "^4.0.0",
19+
"purescript-numbers": "^9.0.0",
20+
"purescript-maybe": "^6.0.0",
21+
"purescript-prelude": "^6.0.0"
2222
},
2323
"devDependencies": {
24-
"purescript-effect": "master",
25-
"purescript-psci-support": "master",
26-
"purescript-quickcheck": "master",
27-
"purescript-quickcheck-laws": "main"
24+
"purescript-effect": "^4.0.0",
25+
"purescript-psci-support": "^6.0.0",
26+
"purescript-quickcheck": "^8.0.1",
27+
"purescript-quickcheck-laws": "^7.0.0"
2828
}
2929
}

0 commit comments

Comments
 (0)