Skip to content

Commit 2b7f480

Browse files
Prepare v7.0.0 release (1st PS 0.15.0-compatible release) (#23)
* Update the bower dependencies * Update the changelog
1 parent ecab425 commit 2b7f480

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
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+
## [v7.0.0](https://github.com/purescript-contrib/purescript-fixed-points/releases/tag/v7.0.0) - 2022-04-27
16+
717
Breaking changes:
818
- Update project and deps to PureScript v0.15.0 (#22 by @JordanMartinez)
919

bower.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"package.json"
1919
],
2020
"dependencies": {
21-
"purescript-exists": "master",
22-
"purescript-newtype": "master",
23-
"purescript-prelude": "master",
24-
"purescript-transformers": "master"
21+
"purescript-exists": "^6.0.0",
22+
"purescript-newtype": "^5.0.0",
23+
"purescript-prelude": "^6.0.0",
24+
"purescript-transformers": "^6.0.0"
2525
},
2626
"devDependencies": {
27-
"purescript-console": "master",
28-
"purescript-effect": "master"
27+
"purescript-console": "^6.0.0",
28+
"purescript-effect": "^4.0.0"
2929
}
3030
}

0 commit comments

Comments
 (0)