File tree 2 files changed +20
-9
lines changed 2 files changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based
4
4
5
5
## [ Unreleased]
6
6
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:
8
18
- Added support for PureScript 0.14 and dropped support for all previous versions (#125 by @JordanMartinez , #126 by @kl0tl )
9
19
- Changed ` flex ` , ` flexGrow ` , and ` flexShrink ` to use ` Number ` rather than ` Int ` for the ` grow ` and ` shrink ` values (#64 by @andywhite37 )
10
20
- Refactored ` FontStyle ` type to be a sum type rather than a newtype and added tests (#95 by @vyorkin )
Original file line number Diff line number Diff line change 21
21
" tests"
22
22
],
23
23
"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"
31
32
},
32
33
"devDependencies" : {
33
- "purescript-exceptions" : " master "
34
+ "purescript-exceptions" : " ^5.0.0 "
34
35
}
35
36
}
You can’t perform that action at this time.
0 commit comments