ready for release

This commit is contained in:
Trenton Zimmer
2026-01-13 10:45:59 -05:00
parent 967bbfb030
commit 4e711285ff
4 changed files with 5 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -1,6 +1,6 @@
{
"name": "phaseweb3",
"version": "3.1.0-RC",
"version": "3.1.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",

View File

@@ -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"]
}