Skip to content

Commit

Permalink
🔖(patch) bump release to 3.20.1
Browse files Browse the repository at this point in the history
Fixed

- Redirect instructor to the dashboard when live is stopped
  • Loading branch information
lunika committed Jun 23, 2021
1 parent 5c4895a commit e476579
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 11 deletions.
5 changes: 4 additions & 1 deletion 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]

## [3.20.1] - 2021-06-23

### Fixed

- Redirect instructor to the dashboard when live is stopped
Expand Down Expand Up @@ -791,7 +793,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- Minor fixes and improvements on features and tests

[unreleased]: https://github.com/openfun/marsha/compare/v3.20.0...master
[unreleased]: https://github.com/openfun/marsha/compare/v3.20.1...master
[3.20.1]: https://github.com/openfun/marsha/compare/v3.20.0...v3.20.1
[3.20.0]: https://github.com/openfun/marsha/compare/v3.19.0...v3.20.0
[3.19.0]: https://github.com/openfun/marsha/compare/v3.18.0...v3.19.0
[3.18.0]: https://github.com/openfun/marsha/compare/v3.17.1...v3.18.0
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-complete/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-complete",
"version": "3.20.0",
"version": "3.20.1",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-configure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-configure",
"version": "3.20.0",
"version": "3.20.1",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-elemental-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-elemental-routing",
"version": "3.20.0",
"version": "3.20.1",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-encode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-convert",
"version": "3.20.0",
"version": "3.20.1",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-medialive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-medialive",
"version": "3.20.0",
"version": "3.20.1",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-mediapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-mediapackage",
"version": "3.20.0",
"version": "3.20.1",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-migrate",
"version": "3.20.0",
"version": "3.20.1",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/utils/update-state/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-update-state",
"version": "3.20.0",
"version": "3.20.1",
"engines": {
"node": "14"
},
Expand Down
2 changes: 1 addition & 1 deletion src/backend/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = marsha
description = A FUN video provider for Open edX
version = 3.20.0
version = 3.20.1
author = Open FUN (France Universite Numerique)
author_email = fun.dev@fun-mooc.fr
license = MIT
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marsha",
"version": "3.20.0",
"version": "3.20.1",
"description": "🐠 a FUN LTI video provider",
"main": "front/index.tsx",
"scripts": {
Expand Down

0 comments on commit e476579

Please sign in to comment.