Skip to content

Commit fcdad1c

Browse files
author
pix-bot
committed
[RELEASE] A minor is being released to 5.77.0.
1 parent 611ce94 commit fcdad1c

21 files changed

+59
-30
lines changed

CHANGELOG.md

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

3+
## v5.77.0 (02/04/2025)
4+
5+
6+
### :rocket: Amélioration
7+
- [#11879](https://github.com/1024pix/pix/pull/11879) [FEATURE] Ajoute la validation sur le système de quêtes (PIX-17236).
8+
- [#11851](https://github.com/1024pix/pix/pull/11851) [FEATURE] [Pix Admin] Si la date de dernière connexion est vide afficher le message « Non connecté depuis 03/2025 » + renommer l’onglet « Méthodes de connexion » (PIX-17109).
9+
- [#11858](https://github.com/1024pix/pix/pull/11858) [FEATURE] Ne pas télécharger dans le zip des attestations les utilisateurs anonymisé ou anonyme (PIX-17222).
10+
- [#11880](https://github.com/1024pix/pix/pull/11880) [FEATURE] Afficher une page Attestations sur PixApp (Pix-17225).
11+
- [#11911](https://github.com/1024pix/pix/pull/11911) [FEATURE] Améliorer le style de la page de vérification de certif (PIX-17278).
12+
- [#11803](https://github.com/1024pix/pix/pull/11803) [FEATURE] Pix Junior - Limitation de la largeur du contenu affiché sur grand écran (PIX-16978).
13+
14+
### :building_construction: Tech
15+
- [#11902](https://github.com/1024pix/pix/pull/11902) [TECH] Tests e2e de gestion des élèves sco avec Playwright.
16+
- [#11922](https://github.com/1024pix/pix/pull/11922) [TECH] Créer un feature toggle pour la nouvelle page d'analyse de campagne (PIX-17025).
17+
- [#11906](https://github.com/1024pix/pix/pull/11906) [TECH] Ajouter des élèves pour les seeds de Certif (cas sco managing student) (PIX-17252).
18+
- [#11843](https://github.com/1024pix/pix/pull/11843) [TECH] Eviter de re-déclencher les calculs pour déterminer la prochaine épreuve dans assessments/:id/next si la dernière épreuve proposée n'a pas encore été répondue.
19+
20+
### :bug: Correction
21+
- [#11855](https://github.com/1024pix/pix/pull/11855) [BUGFIX] La tooltip au niveau du parcours dans les paramètres de campagne n'affiche pas les bonnes informations (PIX-17032).
22+
23+
### :arrow_up: Montée de version
24+
- [#11930](https://github.com/1024pix/pix/pull/11930) [BUMP] Update dependency @1024pix/pix-ui to ^55.10.0 (certif).
25+
- [#11929](https://github.com/1024pix/pix/pull/11929) [BUMP] Update dependency @1024pix/pix-ui to ^55.10.0 (admin).
26+
- [#11923](https://github.com/1024pix/pix/pull/11923) [BUMP] Update dependency sinon to v20 (certif).
27+
- [#11925](https://github.com/1024pix/pix/pull/11925) [BUMP] Update dependency sinon to v20 (load-testing).
28+
- [#11924](https://github.com/1024pix/pix/pull/11924) [BUMP] Update dependency sinon to v20 (junior).
29+
- [#11918](https://github.com/1024pix/pix/pull/11918) [BUMP] Update dependency sinon to v20 (admin).
30+
- [#11919](https://github.com/1024pix/pix/pull/11919) [BUMP] Update dependency sinon to v20 (api).
31+
332
## v5.76.0 (01/04/2025)
433

534

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.76.0",
3+
"version": "5.77.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.76.0",
3+
"version": "5.77.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.76.0",
3+
"version": "5.77.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.76.0",
3+
"version": "5.77.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.76.0",
3+
"version": "2.77.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.76.0",
3+
"version": "3.77.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.76.0",
3+
"version": "5.77.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.76.0",
3+
"version": "5.77.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.76.0",
3+
"version": "5.77.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.76.0",
3+
"version": "5.77.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)