Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 1da5d32

Browse files
authored
Prepare v7.0.0 release (#31)
* 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 a651d5b commit 1da5d32

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.github/workflows/ci.yml

-2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Bugfixes:
1212

1313
Other improvements:
1414

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

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

bower.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/purescript-node/purescript-node-fs-aff.git"
8+
"url": "https://github.com/purescript-node/purescript-node-fs-aff.git"
99
},
1010
"description": "Aff wrappers for purescript-node-fs",
1111
"keywords": [
@@ -27,12 +27,12 @@
2727
"example"
2828
],
2929
"dependencies": {
30-
"purescript-aff": "main",
31-
"purescript-either": "master",
32-
"purescript-node-fs": "master",
33-
"purescript-node-path": "master"
30+
"purescript-aff": "^6.0.0",
31+
"purescript-either": "^5.0.0",
32+
"purescript-node-fs": "^6.0.0",
33+
"purescript-node-path": "^4.0.0"
3434
},
3535
"devDependencies": {
36-
"purescript-console": "master"
36+
"purescript-console": "^5.0.0"
3737
}
3838
}

0 commit comments

Comments
 (0)