Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Schürz committed Jan 19, 2025
1 parent 94da379 commit 04abb92
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 2 additions & 3 deletions Caddyfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 1 addition & 7 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@
"packages/ruleset-osu",
"packages/ruleset-mania",
"packages/multiplayer"
],
"version": {
"generatorOptions": {
"packageRoot": "dist/packages/{projectName}",
"currentVersionResolver": "disk"
}
}
]
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 1 addition & 2 deletions packages/framework/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/multiplayer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/resources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osucad/resources",
"version": "0.0.1",
"version": "0.0.5",
"scripts": {
"prebuild": "assetpack",
"build": "vite build"
Expand Down
2 changes: 1 addition & 1 deletion packages/ruleset-osu/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osucad/serialization",
"version": "0.0.1",
"version": "0.0.4",
"private": true,
"main": "./index.js",
"module": "./index.mjs",
Expand Down

0 comments on commit 04abb92

Please sign in to comment.