Skip to content

Commit b38e0bb

Browse files
author
pix-bot
committed
[RELEASE] A minor is being released to 5.53.0.
1 parent 0e24382 commit b38e0bb

21 files changed

+55
-30
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Pix Changelog
22

3+
## v5.53.0 (27/02/2025)
4+
5+
6+
### :rocket: Amélioration
7+
- [#11514](https://github.com/1024pix/pix/pull/11514) [FEATURE] Enregistrer dans Authentication Methods la date de dernière connexion Pix pour les méthodes de connexion Pix (PIX-16620).
8+
- [#11470](https://github.com/1024pix/pix/pull/11470) [FEATURE] Ajouter PixTable dans le tableau rattachant un profil cible à une complémentaire sur Pix Admin (PIX-16681).
9+
- [#11489](https://github.com/1024pix/pix/pull/11489) [FEATURE] Seeds pour Parcoursup (PIX-16690).
10+
- [#11511](https://github.com/1024pix/pix/pull/11511) [FEATURE] Ne pas afficher la progression sur les campagnes de type EXAM (Pix-16493).
11+
- [#11479](https://github.com/1024pix/pix/pull/11479) [FEATURE] Permettre de créer une Campagne de type EXAM (Pix-16488).
12+
13+
### :building_construction: Tech
14+
- [#11517](https://github.com/1024pix/pix/pull/11517) [TECH] Ajout de la connexion à une BDD supplémentaire pour MaDDo .
15+
- [#11516](https://github.com/1024pix/pix/pull/11516) [TECH] :truck: Déplace `http-agent` vers `src/shared/'.
16+
- [#11485](https://github.com/1024pix/pix/pull/11485) [TECH] :truck: Déplace le cas d'usage `updateLastQuestionState` vers `src/`.
17+
- [#11525](https://github.com/1024pix/pix/pull/11525) [TECH] Ajouter un nom d'evenement pour monitorer les challenges mal formatés (PIX-16747).
18+
- [#11512](https://github.com/1024pix/pix/pull/11512) [TECH] Créer le feature toggle pour les attestations PDF V3 (PIX-16441).
19+
- [#11515](https://github.com/1024pix/pix/pull/11515) [TECH] Créer une fonction qui renvoie l'application demandée à partir de l'origin HTTP (PIX-16732).
20+
- [#11483](https://github.com/1024pix/pix/pull/11483) [TECH] :broom: Suppression d'un serializer qui n'est plus utilisé.
21+
- [#11458](https://github.com/1024pix/pix/pull/11458) [TECH] Refacto du usecase "correctAnswerThenUpdateAssessment" (PIX-16737).
22+
- [#11482](https://github.com/1024pix/pix/pull/11482) [TECH] :truck: Déplace le sérializer Student Information For Account Recovery dans `src/`.
23+
24+
### :bug: Correction
25+
- [#11522](https://github.com/1024pix/pix/pull/11522) [BUGFIX] Déplacer les modifiers dans le bon sous ensemble css (PIX-OUPSY).
26+
- [#11508](https://github.com/1024pix/pix/pull/11508) [BUGFIX] Corriger la position et couleur du bouton de copie du nouveau mot de passe (PIX-16475).
27+
328
## v5.52.0 (26/02/2025)
429

530

admin/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix-admin",
3-
"version": "5.52.0",
3+
"version": "5.53.0",
44
"private": false,
55
"description": "Interface d'administration pour les membres de Pix.",
66
"license": "AGPL-3.0",

api/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix-api",
3-
"version": "5.52.0",
3+
"version": "5.53.0",
44
"private": false,
55
"description": "Plateforme d'évaluation et de certification des compétences numériques",
66
"license": "AGPL-3.0",

audit-logger/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

audit-logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix-audit-logger",
3-
"version": "5.52.0",
3+
"version": "5.53.0",
44
"description": "",
55
"scripts": {
66
"build": "tsc --project tsconfig.production.json",

certif/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

certif/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix-certif",
3-
"version": "5.52.0",
3+
"version": "5.53.0",
44
"private": false,
55
"description": "Plateforme en ligne de gestion des sessions de certification",
66
"license": "AGPL-3.0",

high-level-tests/e2e/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

high-level-tests/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix-e2e",
3-
"version": "2.52.0",
3+
"version": "2.53.0",
44
"description": "Permet d'exécuter des tests de bout en bout sur la plateforme Pix",
55
"homepage": "https://github.com/1024pix/pix#readme",
66
"author": "GIP Pix",

high-level-tests/load-testing/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

high-level-tests/load-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix-load-testing",
3-
"version": "3.52.0",
3+
"version": "3.53.0",
44
"description": "Permet d'exécuter des tests de charge sur l'API de la plateforme Pix.",
55
"homepage": "https://github.com/1024pix/pix/tree/dev/high-level-tests/load-testing#readme",
66
"author": "GIP Pix",

junior/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

junior/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "junior",
3-
"version": "5.52.0",
3+
"version": "5.53.0",
44
"private": false,
55
"description": "Version de Pix à destination des élèves du premier degré",
66
"repository": {

mon-pix/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mon-pix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mon-pix",
3-
"version": "5.52.0",
3+
"version": "5.53.0",
44
"private": false,
55
"description": "Plateforme d'évaluation et de certification des compétences numériques",
66
"license": "AGPL-3.0",

orga/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

orga/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix-orga",
3-
"version": "5.52.0",
3+
"version": "5.53.0",
44
"private": false,
55
"description": "Plateforme en ligne de gestion de campagne d'évaluation",
66
"license": "AGPL-3.0",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix",
3-
"version": "5.52.0",
3+
"version": "5.53.0",
44
"private": false,
55
"description": "Plateforme d'évaluation et de certification des compétences numériques",
66
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)