Skip to content

Commit 4cc9dea

Browse files
Prepare v2.0.0 release (1st PS 0.15.0-compatible release) (#15)
* Update the bower dependencies * Update the changelog
1 parent 1099958 commit 4cc9dea

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
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+
## [v2.0.0](https://github.com/purescript-web/purescript-web-cssom/releases/tag/v2.0.0) - 2022-04-28
16+
717
Breaking changes:
818
- Migrate FFI to ES modules (#14 by @JordanMartinez)
919
- Update `CSSStyleDeclaration` functions to take `style` arg last (#12 by @theqp)

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"package.json"
1616
],
1717
"dependencies": {
18-
"purescript-web-dom": "master",
19-
"purescript-web-html": "master",
20-
"purescript-web-uievents": "master"
18+
"purescript-web-dom": "^6.0.0",
19+
"purescript-web-html": "^4.0.0",
20+
"purescript-web-uievents": "^4.0.0"
2121
}
2222
}

0 commit comments

Comments
 (0)