Skip to content

Commit c2c6445

Browse files
chore(release): 5.460.0 [skip ci]
# [5.460.0](v5.459.0...v5.460.0) (2026-07-21) ### 🚀 Amélioration - [#16883](#16883) Ajout des valeurs de la version active en sous-label (PIX-23482) - [#16896](#16896) Modifs Cy_Virus_AVA avant relecture interne - [#16895](#16895) Modifs module CY_Généralités_IND suite relecture FRI - [#16880](#16880) Notifier l'utilisateur de l'enregistrement de son avis sur la pertinence d'un seul CF (PIX-23594) - [#16865](#16865) Revoir le style du formulaire de création de centre de certification (PiX-22644) - [#16882](#16882) Structurertext_NOV retours eval et concepteurs ### 🏗️ Tech - [#16787](#16787) Suppression de la table `certification subscriptions` (Pix-22978) - [#16859](#16859) Réécriture du domainBuilder Version (PIX-23580). ### ⬆️ Montée de version - [#16890](#16890) Update dependency @babel/eslint-parser to v8 (audit-logger) - [#16891](#16891) Update dependency @babel/eslint-parser to v8 (dossier racine) - [#16874](#16874) Update dependency js-yaml to v5 (api) - [#16888](#16888) Update slackapi/slack-github-action action to v3.0.5 (workflows)
1 parent 6d8e132 commit c2c6445

21 files changed

Lines changed: 53 additions & 30 deletions

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Pix Changelog
22

3+
# [5.460.0](https://github.com/1024pix/pix/compare/v5.459.0...v5.460.0) (2026-07-21)
4+
5+
### :rocket: Amélioration
6+
7+
- [#16883](https://github.com/1024pix/pix/pull/16883) Ajout des valeurs de la version active en sous-label (PIX-23482)
8+
- [#16896](https://github.com/1024pix/pix/pull/16896) Modifs Cy_Virus_AVA avant relecture interne
9+
- [#16895](https://github.com/1024pix/pix/pull/16895) Modifs module CY_Généralités_IND suite relecture FRI
10+
- [#16880](https://github.com/1024pix/pix/pull/16880) Notifier l'utilisateur de l'enregistrement de son avis sur la pertinence d'un seul CF (PIX-23594)
11+
- [#16865](https://github.com/1024pix/pix/pull/16865) Revoir le style du formulaire de création de centre de certification (PiX-22644)
12+
- [#16882](https://github.com/1024pix/pix/pull/16882) Structurertext_NOV retours eval et concepteurs
13+
14+
### :building_construction: Tech
15+
16+
- [#16787](https://github.com/1024pix/pix/pull/16787) Suppression de la table `certification subscriptions` (Pix-22978)
17+
- [#16859](https://github.com/1024pix/pix/pull/16859) Réécriture du domainBuilder Version (PIX-23580).
18+
19+
### :arrow_up: Montée de version
20+
21+
- [#16890](https://github.com/1024pix/pix/pull/16890) Update dependency @babel/eslint-parser to v8 (audit-logger)
22+
- [#16891](https://github.com/1024pix/pix/pull/16891) Update dependency @babel/eslint-parser to v8 (dossier racine)
23+
- [#16874](https://github.com/1024pix/pix/pull/16874) Update dependency js-yaml to v5 (api)
24+
- [#16888](https://github.com/1024pix/pix/pull/16888) Update slackapi/slack-github-action action to v3.0.5 (workflows)
25+
326
# [5.459.0](https://github.com/1024pix/pix/compare/v5.458.0...v5.459.0) (2026-07-20)
427

528
### :rocket: Amélioration

admin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/package.json

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

api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix-api",
3-
"version": "5.459.0",
3+
"version": "5.460.0",
44
"private": false,
55
"description": "Plateforme d'évaluation et de certification des compétences numériques",
66
"homepage": "https://github.com/1024pix/pix#readme",

audit-logger/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

audit-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pix-audit-logger",
3-
"version": "5.459.0",
3+
"version": "5.460.0",
44
"description": "",
55
"scripts": {
66
"build": "tsc --project tsconfig.production.json",

certif/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

certif/package.json

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

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)