diff --git a/CHANGELOG.md b/CHANGELOG.md index 3184e94bd..1b1252949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # pix-site Changelog +## v2.29.0 (08/10/2020) + +- [#188](https://github.com/1024pix/pix-site/pull/188) [FEATURE] Suppression de l'execution des test au moment du preversion +- [#185](https://github.com/1024pix/pix-site/pull/185) [FEATURE] Ajouter la possibilité de mettre une vidéo sur Article (PIX-1310). +- [#179](https://github.com/1024pix/pix-site/pull/179) [FEATURE] Création du bloc process (PIX-1198). +- [#187](https://github.com/1024pix/pix-site/pull/187) [BUGFIX] Pouvoir cliquer sur l'icon du bouton dropdown de la navigation +- [#184](https://github.com/1024pix/pix-site/pull/184) [BUGFIX] La navigation ne s'affiche correctement sur les écrans intermédiaire. +- [#183](https://github.com/1024pix/pix-site/pull/183) [TECH] Ajouter des tests pour LogosZone. + ## v2.28.0 (08/10/2020) - [#185](https://github.com/1024pix/pix-site/pull/185) [FEATURE] Ajouter la possibilité de mettre une vidéo sur Article (PIX-1310). diff --git a/package-lock.json b/package-lock.json index 0308e8556..a779c78d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pix-site", - "version": "2.28.0", + "version": "2.29.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aef5f3363..f41cef846 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pix-site", - "version": "2.28.0", + "version": "2.29.0", "private": false, "description": "Service en ligne d’évaluation et de certification des compétences numériques pour tous, tout au long de la vie.", "repository": {