Skip to content

Commit d35c583

Browse files
authored
Prepare v2.0.0 release (#8)
* 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 0db07ff commit d35c583

File tree

3 files changed

+14
-16
lines changed

3 files changed

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

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

bower.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "purescript-node-net",
33
"repository": {
44
"type": "git",
5-
"url": "git://github.com/purescript-node/purescript-node-net"
5+
"url": "https://github.com/purescript-node/purescript-node-net.git"
66
},
77
"license": "MIT",
88
"ignore": [
@@ -12,19 +12,19 @@
1212
"output"
1313
],
1414
"dependencies": {
15-
"purescript-effect": "master",
16-
"purescript-either": "master",
17-
"purescript-exceptions": "master",
18-
"purescript-foreign": "master",
19-
"purescript-maybe": "master",
20-
"purescript-node-buffer": "master",
21-
"purescript-node-fs": "master",
22-
"purescript-nullable": "main",
23-
"purescript-options": "main",
24-
"purescript-prelude": "master",
25-
"purescript-transformers": "master"
15+
"purescript-effect": "^3.0.0",
16+
"purescript-either": "^5.0.0",
17+
"purescript-exceptions": "^5.0.0",
18+
"purescript-foreign": "^6.0.0",
19+
"purescript-maybe": "^5.0.0",
20+
"purescript-node-buffer": "^7.0.0",
21+
"purescript-node-fs": "^6.0.0",
22+
"purescript-nullable": "^5.0.0",
23+
"purescript-options": "^6.0.0",
24+
"purescript-prelude": "^5.0.0",
25+
"purescript-transformers": "^5.0.0"
2626
},
2727
"devDependencies": {
28-
"purescript-console": "master"
28+
"purescript-console": "^5.0.0"
2929
}
3030
}

0 commit comments

Comments
 (0)