Skip to content

Commit

Permalink
🔖(patch) bump version to 2.0.0-beta.19
Browse files Browse the repository at this point in the history
Added
- Add a color palette for selector component
- Add a color palette for spinner component

Fixed
- Fix a typo in base template
  • Loading branch information
jbpenrath committed Nov 10, 2020
1 parent 26125fe commit c39eb0a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0-beta.18 - 2020-11-06
## [Unrealeased]

## [2.0.0-beta.19] - 2020-11-09

### Added

- Add a color palette for selector component
- Add a color palette for spinner component

### Fixed

- Fix a typo in base template

## [2.0.0-beta.18] - 2020-11-06

### Fixed

Expand Down Expand Up @@ -1056,7 +1069,8 @@ us:
- finish integrating the missing pages and improve the sandbox environment;
- test and polish the use of richie as a django app / node dependency.

[unreleased]: https://github.com/openfun/richie/compare/v2.0.0-beta.18...master
[unreleased]: https://github.com/openfun/richie/compare/v2.0.0-beta.19...master
[2.0.0-beta.19]: https://github.com/openfun/richie/compare/v2.0.0-beta.18...v2.0.0-beta.19
[2.0.0-beta.18]: https://github.com/openfun/richie/compare/v2.0.0-beta.17...v2.0.0-beta.18
[2.0.0-beta.17]: https://github.com/openfun/richie/compare/v2.0.0-beta.16...v2.0.0-beta.17
[2.0.0-beta.16]: https://github.com/openfun/richie/compare/v2.0.0-beta.15...v2.0.0-beta.16
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
[metadata]
name = richie
version = 2.0.0-beta.18
version = 2.0.0-beta.19
description = A FUN portal for Open edX
long_description = file:README.md
long_description_content_type = text/markdown
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": "richie-education",
"version": "2.0.0-beta.18",
"version": "2.0.0-beta.19",
"description": "A CMS for Open Education",
"main": "sandbox/manage.py",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests_e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "richie-tests-e2e",
"version": "2.0.0-beta.18",
"version": "2.0.0-beta.19",
"description": "End-to-end tests for the Richie project",
"repository": "https://github.com/openfun/richie",
"author": "Open FUN (France Université Numérique)",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "richie-education-docs",
"version": "2.0.0-beta.18",
"version": "2.0.0-beta.19",
"description": "Documentation website for the Richie project",
"scripts": {
"build": "docusaurus-build",
Expand Down

0 comments on commit c39eb0a

Please sign in to comment.