From 5ebb55510e0f6a3b168256f7561e88f45526c6d1 Mon Sep 17 00:00:00 2001 From: poignatov Date: Tue, 13 Jan 2026 21:01:50 +0300 Subject: [PATCH] =?UTF-8?q?v3.12.2:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=20=D0=BB=D0=BE=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/App.jsx | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 171a6a9..8531a3b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.12.1 +3.12.2 diff --git a/play-life-web/package.json b/play-life-web/package.json index 6a158c0..c928831 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "3.12.1", + "version": "3.12.2", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/App.jsx b/play-life-web/src/App.jsx index 20f167c..18dcc7d 100644 --- a/play-life-web/src/App.jsx +++ b/play-life-web/src/App.jsx @@ -271,7 +271,6 @@ function AppContent() { setCurrentWeekLoading(true) } setCurrentWeekError(null) - console.log('Fetching current week data from:', CURRENT_WEEK_API_URL) const response = await authFetch(CURRENT_WEEK_API_URL) if (!response.ok) { throw new Error('Ошибка загрузки данных')