From a17a3a2c16d7fe05033020ab87ccba93948393bb Mon Sep 17 00:00:00 2001 From: pix-bot Date: Thu, 10 Feb 2022 14:32:16 +0000 Subject: [PATCH] [RELEASE] A minor is being released to 3.27.0. --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b57bdb8..d642b2f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # pix-site Changelog +## v3.27.0 (10/02/2022) + + +### :rocket: Enhancement +- [#371](https://github.com/1024pix/pix-site/pull/371) [FEATURE] Ajoute de l'espacement en dessous du language switcher du burger menu +- [#366](https://github.com/1024pix/pix-site/pull/366) [FEATURE] Ajoute le Language Switcher sur pix.fr (PIX-4302) +- [#362](https://github.com/1024pix/pix-site/pull/362) [FEATURE] Supprime le feature toggle `IS_FR_BE_LANGUAGE_LOCALE_AVAILABLE` + +### :building_construction: Tech +- [#370](https://github.com/1024pix/pix-site/pull/370) [TECH] Ajoute un fichier .env d'exemple +- [#365](https://github.com/1024pix/pix-site/pull/365) [TECH] Supprime le composant LanguageSwitcherLegacy + +### :coffee: Various +- [#369](https://github.com/1024pix/pix-site/pull/369) [DOCS] Lance Prettier sur le readme +- [#323](https://github.com/1024pix/pix-site/pull/323) Bump tmpl from 1.0.4 to 1.0.5 +- [#359](https://github.com/1024pix/pix-site/pull/359) chore(deps): bump nanoid from 3.1.20 to 3.2.0 +- [#367](https://github.com/1024pix/pix-site/pull/367) build(deps): bump browserslist from 4.14.7 to 4.19.1 +- [#338](https://github.com/1024pix/pix-site/pull/338) chore(deps): bump color-string from 1.5.4 to 1.9.0 +- [#354](https://github.com/1024pix/pix-site/pull/354) chore(deps): bump postcss from 7.0.35 to 7.0.39 +- [#368](https://github.com/1024pix/pix-site/pull/368) build(deps): bump ssri from 6.0.1 to 6.0.2 +- [#364](https://github.com/1024pix/pix-site/pull/364) build(deps): bump simple-get from 4.0.0 to 4.0.1 +- [#358](https://github.com/1024pix/pix-site/pull/358) [STYLE] Correctifs sur le switch de langue sur Pix.org (PIX-4133). + ## v3.26.2 (27/01/2022) diff --git a/package-lock.json b/package-lock.json index 3d066d26e..1ce7c7bbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pix-site", - "version": "3.26.2", + "version": "3.27.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 709d04dbe..c5d70ba24 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pix-site", - "version": "3.26.2", + "version": "3.27.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": {