From e8806c763126f65982367ce4ab9409508eeb1115 Mon Sep 17 00:00:00 2001 From: Billy Lo Date: Mon, 1 Nov 2021 09:48:56 -0400 Subject: [PATCH] bumped version to 2.2.6 --- .gitignore | 1 + build2.sh | 1 + components/Page.tsx | 2 +- pages/index.tsx | 5 +++-- src/sentry.ts | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fb5b0a8..ed86344 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ yarn-error.log* *.local *.local .env.local +build2.sh diff --git a/build2.sh b/build2.sh index acc8c06..60113f1 100755 --- a/build2.sh +++ b/build2.sh @@ -3,3 +3,4 @@ docker push gcr.io/broadcast2patients/covidpass2 gcloud config set project broadcast2patients gcloud config set run/region us-east1 gcloud run deploy covidpass2 --image gcr.io/broadcast2patients/covidpass2:latest --platform managed + \ No newline at end of file diff --git a/components/Page.tsx b/components/Page.tsx index 38d783b..b97ede1 100644 --- a/components/Page.tsx +++ b/components/Page.tsx @@ -32,7 +32,7 @@ function Page(props: PageProps): JSX.Element { {t('common:gitHub')} {t('common:returnToMainSite')} -
Last updated: 2021-10-25 (v2.2.5)
+
Last updated: 2021-11-01 (v2.2.6)
diff --git a/pages/index.tsx b/pages/index.tsx index a54bfd6..6cfebd4 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -107,13 +107,14 @@ function Index(): JSX.Element {
Virginia
*/} {displayPassCount}

- Nunavut and Manitoba support added - Oct 25th update: + Nov 1 morning update:


diff --git a/src/sentry.ts b/src/sentry.ts index 64202b6..0516286 100644 --- a/src/sentry.ts +++ b/src/sentry.ts @@ -3,7 +3,7 @@ import { Integrations } from '@sentry/tracing'; export const initSentry = () => { SentryModule.init({ - release: 'grassroots_covidpass@2.2.5', // App version. Needs to be manually updated as we go unless we make the build smarter + release: 'grassroots_covidpass@2.2.6', // App version. Needs to be manually updated as we go unless we make the build smarter dsn: 'https://51370d7af0994761b465bc148129c1de@o997324.ingest.sentry.io/5955697', // this is the sponsored account for use going forward integrations: [ new Integrations.BrowserTracing(),