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/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, diff --git a/src b/src index f7ea19c..4cb0f8b 160000 --- a/src +++ b/src @@ -1 +1 @@ -Subproject commit f7ea19cfcd5250bf02cc5e6378592fa5d31ca006 +Subproject commit 4cb0f8bb94275f7ebf7f9056d6ca2a485dcc961f