Skip to content

Commit a3894cf

Browse files
authored
Prepare v8.0.0 release (#29)
* 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 b9f476d commit a3894cf

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
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-
## [v8.0.0](https://github.com./purescript-node/purescript-node-process/releases/tag/v8.0.0) - 2021-MONTH-DAY
15+
## [v8.0.0](https://github.com./purescript-node/purescript-node-process/releases/tag/v8.0.0) - 2021-02-26
1616

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

bower.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "purescript-node-process",
33
"repository": {
44
"type": "git",
5-
"url": "git://github.com./purescript-node/purescript-node-process"
5+
"url": "https://github.com./purescript-node/purescript-node-process.git"
66
},
77
"license": "MIT",
88
"ignore": [
@@ -12,12 +12,12 @@
1212
"output"
1313
],
1414
"dependencies": {
15-
"purescript-effect": "master",
16-
"purescript-foreign-object": "master",
17-
"purescript-maybe": "master",
18-
"purescript-node-streams": "master",
19-
"purescript-posix-types": "master",
20-
"purescript-unsafe-coerce": "master",
21-
"purescript-prelude": "master"
15+
"purescript-effect": "^3.0.0",
16+
"purescript-foreign-object": "^3.0.0",
17+
"purescript-maybe": "^5.0.0",
18+
"purescript-node-streams": "^5.0.0",
19+
"purescript-posix-types": "^5.0.0",
20+
"purescript-prelude": "^5.0.0",
21+
"purescript-unsafe-coerce": "^5.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)