From 04abb92ea393ecd6233ee63bec1ca345bed5c1f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Sch=C3=BCrz?= Date: Sun, 19 Jan 2025 21:19:13 +0100 Subject: [PATCH] Bump versions --- CHANGELOG.md | 4 ++++ Caddyfile | 5 ++--- nx.json | 8 +------- packages/core/package.json | 2 +- packages/framework/package.json | 2 +- packages/framework/project.json | 3 +-- packages/multiplayer/package.json | 2 +- packages/resources/package.json | 2 +- packages/ruleset-osu/package.json | 2 +- packages/serialization/package.json | 2 +- 10 files changed, 14 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdea6b27..fc0ead3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.5 (2025-01-19) + +This was a version bump only, there were no code changes. + ## 0.0.4 (2025-01-16) This was a version bump only, there were no code changes. diff --git a/Caddyfile b/Caddyfile index 14c54697..f1115096 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,7 +1,6 @@ :8080 { - reverse_proxy /beatmaps/* https://assets.ppy.sh { - header_up Host {upstream_hostport} - } + reverse_proxy /socket.io* http://localhost:3000 + reverse_proxy /edit* http://localhost:3000 header >Cache-Control "public, max-age=3600" reverse_proxy http://localhost:5173 diff --git a/nx.json b/nx.json index bfb1170c..a2e34115 100644 --- a/nx.json +++ b/nx.json @@ -22,13 +22,7 @@ "packages/ruleset-osu", "packages/ruleset-mania", "packages/multiplayer" - ], - "version": { - "generatorOptions": { - "packageRoot": "dist/packages/{projectName}", - "currentVersionResolver": "disk" - } - } + ] }, "plugins": [ { diff --git a/packages/core/package.json b/packages/core/package.json index 0d2332f5..adf27475 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@osucad/core", - "version": "0.0.1", + "version": "0.0.5", "scripts": { "build": "vite build", "typecheck": "tsc --noEmit -p tsconfig.lib.json --composite false", diff --git a/packages/framework/package.json b/packages/framework/package.json index 99bc1c9d..4766985b 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@osucad/framework", - "version": "0.0.1", + "version": "0.0.5", "scripts": { "build": "vite build", "typecheck": "tsc --noEmit -p tsconfig.lib.json --composite false", diff --git a/packages/framework/project.json b/packages/framework/project.json index cdcd75b1..8bc50519 100644 --- a/packages/framework/project.json +++ b/packages/framework/project.json @@ -11,11 +11,10 @@ "{options.outputPath}" ], "options": { - "outputPath": "packages/framework/dist", + "outputPath": "dist/packages/framework", "main": "packages/framework/src/index.ts", "configFile": "packages/framework/vite.config.ts", "tsConfig": "packages/framework/tsconfig.lib.json", - "generatePackageJson": true, "assets": [ "packages/framework/*.md" ] diff --git a/packages/multiplayer/package.json b/packages/multiplayer/package.json index 1152126b..92612f1f 100644 --- a/packages/multiplayer/package.json +++ b/packages/multiplayer/package.json @@ -1,6 +1,6 @@ { "name": "@osucad/multiplayer", - "version": "0.0.1", + "version": "0.0.5", "scripts": { "typecheck": "tsc --noEmit -p tsconfig.lib.json --composite false", "lint": "eslint src", diff --git a/packages/resources/package.json b/packages/resources/package.json index 9150414e..24b44c1c 100644 --- a/packages/resources/package.json +++ b/packages/resources/package.json @@ -1,6 +1,6 @@ { "name": "@osucad/resources", - "version": "0.0.1", + "version": "0.0.5", "scripts": { "prebuild": "assetpack", "build": "vite build" diff --git a/packages/ruleset-osu/package.json b/packages/ruleset-osu/package.json index 1eccf7a0..220e41f8 100644 --- a/packages/ruleset-osu/package.json +++ b/packages/ruleset-osu/package.json @@ -1,6 +1,6 @@ { "name": "@osucad/ruleset-osu", - "version": "0.0.1", + "version": "0.0.5", "scripts": { "build": "vite build", "typecheck": "tsc --noEmit -p tsconfig.lib.json --composite false", diff --git a/packages/serialization/package.json b/packages/serialization/package.json index a7adae45..f1913745 100644 --- a/packages/serialization/package.json +++ b/packages/serialization/package.json @@ -1,6 +1,6 @@ { "name": "@osucad/serialization", - "version": "0.0.1", + "version": "0.0.4", "private": true, "main": "./index.js", "module": "./index.mjs",