From 89595d7d86247154a1d44f5a2a493d60f9089f3a Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Fri, 28 Jun 2024 07:48:18 +0100 Subject: [PATCH] update git version --- version/git-version.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/version/git-version.ts b/version/git-version.ts index 8fddbcf35..1a917f205 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,11 +1,11 @@ export let versionData = { - "shortSHA": "ac0ead488", - "SHA": "ac0ead488567a67d226beaac56ffd88f7a1d69f1", + "shortSHA": "0281db0d8", + "SHA": "0281db0d8318c3b61790478a02edb4d3f2846398", "branch": "feature/agenda-api-peter", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Thu Jun 27 17:43:44 2024 +0100'", - "lastCommitMessage": "nice", - "lastCommitNumber": "5846", - "changeStatus": "On branch feature/agenda-api-peter\nYour branch is ahead of 'origin/feature/agenda-api-peter' by 1 commit.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/modals/profile/profile.page.html\n\tmodified: src/app/modals/profile/profile.page.scss\n\tmodified: src/app/modals/profile/profile.page.ts\n\tmodified: src/app/models/search-document.ts\n\tmodified: src/app/module/notification/data/datasource/local-notification.service.ts\n\tmodified: src/app/module/notification/data/infra/db/notification.db.ts\n\tmodified: src/app/module/notification/data/notification-repository.service.ts\n\tmodified: src/app/pages/login/login.page.ts\n\tmodified: src/app/pages/search/search.page.ts\n\tmodified: src/app/services/Repositorys/Agenda/agenda-data-repository.service.ts\n\tmodified: src/app/services/Repositorys/Agenda/agenda-data.service.ts\n\tmodified: src/app/services/Repositorys/Agenda/mapper/EventDetailsMapper.ts\n\tmodified: src/app/services/Repositorys/Agenda/mapper/EventToApproveDetailsMapper.ts\n\tmodified: src/app/services/notification/notifications.service.ts\n\tmodified: src/app/services/notifications.service.ts\n\tmodified: src/app/shared/header/header.page.html\n\tmodified: src/app/shared/header/header.page.ts", + "lastCommitTime": "'Fri Jun 28 07:44:43 2024 +0100'", + "lastCommitMessage": "fix notification", + "lastCommitNumber": "5847", + "changeStatus": "On branch feature/agenda-api-peter\nYour branch is ahead of 'origin/feature/agenda-api-peter' by 2 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: version/git-version.ts", "changeAuthor": "peter.maquiran" } \ No newline at end of file