File tree Expand file tree Collapse file tree 16 files changed +27
-24
lines changed
Expand file tree Collapse file tree 16 files changed +27
-24
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88
99## [ Unreleased]
1010
11+ ## [ 5.12.1] - 2025-12-12
12+
1113### Fixed
1214
1315- Document link opens in new tab
@@ -2123,7 +2125,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
21232125
21242126- Minor fixes and improvements on features and tests
21252127
2126- [ unreleased ] : https://github.com/openfun/marsha/compare/v5.12.0...master
2128+ [ unreleased ] : https://github.com/openfun/marsha/compare/v5.12.1...master
2129+ [ 5.12.1 ] : https://github.com/openfun/marsha/compare/v5.12.0...v5.12.1
21272130[ 5.12.0 ] : https://github.com/openfun/marsha/compare/v5.11.1...v5.12.0
21282131[ 5.11.1 ] : https://github.com/openfun/marsha/compare/v5.11.0...v5.11.1
21292132[ 5.11.0 ] : https://github.com/openfun/marsha/compare/v5.10.0...v5.11.0
Original file line number Diff line number Diff line change 11# arnold.yml
22metadata :
33 name : marsha
4- version : 5.12.0
4+ version : 5.12.1
55source :
66 path : src/tray
Original file line number Diff line number Diff line change 11[metadata]
22name = marsha
33description = A FUN video provider for Open edX
4- version = 5.12.0
4+ version = 5.12.1
55author = Open FUN (France Universite Numerique)
66author_email = fun.dev@fun-mooc.fr
77license = MIT
Original file line number Diff line number Diff line change 11{
22 "name" : " marsha" ,
3- "version" : " 5.12.0 " ,
3+ "version" : " 5.12.1 " ,
44 "description" : " 🐠 a FUN LTI video provider" ,
55 "main" : " front/index.tsx" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " standalone_site" ,
3- "version" : " 5.12.0 " ,
3+ "version" : " 5.12.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "start" : " vite" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " common" ,
3- "version" : " 5.12.0 " ,
3+ "version" : " 5.12.1 " ,
44 "license" : " MIT" ,
55 "private" : true ,
66 "workspaces" : {
5858 "@types/react-dom" : " 18.3.1" ,
5959 "@typescript-eslint/typescript-estree" : " 8.20.0" ,
6060 "eslint" : " 8.57.0" ,
61- "eslint-config-marsha" : " 5.12.0 " ,
61+ "eslint-config-marsha" : " 5.12.1 " ,
6262 "@faker-js/faker" : " 9.3.0" ,
6363 "grommet" : " 2.43.0" ,
64- "lib-classroom" : " 5.12.0 " ,
65- "lib-common" : " 5.12.0 " ,
66- "lib-components" : " 5.12.0 " ,
67- "lib-markdown" : " 5.12.0 " ,
68- "lib-video" : " 5.12.0 " ,
69- "lib-tests" : " 5.12.0 " ,
70- "marsha-config" : " 5.12.0 " ,
64+ "lib-classroom" : " 5.12.1 " ,
65+ "lib-common" : " 5.12.1 " ,
66+ "lib-components" : " 5.12.1 " ,
67+ "lib-markdown" : " 5.12.1 " ,
68+ "lib-video" : " 5.12.1 " ,
69+ "lib-tests" : " 5.12.1 " ,
70+ "marsha-config" : " 5.12.1 " ,
7171 "prettier" : " 3.4.2" ,
7272 "react" : " 18.3.1" ,
7373 "react-dom" : " 18.3.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-marsha" ,
3- "version" : " 5.12.0 " ,
3+ "version" : " 5.12.1 " ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " lib-classroom" ,
3- "version" : " 5.12.0 " ,
3+ "version" : " 5.12.1 " ,
44 "license" : " MIT" ,
55 "directories" : {
66 "lib" : " lib"
Original file line number Diff line number Diff line change 11{
22 "name" : " lib-common" ,
3- "version" : " 5.12.0 " ,
3+ "version" : " 5.12.1 " ,
44 "license" : " MIT" ,
55 "main" : " ./src/index.ts" ,
66 "types" : " ./src/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " lib-components" ,
3- "version" : " 5.12.0 " ,
3+ "version" : " 5.12.1 " ,
44 "license" : " MIT" ,
55 "main" : " ./src/index.ts" ,
66 "types" : " ./src/index.ts" ,
You can’t perform that action at this time.
0 commit comments