Skip to content

Commit 476122f

Browse files
Prepare v5.0.0 release (1st PS 0.15.0-compatible release) (#22)
* Update the bower dependencies * Update the changelog
1 parent 35658d6 commit 476122f

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

bower.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"output"
1717
],
1818
"dependencies": {
19-
"purescript-arraybuffer-types": "main",
20-
"purescript-datetime": "master",
21-
"purescript-http-methods": "main",
22-
"purescript-web-dom": "master",
23-
"purescript-web-file": "master",
24-
"purescript-web-html": "master"
19+
"purescript-arraybuffer-types": "^3.0.2",
20+
"purescript-datetime": "^6.0.0",
21+
"purescript-http-methods": "^6.0.0",
22+
"purescript-web-dom": "^6.0.0",
23+
"purescript-web-file": "^4.0.0",
24+
"purescript-web-html": "^4.0.0"
2525
}
2626
}

0 commit comments

Comments
 (0)