Skip to content

Commit

Permalink
Merge branch 'master' into update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens authored Mar 7, 2025
2 parents b71d97c + ec03e51 commit 3fb0ea5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.6.19](https://github.com/SocialGouv/egapro/compare/v3.6.18...v3.6.19) (2025-03-07)


### Bug Fixes

* current year to 2024 ([e1f4b62](https://github.com/SocialGouv/egapro/commit/e1f4b62993c6be331e0f2f6608e7e77f148e7162))

## [3.6.18](https://github.com/SocialGouv/egapro/compare/v3.6.17...v3.6.18) (2025-03-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "~egapro-dev",
"version": "3.6.18",
"version": "3.6.19",
"private": true,
"workspaces": [
"packages/app"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/common/dict.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const FIRST_YEAR_REPEQ = 2021 as const;
export const OPMC_OPEN_DURATION_AFTER_EDIT = 2;

/** Need to be set manually because declaration are not opened on Jan 1rst */
export const CURRENT_YEAR = 2025 as const;
export const CURRENT_YEAR = 2024 as const;
/** Need to be set */
export const PUBLIC_CURRENT_YEAR = 2024;
export const ALL_YEARS = times(CURRENT_YEAR - FIRST_YEAR + 1, idx => FIRST_YEAR + idx);
Expand Down

0 comments on commit 3fb0ea5

Please sign in to comment.