From ee49fe95ec44fc9a0c1740db76feea24d2da590c Mon Sep 17 00:00:00 2001 From: jonfairbanks Date: Sun, 20 Mar 2022 08:58:37 +0000 Subject: [PATCH 1/2] yo-client v1.0.30 --- client/chart/Chart.yaml | 4 ++-- client/package-lock.json | 4 ++-- client/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/chart/Chart.yaml b/client/chart/Chart.yaml index e2720ba..9eb51a3 100644 --- a/client/chart/Chart.yaml +++ b/client/chart/Chart.yaml @@ -15,11 +15,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.29 +version: 1.0.30 # This is the version number of the application being deployed. This version number should be # 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. -appVersion: 1.0.29 +appVersion: 1.0.30 diff --git a/client/package-lock.json b/client/package-lock.json index 35e5907..c81f13a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "yo-url-shortener-client", - "version": "1.0.29", + "version": "1.0.30", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "yo-url-shortener-client", - "version": "1.0.29", + "version": "1.0.30", "license": "UNLICENSED", "dependencies": { "auth0-lock": "^11.30.4", diff --git a/client/package.json b/client/package.json index 3048911..698e223 100644 --- a/client/package.json +++ b/client/package.json @@ -2,7 +2,7 @@ "name": "yo-url-shortener-client", "description": "Yo Dawg, heard you're tired of remembering URLs", "repository": "https://github.com/jonfairbanks/yo.git", - "version": "1.0.29", + "version": "1.0.30", "author": "Jon Fairbanks", "license": "UNLICENSED", "private": true, From a9a2331efa2181bd8a1ad590789463e7b82c3669 Mon Sep 17 00:00:00 2001 From: jonfairbanks Date: Sun, 20 Mar 2022 08:58:44 +0000 Subject: [PATCH 2/2] yo-api v1.0.28 --- server/chart/Chart.yaml | 4 ++-- server/package-lock.json | 4 ++-- server/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/chart/Chart.yaml b/server/chart/Chart.yaml index 2ced18d..6c6508d 100644 --- a/server/chart/Chart.yaml +++ b/server/chart/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.27 +version: 1.0.28 # This is the version number of the application being deployed. This version number should be # 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. -appVersion: 1.0.27 +appVersion: 1.0.28 diff --git a/server/package-lock.json b/server/package-lock.json index e7552e1..83e5e4b 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,12 +1,12 @@ { "name": "yo-url-shortener-api", - "version": "1.0.27", + "version": "1.0.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "yo-url-shortener-api", - "version": "1.0.27", + "version": "1.0.28", "license": "UNLICENSED", "dependencies": { "axios": "^0.21.1", diff --git a/server/package.json b/server/package.json index 45b7843..4929d8c 100644 --- a/server/package.json +++ b/server/package.json @@ -2,7 +2,7 @@ "name": "yo-url-shortener-api", "description": "Yo Dawg, heard you're tired of remembering URLs", "repository": "https://github.com/jonfairbanks/yo.git", - "version": "1.0.27", + "version": "1.0.28", "author": "Jon Fairbanks", "license": "UNLICENSED", "private": true,