diff --git a/CHANGELOG.md b/CHANGELOG.md index b0fcd44c..cd72995b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2] - 2020-01-20 + +### Changed + +- Dependency upgrades + ## [0.3.1] - 2020-01-09 ### Changed @@ -45,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. Rough, but playable with 4 people. -[unreleased]: https://github.com/mreishus/spades/compare/v0.3.1...HEAD +[unreleased]: https://github.com/mreishus/spades/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/mreishus/spades/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/mreishus/spades/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/mreishus/spades/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/mreishus/spades/compare/v0.2.0...v0.2.1 diff --git a/build.sh b/build.sh index b051a8b0..a6ebc9a4 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.3.1 # Change in Lobby.tsx too, as well as changelog +VERSION=0.3.2 # Change in Lobby.tsx too, as well as changelog # exit when any command fails set -e diff --git a/frontend/src/features/lobby/Lobby.tsx b/frontend/src/features/lobby/Lobby.tsx index ccfdaaec..997fdb08 100644 --- a/frontend/src/features/lobby/Lobby.tsx +++ b/frontend/src/features/lobby/Lobby.tsx @@ -36,13 +36,13 @@ export const Lobby: React.FC = () => { return (
-
+

Lobby

{isLoading &&
Loading..
} {isError &&
Error..
}
-

New Game

+

New Game

{isLoggedIn && ( )} {!isLoggedIn && ( - + Log In @@ -60,12 +60,12 @@ export const Lobby: React.FC = () => {
-

Current Games

+

Current Games

-

About

+

About

StarSpades is a{" "} @@ -81,7 +81,7 @@ export const Lobby: React.FC = () => { email me:

- Last Update: 2020-01-09. Version: 0.3.1.{" "} + Last Update: 2020-01-20. Version: 0.3.2.{" "} { />

-
+