Skip to content

Commit 7e99616

Browse files
Prepare release package
1 parent 403039b commit 7e99616

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.DS_Store

-6 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

styles/SubmitButton.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
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);

0 commit comments

Comments
 (0)