Skip to content

Commit e562680

Browse files
authored
Prepare v5.0.0 release (#11)
* 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 ee4a32d commit e562680

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
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-
## [v5.0.0](https://github.com/purescript-node/purescript-posix-types/releases/tag/v5.0.0) - 2021-MONTH-DAY
15+
## [v5.0.0](https://github.com/purescript-node/purescript-posix-types/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 (#8)

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"repository": {
55
"type": "git",
6-
"url": "git://github.com/purescript-node/purescript-posix-types"
6+
"url": "https://github.com/purescript-node/purescript-posix-types.git"
77
},
88
"ignore": [
99
"**/.*",
@@ -15,10 +15,10 @@
1515
"package.json"
1616
],
1717
"dependencies": {
18-
"purescript-prelude": "master",
19-
"purescript-maybe": "master"
18+
"purescript-maybe": "^5.0.0",
19+
"purescript-prelude": "^5.0.0"
2020
},
2121
"devDependencies": {
22-
"purescript-console": "master"
22+
"purescript-console": "^5.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)