Skip to content

Commit

Permalink
Merge branch 'release/2.22.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelasoie committed Apr 8, 2021
2 parents 712ac26 + cc4f711 commit ac78671
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

*2.22.0* (2021-04-08)
- Add DE translation for CookieConsent
- Revert and set flickity to version to 2.2.1 to fix strange dev behavior

*2.21.0* (2021-03-24)
- Update URLs for footer and header #501
- Fix social icons having the wrong url 6c714a5
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.21.0
2.22.0
6 changes: 6 additions & 0 deletions assets/components/organisms/cookie-consent/cookie-consent.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ function get_cookieconsent_config() {
'de visites.',
link: 'Lire les mentions légales',
href: '//go.epfl.ch/protection-des-donnees'
},
de: {
msg: 'Die Navigation auf dieser Seite verwendet Cookies zur ' +
'Verbesserung Ihrer Benutzererfahrung und zur Durchführung von Besucherstatistiken.',
link: 'Datenschutzerklärung lesen',
href: '//go.epfl.ch/privacy-policy'
}
};
// Retrieve language, default 'fr'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epfl-elements",
"version": "2.21.0",
"version": "2.22.0",
"license": "MIT",
"main": "index.html",
"repository": {
Expand Down Expand Up @@ -92,7 +92,7 @@
"clipboard": "^2.0.6",
"cookieconsent": "^3.1.1",
"feather-icons": "^4.28.0",
"flickity": "^2.2.1",
"flickity": "2.2.1",
"flickity-as-nav-for": "^2.0.1",
"flickity-fullscreen": "^1.1.1",
"imagesloaded": "^4.1.4",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4661,7 +4661,7 @@ flickity-fullscreen@^1.1.1:
dependencies:
flickity "^2.1.0"

flickity@^2.0.0, flickity@^2.1.0, flickity@^2.2.1:
flickity@2.2.1, flickity@^2.0.0, flickity@^2.1.0:
version "2.2.1"
resolved "https://registry.yarnpkg.com/flickity/-/flickity-2.2.1.tgz#81126e3d656cb54577358a5f959ffdbda088e670"
integrity sha512-fCZJGNqabgDrIhaUBqt2ydE8c5V6iiB3KQAf6dH3Z45MoDUm7g6+uZmteN0aLV9pzVItNqCbfOJQjsJM/rHuSA==
Expand Down

0 comments on commit ac78671

Please sign in to comment.