From 1c91b8b46a3593b8bd6c5180b814c497eb480cd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:41:09 +0000 Subject: [PATCH] chore: increment version numbers (#183) Co-authored-by: micahg --- chart/Chart.yaml | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- packages/api/package.json | 2 +- packages/mui/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index eb6feea..cfe2cc0 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -18,4 +18,4 @@ version: 0.0.72 # 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.0.63" +appVersion: "0.2.0" diff --git a/package-lock.json b/package-lock.json index b2a1758..7aa456d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tbltp", - "version": "0.1.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tbltp", - "version": "0.1.0", + "version": "0.3.0", "license": "MIT", "workspaces": [ "packages/api", @@ -23732,7 +23732,7 @@ }, "packages/api": { "name": "@micahg/tbltp-api", - "version": "0.0.35", + "version": "0.1.0", "license": "MIT", "dependencies": { "body-parser": "^1.20.2", @@ -27856,7 +27856,7 @@ }, "packages/mui": { "name": "@micahg/tbltp-mui", - "version": "0.0.60", + "version": "0.1.0", "dependencies": { "@auth0/auth0-spa-js": "^2.1.1", "@emotion/react": "^11.11.1", diff --git a/package.json b/package.json index fbcfdf4..da586c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tbltp", - "version": "0.2.0", + "version": "0.3.0", "description": "Network Table Top", "repository": { "type": "git", diff --git a/packages/api/package.json b/packages/api/package.json index 14daa43..22678c1 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@micahg/tbltp-api", - "version": "0.0.35", + "version": "0.1.0", "description": "Network Tabletop Server", "main": "server.js", "files": [], diff --git a/packages/mui/package.json b/packages/mui/package.json index 4d3eecf..ea389aa 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -1,6 +1,6 @@ { "name": "@micahg/tbltp-mui", - "version": "0.0.60", + "version": "0.1.0", "files": [ "build" ],