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.
4040- updated ` package.json ` commands for macOs
4141- swipeable CardsColumns.js on mobile
4242
43- ## Unreleased
43+ ## 1.2.0
4444
4545### Added
4646
@@ -77,3 +77,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7777- next.js warning - no stylesheets in head component
7878- CardColumns refactoring to accept an array of card objects as props
7979- 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 11{
22 "name" : " web-dev-path" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.2 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " yarn run open-browser-win && next dev -p 3010" ,
Original file line number Diff line number Diff line change 1111 cursor : pointer ;
1212 font-weight : bold ;
1313 text-align : center ;
14- min-width : 12rem ;
1514 display : block ;
1615 border : 1px solid $primary-content-color ;
1716 @include transition (all 0.3s ease );
You can’t perform that action at this time.
0 commit comments