Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 2deffaa

Browse files
Prepare v8.0.0 release (1st PS 0.15.0-compatible release) (#37)
* Update the bower dependencies * Update the changelog
1 parent 0c46f0c commit 2deffaa

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

+10
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-fs-aff/releases/tag/v8.0.0) - 2022-04-27
16+
717
Breaking changes:
818
- Remove `exists` since the underlying `Async.exists` from `purescript-node-fs` has been removed (#36 by @sigma-andex)
919
- Update project and deps to PureScript v0.15.0 (#33 by @JordanMartinez, @thomashoneyman, @sigma-andex)

bower.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"example"
2828
],
2929
"dependencies": {
30-
"purescript-aff": "main",
31-
"purescript-either": "master",
32-
"purescript-node-fs": "master",
33-
"purescript-node-path": "master"
30+
"purescript-aff": "^7.0.0",
31+
"purescript-either": "^6.0.0",
32+
"purescript-node-fs": "^7.0.1",
33+
"purescript-node-path": "^5.0.0"
3434
},
3535
"devDependencies": {
36-
"purescript-console": "master"
36+
"purescript-console": "^6.0.0"
3737
}
3838
}

0 commit comments

Comments
 (0)