chg: pkg: add missing .env variable and increase the version number and add missing data from front-end and back-end deps descriptor #4
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
This commit is contained in:
@@ -2,11 +2,12 @@ Changelog
|
|||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
||||||
(unreleased)
|
v2026.2.1 (2026-04-15)
|
||||||
------------
|
----------------------
|
||||||
|
|
||||||
New
|
New
|
||||||
~~~
|
~~~
|
||||||
|
- Add Contact page with email sending behaviour #4. [Lang]
|
||||||
- Add timer for the acceptance of the challenge #4. [Lang]
|
- Add timer for the acceptance of the challenge #4. [Lang]
|
||||||
- Registered users have avatars next to the timer #4. [Lang]
|
- Registered users have avatars next to the timer #4. [Lang]
|
||||||
- Add opportunity to use profile picture. #4. [Lang]
|
- Add opportunity to use profile picture. #4. [Lang]
|
||||||
@@ -19,6 +20,9 @@ New
|
|||||||
|
|
||||||
Changes
|
Changes
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
- Change the shareable battle - add avatars to it - even on the og tags
|
||||||
|
#4. [Lang]
|
||||||
|
- Change text #4. [Lang]
|
||||||
- Add donation button #4. [Lang]
|
- Add donation button #4. [Lang]
|
||||||
- Protect the gameplay with recaptcha #4. [Lang]
|
- Protect the gameplay with recaptcha #4. [Lang]
|
||||||
- The waiting dialog is uncloseable until the time is up #4. [Lang]
|
- The waiting dialog is uncloseable until the time is up #4. [Lang]
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ services:
|
|||||||
SERVER_NAME: ${SERVER_NAME:-:80}
|
SERVER_NAME: ${SERVER_NAME:-:80}
|
||||||
APP_ENV: prod
|
APP_ENV: prod
|
||||||
APP_SECRET: ${APP_SECRET}
|
APP_SECRET: ${APP_SECRET}
|
||||||
|
APP_CONTACT_MAIL_ADDRESS: ${APP_CONTACT_MAIL_ADDRESS:-7system7@gmail.com
|
||||||
DATABASE_URL: >-
|
DATABASE_URL: >-
|
||||||
postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}?serverVersion=${POSTGRES_VERSION}&charset=utf8
|
postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}?serverVersion=${POSTGRES_VERSION}&charset=utf8
|
||||||
POSTGRES_URL: db
|
POSTGRES_URL: db
|
||||||
|
|||||||
@@ -1,6 +1,14 @@
|
|||||||
{
|
{
|
||||||
|
"name": "splendid-bear/mineseeker",
|
||||||
|
"version": "2026.2.1",
|
||||||
|
"license": "GPL-3.0-or-later",
|
||||||
|
"author": "https://www.splendidbear.org",
|
||||||
|
"bugs": "https://source.splendidbear.org",
|
||||||
|
"description": "This is a minesweeper game that is inspired from MSN Messenger's game.",
|
||||||
|
"minimum-stability": "dev",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"license": "proprietary",
|
"prefer-stable": true,
|
||||||
|
"private": true,
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.5",
|
"php": ">=8.5",
|
||||||
"ext-iconv": "*",
|
"ext-iconv": "*",
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "mine-seeker",
|
"name": "mine-seeker",
|
||||||
"version": "1.0.0",
|
"version": "2026.2.1",
|
||||||
|
"author": "https://www.splendidbear.org",
|
||||||
|
"license": "GPL-3.0-or-later",
|
||||||
|
"bugs": "https://source.splendidbear.org",
|
||||||
"description": "Mine Seeker Game by system7",
|
"description": "Mine Seeker Game by system7",
|
||||||
|
"private": true,
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mine",
|
"mine",
|
||||||
"seeker",
|
"seeker",
|
||||||
@@ -9,9 +13,6 @@
|
|||||||
"multiplayer",
|
"multiplayer",
|
||||||
"websocket"
|
"websocket"
|
||||||
],
|
],
|
||||||
"author": "Laszlo Lang <system7>",
|
|
||||||
"license": "UNLICENSED",
|
|
||||||
"private": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "^11.14.0",
|
"@emotion/react": "^11.14.0",
|
||||||
"@emotion/styled": "^11.14.1",
|
"@emotion/styled": "^11.14.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user