Skip to content

Commit 009787a

Browse files
authored
Prepare v6.0.0 release (#51)
* Update CI to build with the latest version of the compiler * Update the bower repository URL to match the URL in the registry * Upgrade bower dependencies * Update the changelog
1 parent 4f484f7 commit 009787a

File tree

3 files changed

+21
-23
lines changed

3 files changed

+21
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- uses: purescript-contrib/setup-purescript@main
16-
with:
17-
purescript: "0.14.0-rc5"
1816

1917
- uses: actions/setup-node@v1
2018
with:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Bugfixes:
1212

1313
Other improvements:
1414

15-
## [v6.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v6.0.0) - 2021-MONTH-DAY
15+
## [v6.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v6.0.0) - 2021-02-26
1616

1717
Breaking changes:
1818
- Added support for PureScript 0.14 and dropped support for all previous versions (#46)

bower.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/purescript-node/purescript-node-fs"
11+
"url": "https://github.com/purescript-node/purescript-node-fs.git"
1212
},
1313
"ignore": [
1414
"**/.*",
@@ -20,26 +20,26 @@
2020
"package.json"
2121
],
2222
"dependencies": {
23-
"purescript-datetime": "master",
24-
"purescript-effect": "master",
25-
"purescript-either": "master",
26-
"purescript-enums": "master",
27-
"purescript-exceptions": "master",
28-
"purescript-functions": "master",
29-
"purescript-integers": "master",
30-
"purescript-js-date": "main",
31-
"purescript-maybe": "master",
32-
"purescript-node-buffer": "master",
33-
"purescript-node-path": "master",
34-
"purescript-node-streams": "master",
35-
"purescript-nullable": "main",
36-
"purescript-partial": "master",
37-
"purescript-prelude": "master",
38-
"purescript-strings": "master",
39-
"purescript-unsafe-coerce": "master"
23+
"purescript-datetime": "^5.0.0",
24+
"purescript-effect": "^3.0.0",
25+
"purescript-either": "^5.0.0",
26+
"purescript-enums": "^5.0.0",
27+
"purescript-exceptions": "^5.0.0",
28+
"purescript-functions": "^5.0.0",
29+
"purescript-integers": "^5.0.0",
30+
"purescript-js-date": "^7.0.0",
31+
"purescript-maybe": "^5.0.0",
32+
"purescript-node-buffer": "^7.0.0",
33+
"purescript-node-path": "^4.0.0",
34+
"purescript-node-streams": "^5.0.0",
35+
"purescript-nullable": "^5.0.0",
36+
"purescript-partial": "^3.0.0",
37+
"purescript-prelude": "^5.0.0",
38+
"purescript-strings": "^5.0.0",
39+
"purescript-unsafe-coerce": "^5.0.0"
4040
},
4141
"devDependencies": {
42-
"purescript-console": "master",
43-
"purescript-node-buffer": "master"
42+
"purescript-console": "^5.0.0",
43+
"purescript-node-buffer": "^7.0.0"
4444
}
4545
}

0 commit comments

Comments
 (0)