Skip to content

Commit

Permalink
Merge branch 'release/1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jun 23, 2022
2 parents 5f2c009 + 2806859 commit a6099e6
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 12 deletions.
14 changes: 7 additions & 7 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": "@brdgm/monumental-solo-helper",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"description": "Monumental Solo Helper",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.1.3",
"brdgm-commons": "github:brdgm/brdgm-commons#1.0.0",
"brdgm-commons": "github:brdgm/brdgm-commons#1.0.1",
"core-js": "^3.22.5",
"lodash": "^4.17.21",
"register-service-worker": "^1.7.2",
Expand Down
Binary file modified public/img/icons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/icons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/icons/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/icons/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/icons/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/icons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/icons/monumental-icon.psd
Binary file not shown.
Binary file modified public/img/icons/msapplication-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/assets/structure/headerNavIcon.svg

This file was deleted.

4 changes: 2 additions & 2 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"gameTitle": "Monumental",
"home": {
"title": "Monumental Solo Helper",
"play1": "Play the <b>Automa Module</b> of <a href='https://boardgamegeek.com/boardgame/248125/monumental' target='_blank'><b>Monumental</b></a>.",
"play1": "Play the <b>Automa Module</b> of <a href='https://boardgamegeek.com/boardgame/248125/monumental' target='_blank' rel='noopener'><b>Monumental</b></a>.",
"play2": "To play the Automa module you only need the base game, this helper application replaces the solo cards. You can play against up to 4 bots.",
"play3": "The expansion <b>Lost Kingdoms</b> is also supported.",
"feedback": "Discussion and Feedback:"
Expand Down Expand Up @@ -151,7 +151,7 @@
"abortGame": "Abort Game",
"abortGameConfirm": "Aborting the running game - are you sure?",
"finishGame": "Finish Game",
"finishGameConfirm": "Finishing this game - are you sure?",
"finishGameConfirm": "Finishing this game and go to scoring - are you sure?",
"endGame": "End Game",
"endGameConfirm": "End this game and return to home screen - are you sure?",
"roundResetTurn": "Reset Turn",
Expand Down

0 comments on commit a6099e6

Please sign in to comment.