Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
value: postgres:15.15-alpine
description: Image de la base de données
PROJECT_VERSION:
value: 2.50.4
value: 2.50.5
description: Version du projet à déployer
SERVER_ENV_INT:
value: int-rapportnav-appli01
Expand Down
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "2.50.4",
"backend": "2.50.4",
"frontend": "2.50.4"
".": "2.50.5",
"backend": "2.50.5",
"frontend": "2.50.5"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.50.5](https://github.com/MTES-MCT/rapportnav2/compare/[email protected]@v2.50.5) (2026-01-13)


### Bug Fixes

* **backend:** remove the check on observationByUnit ([e7534eb](https://github.com/MTES-MCT/rapportnav2/commit/e7534ebfb44e8292ea02612a4c3996b1a784e702))
* **backend:** remove the check on observationByUnit ([df6bd7b](https://github.com/MTES-MCT/rapportnav2/commit/df6bd7bd2ef3b8a39011c7145dbdcecd7b54ad45))
* **frontend:** package lock updatte ([de6576c](https://github.com/MTES-MCT/rapportnav2/commit/de6576ca052400ea44840e8a205c8e9653445baf))
* **frontend:** snapshots ([5549299](https://github.com/MTES-MCT/rapportnav2/commit/55492997c43381cf6fcbe46ba7fafd0dbf458ccf))
* **frontend:** test ([185127e](https://github.com/MTES-MCT/rapportnav2/commit/185127e83384452fcb1dab84c3d96fadce4b1c87))
* **secu:** bump frontend package ([709c777](https://github.com/MTES-MCT/rapportnav2/commit/709c777693e70c95eba428d55e856ea6ca659aa1))

## [2.50.4](https://github.com/MTES-MCT/rapportnav2/compare/[email protected]@v2.50.4) (2026-01-06)


Expand Down
8 changes: 8 additions & 0 deletions backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.50.5](https://github.com/MTES-MCT/rapportnav2/compare/[email protected]@v2.50.5) (2026-01-13)


### Bug Fixes

* **backend:** remove the check on observationByUnit ([e7534eb](https://github.com/MTES-MCT/rapportnav2/commit/e7534ebfb44e8292ea02612a4c3996b1a784e702))
* **backend:** remove the check on observationByUnit ([df6bd7b](https://github.com/MTES-MCT/rapportnav2/commit/df6bd7bd2ef3b8a39011c7145dbdcecd7b54ad45))

## [2.50.4](https://github.com/MTES-MCT/rapportnav2/compare/[email protected]@v2.50.4) (2026-01-06)


Expand Down
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.lang.System.getenv

group = "fr.gouv.dgampa"
// x-release-please-start-version
version = "2.50.4"
version = "2.50.5"
// x-release-please-end
description = "RapportNav"

Expand Down
12 changes: 12 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.50.5](https://github.com/MTES-MCT/rapportnav2/compare/[email protected]@v2.50.5) (2026-01-13)


### Bug Fixes

* **backend:** remove the check on observationByUnit ([e7534eb](https://github.com/MTES-MCT/rapportnav2/commit/e7534ebfb44e8292ea02612a4c3996b1a784e702))
* **backend:** remove the check on observationByUnit ([df6bd7b](https://github.com/MTES-MCT/rapportnav2/commit/df6bd7bd2ef3b8a39011c7145dbdcecd7b54ad45))
* **frontend:** package lock updatte ([de6576c](https://github.com/MTES-MCT/rapportnav2/commit/de6576ca052400ea44840e8a205c8e9653445baf))
* **frontend:** snapshots ([5549299](https://github.com/MTES-MCT/rapportnav2/commit/55492997c43381cf6fcbe46ba7fafd0dbf458ccf))
* **frontend:** test ([185127e](https://github.com/MTES-MCT/rapportnav2/commit/185127e83384452fcb1dab84c3d96fadce4b1c87))
* **secu:** bump frontend package ([709c777](https://github.com/MTES-MCT/rapportnav2/commit/709c777693e70c95eba428d55e856ea6ca659aa1))

## [2.50.4](https://github.com/MTES-MCT/rapportnav2/compare/[email protected]@v2.50.4) (2026-01-06)


Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "2.50.4",
"version": "2.50.5",
"private": true,
"type": "module",
"engines": {
Expand Down