From c30456386777ef8548965b5a29beab5668804942 Mon Sep 17 00:00:00 2001 From: flameshikari Date: Sun, 5 May 2024 12:54:40 +0500 Subject: [PATCH 1/2] bump version to 0.76.1 --- .github/workflows/build.yml | 8 ++++---- src | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5199cc4..8050a33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,9 +4,9 @@ on: workflow_dispatch: inputs: version: - description: 'Version' + description: 'Version' required: true - default: '0.75.2' + default: '0.76.1' env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} @@ -59,5 +59,5 @@ jobs: push: true cache-from: type=gha cache-to: type=gha,mode=max - tags: - ${{ steps.meta.outputs.tags }} \ No newline at end of file + tags: + ${{ steps.meta.outputs.tags }} diff --git a/src b/src index f7ea19c..4cb0f8b 160000 --- a/src +++ b/src @@ -1 +1 @@ -Subproject commit f7ea19cfcd5250bf02cc5e6378592fa5d31ca006 +Subproject commit 4cb0f8bb94275f7ebf7f9056d6ca2a485dcc961f From c016fb94595aa310fcdbb1efdfdcbd5007943349 Mon Sep 17 00:00:00 2001 From: flameshikari Date: Sun, 5 May 2024 12:54:59 +0500 Subject: [PATCH 2/2] update date.ts --- shared/utils/date.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/utils/date.ts b/shared/utils/date.ts index f764ba8..1444b10 100644 --- a/shared/utils/date.ts +++ b/shared/utils/date.ts @@ -1,5 +1,6 @@ /* eslint-disable import/no-duplicates */ import { + Locale, addSeconds, formatDistanceToNow, subDays,