Skip to content

Commit

Permalink
🔖(minor) bump release to 4.8.0
Browse files Browse the repository at this point in the history
Added

- Meta description and meta title on the website from the API (#2516)
- Retrieve BBB learning analytics and send them through API
- Classroom attendance analytics (#2499)
- Add a language picker for the invite link on the website (#2504)

Changed

- Replace grommet DropButton component (#2513)
- On live, can now share resource when one is already shared (#2512)
- Remove persistency on token from invite link (#2505)
- Replace grommet Cards / Footer/ Anchor / Tip / Nav (#2503)
- Refacto widgets SharedLiveMedia (#2504)
- Replace grommet Button (#2453)
- Replace grommet Box (#2484)
- Replace grommet TextArea (#2500)
- Update psycopg to version 3
- Update node to version 20
- Replace pylti with oauthlib for LTI request validation
- Replace faker with @faker-js/faker (frontend)

Fixed

- Blocking error when shared document is deleted (#2504)
- Improve render sharing picture in live (#2508)
  • Loading branch information
lunika committed Nov 29, 2023
1 parent d9c3284 commit 57369e2
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 24 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]

## [4.8.0] - 2023-11-29

### Added

- Meta description and meta title on the website from the API (#2516)
Expand Down Expand Up @@ -1879,7 +1881,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/v4.7.0...master
[unreleased]: https://github.com/openfun/marsha/compare/v4.8.0...master
[4.8.0]: https://github.com/openfun/marsha/compare/v4.7.0...v4.8.0
[4.7.0]: https://github.com/openfun/marsha/compare/v4.6.0...v4.7.0
[4.6.0]: https://github.com/openfun/marsha/compare/v4.5.0...v4.6.0
[4.5.0]: https://github.com/openfun/marsha/compare/v4.4.0...v4.5.0
Expand Down
2 changes: 1 addition & 1 deletion arnold.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# arnold.yml
metadata:
name: marsha
version: 4.7.0
version: 4.8.0
source:
path: src/tray
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 = 4.7.0
version = 4.8.0
author = Open FUN (France Universite Numerique)
author_email = [email protected]
license = MIT
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/apps/lti_site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marsha",
"version": "4.7.0",
"version": "4.8.0",
"description": "🐠 a FUN LTI video provider",
"main": "front/index.tsx",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/apps/standalone_site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standalone_site",
"version": "4.7.0",
"version": "4.8.0",
"license": "MIT",
"private": true,
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common",
"version": "4.7.0",
"version": "4.8.0",
"license": "MIT",
"private": true,
"workspaces": {
Expand Down Expand Up @@ -54,16 +54,16 @@
"@types/react-dom": "18.2.16",
"@types/react-router-dom": "5.3.3",
"eslint": "8.54.0",
"eslint-config-marsha": "4.7.0",
"eslint-config-marsha": "4.8.0",
"@faker-js/faker": "8.3.1",
"grommet": "2.34.1",
"lib-classroom": "4.7.0",
"lib-common": "4.7.0",
"lib-components": "4.7.0",
"lib-markdown": "4.7.0",
"lib-video": "4.7.0",
"lib-tests": "4.7.0",
"marsha-config": "4.7.0",
"lib-classroom": "4.8.0",
"lib-common": "4.8.0",
"lib-components": "4.8.0",
"lib-markdown": "4.8.0",
"lib-video": "4.8.0",
"lib-tests": "4.8.0",
"marsha-config": "4.8.0",
"prettier": "3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/eslint-config-marsha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-marsha",
"version": "4.7.0",
"version": "4.8.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/lib_classroom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lib-classroom",
"version": "4.7.0",
"version": "4.8.0",
"license": "MIT",
"directories": {
"lib": "lib"
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/lib_common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lib-common",
"version": "4.7.0",
"version": "4.8.0",
"license": "MIT",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/lib_components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lib-components",
"version": "4.7.0",
"version": "4.8.0",
"license": "MIT",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/lib_markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lib-markdown",
"version": "4.7.0",
"version": "4.8.0",
"license": "MIT",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/lib_tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lib-tests",
"version": "4.7.0",
"version": "4.8.0",
"license": "MIT",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/lib_video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lib-video",
"version": "4.7.0",
"version": "4.8.0",
"description": "",
"license": "MIT",
"main": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/marsha-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marsha-config",
"version": "4.7.0",
"version": "4.8.0",
"private": true,
"description": "Marsha configuration",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/tray/tray.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
metadata:
name: marsha
version: 4.7.0
version: 4.8.0
2 changes: 1 addition & 1 deletion src/webtorrent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webtorrent-tracker",
"version": "4.7.0",
"version": "4.8.0",
"description": "Webtorrent tracker implementation for Marsha",
"main": "./dist/app.js",
"exports": "./dist/app.js",
Expand Down

0 comments on commit 57369e2

Please sign in to comment.