File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
40
40
- updated ` package.json ` commands for macOs
41
41
- swipeable CardsColumns.js on mobile
42
42
43
- ## Unreleased
43
+ ## 1.2.0
44
44
45
45
### Added
46
46
@@ -77,3 +77,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
77
- next.js warning - no stylesheets in head component
78
78
- CardColumns refactoring to accept an array of card objects as props
79
79
- styles on newsletter button and contact page
80
+
81
+ ## Unreleased
82
+
83
+ ### Added
84
+
85
+ ### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " web-dev-path" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " yarn run open-browser-win && next dev -p 3010" ,
Original file line number Diff line number Diff line change 11
11
cursor : pointer ;
12
12
font-weight : bold ;
13
13
text-align : center ;
14
- min-width : 12rem ;
15
14
display : block ;
16
15
border : 1px solid $primary-content-color ;
17
16
@include transition (all 0.3s ease );
You can’t perform that action at this time.
0 commit comments