Skip to content

Commit 886bb20

Browse files
authored
Prepare v5.0.0 release (#34)
* 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 b42a542 commit 886bb20

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

Diff for: .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:

Diff for: 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-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 (#31)

Diff for: bower.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/purescript-node/purescript-node-streams.git"
12+
"url": "https://github.com/purescript-node/purescript-node-streams.git"
1313
},
1414
"devDependencies": {
15-
"purescript-console": "master",
16-
"purescript-assert": "master",
17-
"purescript-partial": "master"
15+
"purescript-assert": "^5.0.0",
16+
"purescript-console": "^5.0.0",
17+
"purescript-partial": "^3.0.0"
1818
},
1919
"dependencies": {
20-
"purescript-effect": "master",
21-
"purescript-node-buffer": "master",
22-
"purescript-prelude": "master",
23-
"purescript-either": "master",
24-
"purescript-exceptions": "master"
20+
"purescript-effect": "^3.0.0",
21+
"purescript-either": "^5.0.0",
22+
"purescript-exceptions": "^5.0.0",
23+
"purescript-node-buffer": "^7.0.0",
24+
"purescript-prelude": "^5.0.0"
2525
}
2626
}

0 commit comments

Comments
 (0)