Skip to content

Commit 48a4da0

Browse files
authored
Prepare v6.0.0 release (#37)
* 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 f000c7b commit 48a4da0

File tree

3 files changed

+17
-19
lines changed

3 files changed

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

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

bower.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/purescript-node/purescript-node-http.git"
12+
"url": "https://github.com/purescript-node/purescript-node-http.git"
1313
},
1414
"devDependencies": {
15-
"purescript-console": "master"
15+
"purescript-console": "^5.0.0"
1616
},
1717
"dependencies": {
18-
"purescript-arraybuffer-types": "main",
19-
"purescript-contravariant": "master",
20-
"purescript-effect": "master",
21-
"purescript-foreign": "master",
22-
"purescript-foreign-object": "master",
23-
"purescript-maybe": "master",
24-
"purescript-node-buffer": "master",
25-
"purescript-node-net": "master",
26-
"purescript-node-streams": "master",
27-
"purescript-node-url": "master",
28-
"purescript-nullable": "main",
29-
"purescript-options": "main",
30-
"purescript-prelude": "master",
31-
"purescript-unsafe-coerce": "master"
18+
"purescript-arraybuffer-types": "^3.0.0",
19+
"purescript-contravariant": "^5.0.0",
20+
"purescript-effect": "^3.0.0",
21+
"purescript-foreign": "^6.0.0",
22+
"purescript-foreign-object": "^3.0.0",
23+
"purescript-maybe": "^5.0.0",
24+
"purescript-node-buffer": "^7.0.0",
25+
"purescript-node-net": "^2.0.0",
26+
"purescript-node-streams": "^5.0.0",
27+
"purescript-node-url": "^5.0.0",
28+
"purescript-nullable": "^5.0.0",
29+
"purescript-options": "^6.0.0",
30+
"purescript-prelude": "^5.0.0",
31+
"purescript-unsafe-coerce": "^5.0.0"
3232
}
3333
}

0 commit comments

Comments
 (0)