Skip to content

Commit eb13b10

Browse files
Prepare v8.0.0 release (1st PS 0.15.0-compatible release) (#15)
* Update the bower dependencies * Update the changelog
1 parent eeb53ba commit eb13b10

File tree

2 files changed

+17
-7
lines changed

2 files changed

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

bower.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"package-lock.json"
2020
],
2121
"dependencies": {
22-
"purescript-effect": "master",
23-
"purescript-partial": "master",
24-
"purescript-prelude": "master",
25-
"purescript-web-dom": "master"
22+
"purescript-effect": "^4.0.0",
23+
"purescript-partial": "^4.0.0",
24+
"purescript-prelude": "^6.0.0",
25+
"purescript-web-dom": "^6.0.0"
2626
},
2727
"devDependencies": {
28-
"purescript-assert": "master",
29-
"purescript-console": "master",
30-
"purescript-psci-support": "master"
28+
"purescript-assert": "^6.0.0",
29+
"purescript-console": "^6.0.0",
30+
"purescript-psci-support": "^6.0.0"
3131
}
3232
}

0 commit comments

Comments
 (0)