Skip to content

Commit

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

- Disable lti nonce and timestamp validation
  • Loading branch information
lunika committed Dec 4, 2023
1 parent 7b5f0d3 commit 1efc1b8
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 23 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.9.0] - 2023-12-04

### Added

- Disable lti nonce and timestamp validation
Expand Down Expand Up @@ -1891,7 +1893,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.8.1...master
[unreleased]: https://github.com/openfun/marsha/compare/v4.9.0...master
[4.9.0]: https://github.com/openfun/marsha/compare/v4.8.1...v4.9.0
[4.8.1]: https://github.com/openfun/marsha/compare/v4.8.0...v4.8.1
[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
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.8.1
version: 4.9.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.8.1
version = 4.9.0
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/apps/lti_site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marsha",
"version": "4.8.1",
"version": "4.9.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.8.1",
"version": "4.9.0",
"license": "MIT",
"private": true,
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@
"@types/react-dom": "18.2.17",
"@types/react-router-dom": "5.3.3",
"eslint": "8.54.0",
"eslint-config-marsha": "4.8.1",
"eslint-config-marsha": "4.9.0",
"@faker-js/faker": "8.3.1",
"grommet": "2.34.1",
"lib-classroom": "4.8.1",
"lib-common": "4.8.1",
"lib-components": "4.8.1",
"lib-markdown": "4.8.1",
"lib-video": "4.8.1",
"lib-tests": "4.8.1",
"marsha-config": "4.8.1",
"lib-classroom": "4.9.0",
"lib-common": "4.9.0",
"lib-components": "4.9.0",
"lib-markdown": "4.9.0",
"lib-video": "4.9.0",
"lib-tests": "4.9.0",
"marsha-config": "4.9.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.8.1",
"version": "4.9.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.8.1",
"version": "4.9.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.8.1",
"version": "4.9.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.8.1",
"version": "4.9.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.8.1",
"version": "4.9.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.8.1",
"version": "4.9.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.8.1",
"version": "4.9.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.8.1",
"version": "4.9.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.8.1
version: 4.9.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.8.1",
"version": "4.9.0",
"description": "Webtorrent tracker implementation for Marsha",
"main": "./dist/app.js",
"exports": "./dist/app.js",
Expand Down

0 comments on commit 1efc1b8

Please sign in to comment.