Skip to content

Commit 5179e38

Browse files
Prepare v8.0.0 release (1st PS 0.15.0-compatible release) (#32)
* Update the bower dependencies * Update the changelog
1 parent 01e3ade commit 5179e38

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v8.0.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v8.0.0) - 2022-04-27
16+
717
Breaking changes:
818
- Update project and deps to PureScript v0.15.0 (#31 by @JordanMartinez, @thomashoneyman, @sigma-andex)
919

bower.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"purescript-exceptions": "master",
20-
"purescript-foreign": "master",
21-
"purescript-foreign-object": "master",
22-
"purescript-functions": "master",
23-
"purescript-node-fs": "master",
24-
"purescript-node-streams": "master",
25-
"purescript-nullable": "main",
26-
"purescript-posix-types": "master",
27-
"purescript-unsafe-coerce": "master"
19+
"purescript-exceptions": "^6.0.0",
20+
"purescript-foreign": "^7.0.0",
21+
"purescript-foreign-object": "^4.0.0",
22+
"purescript-functions": "^6.0.0",
23+
"purescript-node-fs": "^7.0.1",
24+
"purescript-node-streams": "^6.0.0",
25+
"purescript-nullable": "^6.0.0",
26+
"purescript-posix-types": "^6.0.0",
27+
"purescript-unsafe-coerce": "^6.0.0"
2828
},
2929
"devDependencies": {
30-
"purescript-console": "master"
30+
"purescript-console": "^6.0.0"
3131
}
3232
}

0 commit comments

Comments
 (0)