Skip to content

Commit

Permalink
Release 1.2.0!
Browse files Browse the repository at this point in the history
- Nextjs updated to 11.1.1;
- Better score on lighthouse;
- Added html lang property;
  • Loading branch information
carlohcs committed Sep 13, 2021
1 parent 836c883 commit 43a198b
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
// "plugin:css-modules/recommended",
// "plugin:postcss-modules/recommended",
"prettier"
],
]
// "plugins": ["css-modules"]
}
122 changes: 79 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carlota-sounds",
"version": "1.1.0",
"version": "1.2.0",
"private": false,
"scripts": {
"dev": "next dev",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@stitches/react": "^0.2.5",
"immer": "^9.0.6",
"next": "11.1.0",
"next": "^11.1.1",
"normalize.css": "^8.0.1",
"react": "17.0.2",
"react-audio-player": "^0.17.0",
Expand Down
2 changes: 1 addition & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const isProduction = process.env.NODE_ENV === 'production'
export default class MyDocument extends Document {
render(): JSX.Element {
return (
<Html>
<Html lang="en">
<Head>
<>
<title>Carlota Sounds - A reflection of sounds.</title>
Expand Down

0 comments on commit 43a198b

Please sign in to comment.