Skip to content

Commit fead9a2

Browse files
committed
🔖(patch) bump release to 5.8.1
Fixed - Use feature flags to control visibility of LTI video/webinar buttons - Fix storage location field for existing files stored on AWS S3: - markdown images - deposited files - clasroom documents
1 parent 5322104 commit fead9a2

File tree

24 files changed

+36
-33
lines changed

24 files changed

+36
-33
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [5.8.1] - 2025-06-13
12+
1113
### Fixed
1214

1315
- Use feature flags to control visibility of LTI video/webinar buttons
1416
- Fix storage location field for existing files stored on AWS S3:
1517
- markdown images
1618
- deposited files
17-
- clasroom documents
19+
- classroom documents
1820

1921
## [5.8.0] - 2025-06-06
2022

@@ -2069,7 +2071,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
20692071

20702072
- Minor fixes and improvements on features and tests
20712073

2072-
[unreleased]: https://github.com/openfun/marsha/compare/v5.8.0...master
2074+
[unreleased]: https://github.com/openfun/marsha/compare/v5.8.1...master
2075+
[5.8.1]: https://github.com/openfun/marsha/compare/v5.8.0...v5.8.1
20732076
[5.8.0]: https://github.com/openfun/marsha/compare/v5.7.0...v5.8.0
20742077
[5.7.0]: https://github.com/openfun/marsha/compare/v5.6.0...v5.7.0
20752078
[5.6.0]: https://github.com/openfun/marsha/compare/v5.5.3...v5.6.0

arnold.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# arnold.yml
22
metadata:
33
name: marsha
4-
version: 5.8.0
4+
version: 5.8.1
55
source:
66
path: src/tray

src/aws/lambda-complete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-complete",
4-
"version": "5.8.0",
4+
"version": "5.8.1",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-configure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-configure",
4-
"version": "5.8.0",
4+
"version": "5.8.1",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-convert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-convert",
4-
"version": "5.8.0",
4+
"version": "5.8.1",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-elemental-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-elemental-routing",
4-
"version": "5.8.0",
4+
"version": "5.8.1",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-medialive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-medialive",
4-
"version": "5.8.0",
4+
"version": "5.8.1",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-mediapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-mediapackage",
4-
"version": "5.8.0",
4+
"version": "5.8.1",
55
"engines": {
66
"node": "18"
77
},

src/aws/lambda-migrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-migrate",
4-
"version": "5.8.0",
4+
"version": "5.8.1",
55
"engines": {
66
"node": "18"
77
},

src/aws/utils/update-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-update-state",
4-
"version": "5.8.0",
4+
"version": "5.8.1",
55
"engines": {
66
"node": "18"
77
},

0 commit comments

Comments
 (0)