From 41041d72c02be30366eebd8e0d7f0966c8f5e321 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Wed, 22 Jan 2025 21:20:12 -0700 Subject: [PATCH] fix problem with production map endpoint server, and bump version to 0.3.52 --- .env.production | 2 +- CHANGELOG.md | 6 ++++++ README.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.env.production b/.env.production index e6cf07e..3919a67 100644 --- a/.env.production +++ b/.env.production @@ -3,4 +3,4 @@ VITE_APP_SERVER=https://timesafari.app VITE_BVC_MEETUPS_PROJECT_CLAIM_ID=https://endorser.ch/entity/01GXYPFF7FA03NXKPYY142PY4H VITE_DEFAULT_ENDORSER_API_SERVER=https://api.endorser.ch VITE_DEFAULT_IMAGE_API_SERVER=https://image-api.timesafari.app -VITE_DEFAULT_PARTNER_API_SERVER=https://partner-api.timesafari.app +VITE_DEFAULT_PARTNER_API_SERVER=https://partner-api.endorser.ch diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff392a..e4310d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.52] - 2025.01.22 +### Fixed +- User profile endpoint server for map was broken. + + ## [0.3.51] - 2025.01.22 ### Fixed - User profile map jumped on first zoom. + ## [0.3.50] - 2025.01.20 - b9fedcd3fd3e34c3fb0fc79150d1a81a76eaeb40 ### Added - User public profiles diff --git a/README.md b/README.md index 8fa611b..d77f1bc 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,11 @@ TIME_SAFARI_APP_TITLE="TimeSafari_Test" VITE_APP_SERVER=https://test.timesafari. * `pkgx +npm sh` - * `cd crowd-funder-for-time-pwa && git pull && git checkout 0.3.36 && npm install && npm run build && cd -` + * `cd crowd-funder-for-time-pwa && git checkout master && git pull && git checkout 0.3.36 && npm install && npm run build && cd -` - (The plain `npm run build` will use the .env.production file.) + (The plain `npm run build` uses the .env.production file.) -* Back up the time-safari/dist folder, then `mv time-safari/dist time-safari-dist-prev9` && `mv crowd-funder-for-time-pwa/dist time-safari/` +* Back up the time-safari/dist folder, then `mv time-safari/dist time-safari-dist-prev.0` && `mv crowd-funder-for-time-pwa/dist time-safari/` * Record the new hash in the changelog. Edit package.json to increment version & add "-beta", `npm install`, and commit. Also record what version is on production. diff --git a/package-lock.json b/package-lock.json index 422dfff..918cead 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.51", + "version": "0.3.52", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.51", + "version": "0.3.52", "dependencies": { "@capacitor/android": "^6.1.2", "@capacitor/cli": "^6.1.2", diff --git a/package.json b/package.json index ad2debb..cfa0d8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.51", + "version": "0.3.52", "scripts": { "dev": "vite", "serve": "vite preview",