From 510781d30e483005aea77a0d8b72d25cafdbcbb0 Mon Sep 17 00:00:00 2001 From: Samuel Paccoud - FUN MOOC Date: Wed, 1 Jul 2020 20:01:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(chore)=20bump=20version=20to=202.0?= =?UTF-8?q?.0-beta.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added - Add oauth2 and OIDC authentication backends for SSO with Open edX - Add an icon to the 'login' button. - Add icons in course glimpse footer & next to organization name. - Add new variant "quote" to glimpse plugin. Changed - Improve search error message layout - Make larger thumbnail for course and blogpost glimpses. Fixed - Lowered down global 'h1' and 'h2' font size and added new 'extra-font-size' variable with previous h1 value. - Adjust title size 'large_banner' variants. - Fix accordion button 'nested-item__title' alignment to the left. - Another attempt to definitively fix the glitch with wave decoration and Chrome zoom/unzoom. - Add a little bit of space between banner and title on organization and category detail. - Fix header menus align/position between breakpoint 'md' end and 'lg' start. - Fix breadcrumb item on small breakpoints when text is too long. - Fix nesteditem list variant to act like a basic list. - Fix an issue that broke the course search field after the user clicked the "reset filters" helper. --- CHANGELOG.md | 5 ++++- setup.cfg | 2 +- src/frontend/package.json | 2 +- tests_e2e/package.json | 2 +- website/package.json | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36fb467a59..f5fb8c1b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.0.0-beta.9] - 2020-07-01 + ### Added - Add oauth2 and OIDC authentication backends for SSO with Open edX @@ -916,7 +918,8 @@ us: - finish integrating the missing pages and improve the sandbox environment; - test and polish the use of richie as a django app / node dependency. -[unreleased]: https://github.com/openfun/richie/compare/v2.0.0-beta.8...master +[unreleased]: https://github.com/openfun/richie/compare/v2.0.0-beta.9...master +[2.0.0-beta.9]: https://github.com/openfun/richie/compare/v2.0.0-beta.8...v2.0.0-beta.9 [2.0.0-beta.8]: https://github.com/openfun/richie/compare/v2.0.0-beta.7...v2.0.0-beta.8 [2.0.0-beta.7]: https://github.com/openfun/richie/compare/v2.0.0-beta.6...v2.0.0-beta.7 [2.0.0-beta.6]: https://github.com/openfun/richie/compare/v2.0.0-beta.5...v2.0.0-beta.6 diff --git a/setup.cfg b/setup.cfg index 884c289d16..4c5ce3b57b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ;; [metadata] name = richie -version = 2.0.0-beta.8 +version = 2.0.0-beta.9 description = A FUN portal for Open edX long_description = file:README.md long_description_content_type = text/markdown diff --git a/src/frontend/package.json b/src/frontend/package.json index d1e5c2e211..1065fb4750 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "richie-education", - "version": "2.0.0-beta.8", + "version": "2.0.0-beta.9", "description": "A CMS for Open Education", "main": "sandbox/manage.py", "scripts": { diff --git a/tests_e2e/package.json b/tests_e2e/package.json index a2d1521de3..9364303d74 100644 --- a/tests_e2e/package.json +++ b/tests_e2e/package.json @@ -1,6 +1,6 @@ { "name": "richie-tests-e2e", - "version": "2.0.0-beta.8", + "version": "2.0.0-beta.9", "description": "End-to-end tests for the Richie project", "repository": "https://github.com/openfun/richie", "author": "Open FUN (France Université Numérique)", diff --git a/website/package.json b/website/package.json index 85276c9e79..eb654db2a8 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "richie-education-docs", - "version": "2.0.0-beta.8", + "version": "2.0.0-beta.9", "description": "Documentation website for the Richie project", "scripts": { "build": "docusaurus-build",