From 52a244338a636b14dd2894a45b46a8210cffb75d Mon Sep 17 00:00:00 2001 From: Samuel Paccoud - FUN MOOC Date: Tue, 8 Jun 2021 20:49:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(demo)=20bump=20to=20version=201.12?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed - Upgrade richie to 2.7.1 to fix LTI consumer when logged-in OpenEdX --- sites/demo/CHANGELOG.md | 5 ++++- sites/demo/src/backend/demo/__init__.py | 2 +- sites/demo/src/frontend/package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sites/demo/CHANGELOG.md b/sites/demo/CHANGELOG.md index 667473b1..9d779131 100644 --- a/sites/demo/CHANGELOG.md +++ b/sites/demo/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.12.1] - 2021-06-08 + ### Fixed - Upgrade richie to 2.7.1 to fix LTI consumer when logged-in OpenEdX @@ -226,7 +228,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). First demo image for richie to 2.0.0-beta.7 -[unreleased]: https://github.com/openfun/richie-site-factory/compare/demo-1.12.0...HEAD +[unreleased]: https://github.com/openfun/richie-site-factory/compare/demo-1.12.1...HEAD +[1.12.1]: https://github.com/openfun/richie-site-factory/compare/demo-1.12.0...demo-1.12.1 [1.12.0]: https://github.com/openfun/richie-site-factory/compare/demo-1.11.1...demo-1.12.0 [1.11.1]: https://github.com/openfun/richie-site-factory/compare/demo-1.11.0...demo-1.11.1 [1.11.0]: https://github.com/openfun/richie-site-factory/compare/demo-1.10.0...demo-1.11.0 diff --git a/sites/demo/src/backend/demo/__init__.py b/sites/demo/src/backend/demo/__init__.py index b518f6ee..438a38d1 100644 --- a/sites/demo/src/backend/demo/__init__.py +++ b/sites/demo/src/backend/demo/__init__.py @@ -1 +1 @@ -__version__ = "1.12.0" +__version__ = "1.12.1" diff --git a/sites/demo/src/frontend/package.json b/sites/demo/src/frontend/package.json index fbd6a5d3..ce56f155 100644 --- a/sites/demo/src/frontend/package.json +++ b/sites/demo/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "richie", - "version": "1.12.0", + "version": "1.12.1", "description": "Richie demo site on https://demo.richie.education", "scripts": { "build-ts": "webpack --config node_modules/richie-education/webpack.config.js --output-path ../backend/base/static/richie/js/build --env richie-dependent-build --env richie-settings=overrides.json",