Skip to content

Commit c59deb3

Browse files
authored
Prepare v5.0.0 release (#25)
* 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 fdcaf95 commit c59deb3

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

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

bower.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://github.com/purescript-contrib/purescript-node-readline",
44
"repository": {
55
"type": "git",
6-
"url": "git://github.com/purescript-node/purescript-node-readline.git"
6+
"url": "https://github.com/purescript-node/purescript-node-readline.git"
77
},
88
"license": "MIT",
99
"ignore": [
@@ -16,14 +16,14 @@
1616
"package.json"
1717
],
1818
"devDependencies": {
19-
"purescript-console": "master"
19+
"purescript-console": "^5.0.0"
2020
},
2121
"dependencies": {
22-
"purescript-node-streams": "master",
23-
"purescript-node-process": "master",
24-
"purescript-options": "main",
25-
"purescript-foreign": "master",
26-
"purescript-prelude": "master",
27-
"purescript-effect": "master"
22+
"purescript-effect": "^3.0.0",
23+
"purescript-foreign": "^6.0.0",
24+
"purescript-node-process": "^8.0.0",
25+
"purescript-node-streams": "^5.0.0",
26+
"purescript-options": "^6.0.0",
27+
"purescript-prelude": "^5.0.0"
2828
}
2929
}

0 commit comments

Comments
 (0)