Skip to content

Commit e16bcd2

Browse files
authored
Prepare v7.0.0 release (#28)
* 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 e601637 commit e16bcd2

File tree

3 files changed

+12
-14
lines changed

3 files changed

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

1717
Breaking changes:
1818
- Updated dependencies for PureScript 0.14 (#25)

bower.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/purescript-node/purescript-node-child-process"
7+
"url": "https://github.com/purescript-node/purescript-node-child-process.git"
88
},
99
"ignore": [
1010
"**/.*",
@@ -16,17 +16,17 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"purescript-exceptions": "master",
20-
"purescript-foreign": "master",
21-
"purescript-functions": "master",
22-
"purescript-node-fs": "master",
23-
"purescript-node-streams": "master",
24-
"purescript-nullable": "main",
25-
"purescript-posix-types": "master",
26-
"purescript-unsafe-coerce": "master",
27-
"purescript-foreign-object": "master"
19+
"purescript-exceptions": "^5.0.0",
20+
"purescript-foreign": "^6.0.0",
21+
"purescript-foreign-object": "^3.0.0",
22+
"purescript-functions": "^5.0.0",
23+
"purescript-node-fs": "^6.0.0",
24+
"purescript-node-streams": "^5.0.0",
25+
"purescript-nullable": "^5.0.0",
26+
"purescript-posix-types": "^5.0.0",
27+
"purescript-unsafe-coerce": "^5.0.0"
2828
},
2929
"devDependencies": {
30-
"purescript-console": "master"
30+
"purescript-console": "^5.0.0"
3131
}
3232
}

0 commit comments

Comments
 (0)