Skip to content

Commit 967e45b

Browse files
Prepare v7.0.0 release (1st PS 0.15.0-compatible release) (#62)
* Update the bower dependencies * Update the changelog
1 parent 3890dc6 commit 967e45b

File tree

2 files changed

+29
-19
lines changed

2 files changed

+29
-19
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+
## [v7.0.0](https://github.com/purescript-node/purescript-node-fs/releases/tag/v7.0.0) - 2022-04-27
16+
717
Breaking changes:
818
- Remove `Async.exists` (#61 by @sigma-andex)
919
- Update `mkdir` to take an options record arg, exposing `recursive` option (#53, #55, #58 by @JordanMartinez)

bower.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@
2020
"package.json"
2121
],
2222
"dependencies": {
23-
"purescript-datetime": "master",
24-
"purescript-effect": "master",
25-
"purescript-either": "master",
26-
"purescript-enums": "master",
27-
"purescript-exceptions": "master",
28-
"purescript-functions": "master",
29-
"purescript-integers": "master",
30-
"purescript-js-date": "main",
31-
"purescript-maybe": "master",
32-
"purescript-node-buffer": "master",
33-
"purescript-node-path": "master",
34-
"purescript-node-streams": "master",
35-
"purescript-nullable": "main",
36-
"purescript-partial": "master",
37-
"purescript-prelude": "master",
38-
"purescript-strings": "master",
39-
"purescript-unsafe-coerce": "master"
23+
"purescript-datetime": "^6.0.0",
24+
"purescript-effect": "^4.0.0",
25+
"purescript-either": "^6.0.0",
26+
"purescript-enums": "^6.0.0",
27+
"purescript-exceptions": "^6.0.0",
28+
"purescript-functions": "^6.0.0",
29+
"purescript-integers": "^6.0.0",
30+
"purescript-js-date": "^8.0.0",
31+
"purescript-maybe": "^6.0.0",
32+
"purescript-node-buffer": "^8.0.0",
33+
"purescript-node-path": "^5.0.0",
34+
"purescript-node-streams": "^6.0.0",
35+
"purescript-nullable": "^6.0.0",
36+
"purescript-partial": "^4.0.0",
37+
"purescript-prelude": "^6.0.0",
38+
"purescript-strings": "^6.0.0",
39+
"purescript-unsafe-coerce": "^6.0.0"
4040
},
4141
"devDependencies": {
42-
"purescript-console": "master",
43-
"purescript-node-buffer": "master"
42+
"purescript-console": "^6.0.0",
43+
"purescript-node-buffer": "^8.0.0"
4444
}
4545
}

0 commit comments

Comments
 (0)