Skip to content

Commit

Permalink
🔖(demo) bump to version 1.12.1
Browse files Browse the repository at this point in the history
Fixed

- Upgrade richie to 2.7.1 to fix LTI consumer when logged-in OpenEdX
  • Loading branch information
sampaccoud committed Jun 9, 2021
1 parent 85572ca commit 52a2443
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion sites/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sites/demo/src/backend/demo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.12.0"
__version__ = "1.12.1"
2 changes: 1 addition & 1 deletion sites/demo/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 52a2443

Please sign in to comment.