Skip to content

Commit 0b4deda

Browse files
Prepare v7.0.0 release (1st PS 0.15.0-compatible release) (#83)
* Update the bower dependencies * Uncomment spago tests * Update the changelog
1 parent aec1c90 commit 0b4deda

File tree

3 files changed

+23
-13
lines changed

3 files changed

+23
-13
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-formatters/releases/tag/v7.0.0) - 2022-04-28
16+
717
Breaking changes:
818
- Migrate FFI to ES modules (#79 by @i-am-the-slime and @JordanMartinez)
919

bower.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"purescript-datetime": "master",
20-
"purescript-fixed-points": "main",
21-
"purescript-lists": "master",
22-
"purescript-numbers": "master",
23-
"purescript-parsing": "main",
24-
"purescript-prelude": "master",
25-
"purescript-transformers": "master"
19+
"purescript-datetime": "^6.0.0",
20+
"purescript-fixed-points": "^7.0.0",
21+
"purescript-lists": "^7.0.0",
22+
"purescript-numbers": "^9.0.0",
23+
"purescript-parsing": "^9.0.0",
24+
"purescript-prelude": "^6.0.0",
25+
"purescript-transformers": "^6.0.0"
2626
},
2727
"devDependencies": {
28-
"purescript-aff": "main",
29-
"purescript-assert": "master",
30-
"purescript-console": "master",
31-
"purescript-effect": "master"
28+
"purescript-aff": "^7.0.0",
29+
"purescript-assert": "^6.0.0",
30+
"purescript-console": "^6.0.0",
31+
"purescript-effect": "^4.0.0"
3232
}
3333
}

0 commit comments

Comments
 (0)