diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e0feff1..736c0fa 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -18,4 +18,4 @@ version: 0.6.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.31.0" +appVersion: "0.32.0" diff --git a/chart/values.yaml b/chart/values.yaml index 43c863a..e08afd1 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -4,13 +4,13 @@ releaseVersion: 0.0.1 deployEnv: local uiAppName: ntt-ui uiAppReplicas: 1 -uiImageVers: 0.12.0 +uiImageVers: 0.13.0 uiImagePath: ghcr.io/micahg/tbltp-mui uiDomain: "tbltp.dev" webDomain: "www.tbltp.dev" apiAppName: ntt-api apiAppReplicas: 1 -apiImageVers: "0.23.0" +apiImageVers: "0.24.0" apiImagePath: ghcr.io/micahg/tbltp-api apiDomain: "api.tbltp.dev" apiStorageClass: do-block-storage diff --git a/compose.yaml b/compose.yaml index 7c8c8f6..4763e20 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,7 +4,7 @@ services: ports: - 27017:27017 api: - image: "ghcr.io/micahg/tbltp-api:0.23.0" + image: "ghcr.io/micahg/tbltp-api:0.24.0" ports: - 3000:3000 depends_on: @@ -13,7 +13,7 @@ services: - MONGO_URL=mongodb://mongo:27017/tbltp - DISABLE_AUTH=true ui: - image: "ghcr.io/micahg/tbltp-mui:0.12.0" + image: "ghcr.io/micahg/tbltp-mui:0.13.0" ports: - "8080:80" depends_on: diff --git a/package-lock.json b/package-lock.json index 6cd9696..e89ac2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tbltp", - "version": "0.32.0", + "version": "0.33.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tbltp", - "version": "0.32.0", + "version": "0.33.0", "license": "MIT", "workspaces": [ "packages/api", @@ -28321,7 +28321,7 @@ }, "packages/api": { "name": "@micahg/tbltp-api", - "version": "0.24.0", + "version": "0.25.0", "license": "MIT", "dependencies": { "@micahg/tbltp-common": "file:../common", @@ -30968,7 +30968,7 @@ }, "packages/mui": { "name": "@micahg/tbltp-mui", - "version": "0.13.0", + "version": "0.14.0", "dependencies": { "@auth0/auth0-spa-js": "^2.1.1", "@emotion/react": "^11.11.1", diff --git a/package.json b/package.json index dfa37b9..20d931b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tbltp", - "version": "0.32.0", + "version": "0.33.0", "description": "Network Table Top", "repository": { "type": "git", diff --git a/packages/api/package.json b/packages/api/package.json index 1fa89cd..87ed4ad 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@micahg/tbltp-api", - "version": "0.24.0", + "version": "0.25.0", "description": "Network Tabletop Server", "main": "server.js", "files": [], diff --git a/packages/mui/package.json b/packages/mui/package.json index 6a7a409..6387cfd 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -1,6 +1,6 @@ { "name": "@micahg/tbltp-mui", - "version": "0.13.0", + "version": "0.14.0", "files": [ "build" ],