Skip to content

Commit

Permalink
🔖(chore) bump version to 1.12.1
Browse files Browse the repository at this point in the history
Added

- Create a documentation & marketing website for the project. It lives under
  the `docs` folder and is deployed to Github Pages.

Fixed

- Fix an API request issue that was breaking the `<RootSearchSuggestField />`
  component.
  • Loading branch information
mbenadda committed Oct 29, 2019
1 parent 2fa99be commit 2b082c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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]

## [1.12.1] - 2019-10-29

### Added

- Create a documentation & marketing website for the project. It lives under
Expand Down Expand Up @@ -624,7 +626,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/v1.12.0...master
[unreleased]: https://github.com/openfun/richie/compare/v1.12.1...master
[1.12.1]: https://github.com/openfun/richie/compare/v1.12.0...v1.12.1
[1.12.0]: https://github.com/openfun/richie/compare/v1.11.0...v1.12.0
[1.11.0]: https://github.com/openfun/richie/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/openfun/richie/compare/v1.9.2...v1.10.0
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 = 1.12.0
version = 1.12.1
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": "1.12.0",
"version": "1.12.1",
"description": "A CMS for Open Education",
"main": "sandbox/manage.py",
"scripts": {
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": "1.11.0",
"version": "1.12.1",
"description": "Documentation website for the Richie project",
"scripts": {
"examples": "docusaurus-examples",
Expand Down

0 comments on commit 2b082c0

Please sign in to comment.