Skip to content

Commit

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

- Manage xAPI statements in backend application.
- Listen to plyr player events and send xAPI statements to the backend
  application.
- Installation of Grommet in the front application. Will be used to
  theme our application.
- Display upload progress when a resource is uploaded.
- Use a theme with Grommet instead of ad-hic variables.
- Replace our button with Grommet's.

Fixed

- Remove the `styledComponentWithProps` we used to type styled
  components thanks to a newer version of the library
- Rework `Jest` config to use babel
  • Loading branch information
lunika committed Jan 30, 2019
1 parent e289133 commit 52ecd0b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,22 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.1.0] - 2019-01-30

### Added

- Manage xAPI statements in backend application.
- Listen to plyr player events and send xAPI statements to the backend application.
- Installation of Grommet in the front application. Will be used to theme our application.
- Display upload progress when a resource is uploaded.
- Configure application healthcheck.
- Show a thumbnail of the video on the Dashboard when it is ready to play.

### Fixed

- Remove the `styledComponentWithProps` we used to type styled components thanks to a newer version of the library
- Rework `Jest` config to use babel
- Replace our button with Grommet's.

## [2.0.1] - 2019-01-22

Expand Down
2 changes: 1 addition & 1 deletion src/backend/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = marsha
description = A FUN video provider for Open edX
long_description = file:README.rst
version = 2.0.1
version = 2.1.0
author = Open FUN (France Universite Numerique)
author_email = [email protected]
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": "2.0.1",
"version": "2.1.0",
"description": "🐠 a FUN LTI video provider",
"main": "front/index.tsx",
"scripts": {
Expand Down

0 comments on commit 52ecd0b

Please sign in to comment.