Skip to content

Commit 94a8eb8

Browse files
author
pix-bot
committed
[RELEASE] A minor is being released to 2.223.0.
1 parent 511fe9c commit 94a8eb8

17 files changed

+29
-16
lines changed

CHANGELOG.md

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

3+
## v2.223.0 (25/11/2020)
4+
5+
- [#2177](https://github.com/1024pix/pix/pull/2177) [FEATURE] Construction du payload PE à la fin d'une campagne (PIX-1626)
6+
- [#2175](https://github.com/1024pix/pix/pull/2175) [FEATURE] Construction du payload PE au démarrage d'une campagne (PIX-1625)
7+
- [#2174](https://github.com/1024pix/pix/pull/2174) [FEATURE] Créer de la pagination sur l'ajout des élèves pour les établissements SCO (Pix-1588)
8+
- [#2184](https://github.com/1024pix/pix/pull/2184) [FEATURE] Affichage des acquis contenus dans un profil cible dans Pix Admin (PIX-1666).
9+
- [#2187](https://github.com/1024pix/pix/pull/2187) [FEATURE] Ajouter une validation de l'INA dans l'import CSV pour les Organisations SCO AGRICULTURE important des apprentis (PIX-1665).
10+
- [#2192](https://github.com/1024pix/pix/pull/2192) [TECH] Re-positionner le job e2e au même niveau que les autres jobs dans la CI
11+
- [#2172](https://github.com/1024pix/pix/pull/2172) [TECH] Supprimer le mot déploiement du CR de CI.
12+
- [#2178](https://github.com/1024pix/pix/pull/2178) [TECH] Mise à jour de ember en 3.19 pour Pix App (PIX-1648).
13+
- [#2120](https://github.com/1024pix/pix/pull/2120) [TECH] Mettre à jour des linters sur Pix App (PIX-1634).
14+
- [#2180](https://github.com/1024pix/pix/pull/2180) [TECH] Enrichissement du modèle TargetProfileWithLearningContent avec Paliers et Badges (PIX-1687)
15+
316
## v2.222.0 (24/11/2020)
417

518
- [#2169](https://github.com/1024pix/pix/pull/2169) [BUGFIX] N'autoriser que les code INSEE pour les birthCountryCode et birthCityCode lors d'un import CSV (Pix-1623).

admin/package-lock.json

+1-1
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": "2.222.0",
3+
"version": "2.223.0",
44
"private": false,
55
"description": "Interface d'administration pour les Pix Masters.",
66
"license": "AGPL-3.0",

api/package-lock.json

+1-1
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": "2.222.0",
3+
"version": "2.223.0",
44
"private": false,
55
"description": "Plateforme d'évaluation et de certification des compétences numériques à l'usage de tous les citoyens francophones",
66
"license": "AGPL-3.0",

certif/package-lock.json

+1-1
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": "2.222.0",
3+
"version": "2.223.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

+1-1
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": "0.83.0",
3+
"version": "0.84.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

+1-1
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": "1.82.0",
3+
"version": "1.83.0",
44
"description": "",
55
"main": "index.js",
66
"author": "GIP Pix",

mon-pix/package-lock.json

+1-1
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": "2.222.0",
3+
"version": "2.223.0",
44
"private": false,
55
"description": "Plateforme d'évaluation et de certification des compétences numériques à l'usage de tous les citoyens francophones.",
66
"license": "AGPL-3.0",

orga/package-lock.json

+1-1
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": "2.222.0",
3+
"version": "2.223.0",
44
"private": false,
55
"description": "Plateforme en ligne de gestion de campagne d'évaluation",
66
"license": "AGPL-3.0",

package-lock.json

+1-1
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": "2.222.0",
3+
"version": "2.223.0",
44
"private": false,
55
"description": "Plateforme d'évaluation et de certification des compétences numériques des citoyens francophones.",
66
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)