From 4e711285ff93c0321b874cceee1cf6c3331b414e Mon Sep 17 00:00:00 2001 From: Trenton Zimmer <66042448+trmazi@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:45:59 -0500 Subject: [PATCH] ready for release --- .env.development | 2 +- .env.production | 2 +- package.json | 2 +- public/data-sources/changelog.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index ab70bb1..c2bc05c 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -VITE_APP_VERSION="3.1.0-RC" +VITE_APP_VERSION="3.1.0" VITE_API_URL="http://localhost:8000/" VITE_API_KEY="your_api_key_should_be_here" VITE_ASSET_PATH="/assets" diff --git a/.env.production b/.env.production index fdc3e0b..0d09261 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ -VITE_APP_VERSION="3.1.0-RC" +VITE_APP_VERSION="3.1.0" VITE_API_URL="https://restfulsleep.phaseii.network" VITE_API_KEY="your_api_key_should_be_here" VITE_ASSET_PATH="https://cdn.phaseii.network/file/PhaseII/web-assets" diff --git a/package.json b/package.json index 9669ee8..2dc02cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaseweb3", - "version": "3.1.0-RC", + "version": "3.1.0", "scripts": { "dev": "vite --host", "build": "vite build", diff --git a/public/data-sources/changelog.json b/public/data-sources/changelog.json index 0821c01..0cc2203 100644 --- a/public/data-sources/changelog.json +++ b/public/data-sources/changelog.json @@ -45,5 +45,6 @@ "3.0.43": ["- (Major) Add pop'n music Jam&Fizz"], "3.0.44": ["- (Bugfix) Fix broken race state on game page", "- (Major) Add customization options for BaseIcon fill type", "- (Major) Add pop'n music weekly course song"], "3.0.45": ["- (Bugfix) Fix Timeline not loading", "- (Major) Add a filter to the data in the timeline for private profiles", "- (Game) Add SDVX 6th chart", "- (Bugfix) Fix floats for jubeat difficulties"], - "3.1.0-RC": ["- (Feature) Add onboarding page", "- (Minor) Add BaseImage component", "- (Minor) Add BaseAccordion component, - (Admin) Finish admin event log page"] + "3.1.0-RC": ["- (Feature) Add onboarding page", "- (Minor) Add BaseImage component", "- (Minor) Add BaseAccordion component, - (Admin) Finish admin event log page"], + "3.1.0": ["- (Major) WebUI V3 full release"] } \ No newline at end of file