Skip to content

Commit 7be7bd0

Browse files
Prepare v8.0.0 release (1st PS 0.15.0-compatible release) (#50)
* Update the bower dependencies * Update the changelog
1 parent c43a063 commit 7be7bd0

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
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-buffer/releases/tag/v8.0.0) - 2022-04-27
16+
17+
Breaking changes:
18+
819
- Update project and deps to PureScript v0.15.0 (#46 by @sigma-andex and @JordanMartinez)
920

1021
New features:

Diff for: bower.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"url": "https://github.com/purescript-node/purescript-node-buffer.git"
1414
},
1515
"dependencies": {
16-
"purescript-arraybuffer-types": "main",
17-
"purescript-effect": "master",
18-
"purescript-maybe": "master",
19-
"purescript-st": "master",
20-
"purescript-unsafe-coerce": "master"
16+
"purescript-arraybuffer-types": "^3.0.2",
17+
"purescript-effect": "^4.0.0",
18+
"purescript-maybe": "^6.0.0",
19+
"purescript-st": "^6.0.0",
20+
"purescript-unsafe-coerce": "^6.0.0"
2121
},
2222
"devDependencies": {
23-
"purescript-assert": "master",
24-
"purescript-console": "master",
25-
"purescript-foldable-traversable": "master"
23+
"purescript-assert": "^6.0.0",
24+
"purescript-console": "^6.0.0",
25+
"purescript-foldable-traversable": "^6.0.0"
2626
}
2727
}

0 commit comments

Comments
 (0)