From 4dd2c044d5b761052408aee6732645ecb097cf95 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Thu, 21 Mar 2024 06:56:35 -0600 Subject: [PATCH] bump to v 0.3.4 --- CHANGELOG.md | 7 ++++--- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/views/AccountViewView.vue | 13 +++++++++++-- src/views/HelpView.vue | 5 +++-- 6 files changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e1cb9..cccdeea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing -## [0.3.3] - 2024.03.18 +## [0.3.4] - 2024.03.21 ### Added -- Photo on gift record +- Photo on gift records ### Fixed - Environment variable for BVC meetings project +- Environment variables and build enhancements for test vs prod ### Changed in DB or environment - New environment variable for image API server -- Test that a new browser session will get the right default API. +- Test that a new browser session will get the right default APIs. - Test that a new browser session will send the right BVC meetings project. diff --git a/README.md b/README.md index d1f9390..abb43f1 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ TIME_SAFARI_APP_TITLE="TimeSafari_Test" VUE_APP_BVC_MEETUPS_PROJECT_CLAIM_ID=htt npm run build ``` -* Get on the server and back up the DB and the time-safari folder. +* Get on the server and back up 3 DBs and the time-safari folder. * `rsync -azvu -e "ssh -i ~/.ssh/..." dist ubuntutest@test.timesafari.app:time-safari` diff --git a/package-lock.json b/package-lock.json index 660e9ea..f2b0111 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.3", + "version": "0.3.4", "dependencies": { "@dicebear/collection": "^5.3.5", "@dicebear/core": "^5.3.5", diff --git a/package.json b/package.json index 3a6602d..2dff0e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.3", + "version": "0.3.4", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index a2007cb..b1dd6e6 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -450,9 +450,15 @@ {{ DEFAULT_PUSH_SERVER }} +
+ Image Server URL +   + {{ DEFAULT_IMAGE_API_SERVER }} +
+