Skip to content

Commit 6b74461

Browse files
Prepare v5.0.0 release (1st PS 0.15.0-compatible release) (#18)
* Update the bower dependencies * Update the changelog
1 parent 33028e6 commit 6b74461

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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+
## [v5.0.0](https://github.com/purescript-web/purescript-web-storage/releases/tag/v5.0.0) - 2022-04-27
16+
717
Breaking changes:
818
- Migrate FFI to ES modules (#17 by @JordanMartinez)
919

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"package.json"
1616
],
1717
"dependencies": {
18-
"purescript-nullable": "main",
19-
"purescript-web-events": "master"
18+
"purescript-nullable": "^6.0.0",
19+
"purescript-web-events": "^4.0.0"
2020
}
2121
}

0 commit comments

Comments
 (0)