Skip to content

Commit 0484362

Browse files
Prepare v5.0.0 release (#130)
Co-authored-by: Thomas Honeyman <[email protected]>
1 parent 5c1a44e commit 0484362

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

7-
Breaking changes (😱!!!):
7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v5.0.0](https://github.com/purescript-contrib/purescript-css/releases/tag/v5.0.0) - 2021-02-26
16+
17+
Breaking changes:
818
- Added support for PureScript 0.14 and dropped support for all previous versions (#125 by @JordanMartinez, #126 by @kl0tl)
919
- Changed `flex`, `flexGrow`, and `flexShrink` to use `Number` rather than `Int` for the `grow` and `shrink` values (#64 by @andywhite37)
1020
- Refactored `FontStyle` type to be a sum type rather than a newtype and added tests (#95 by @vyorkin)

bower.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@
2121
"tests"
2222
],
2323
"dependencies": {
24-
"purescript-colors": "master",
25-
"purescript-console": "master",
26-
"purescript-nonempty": "master",
27-
"purescript-profunctor": "master",
28-
"purescript-strings": "master",
29-
"purescript-these": "main",
30-
"purescript-transformers": "master"
24+
"purescript-colors": "^6.0.0",
25+
"purescript-console": "^5.0.0",
26+
"purescript-effect": "^3.0.0",
27+
"purescript-nonempty": "^6.0.0",
28+
"purescript-profunctor": "^5.0.0",
29+
"purescript-strings": "^5.0.0",
30+
"purescript-these": "^5.0.0",
31+
"purescript-transformers": "^5.0.0"
3132
},
3233
"devDependencies": {
33-
"purescript-exceptions": "master"
34+
"purescript-exceptions": "^5.0.0"
3435
}
3536
}

0 commit comments

Comments
 (0)