Skip to content

Commit

Permalink
🔖(funcorporate) bump to version 1.10.0
Browse files Browse the repository at this point in the history
Changed

- Upgrade richie to 2.6.0
  • Loading branch information
jbpenrath committed May 3, 2021
1 parent 2e1671a commit e52ce85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion sites/funcorporate/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.10.0] - 2021-05-03

### Changed

- Upgrade richie to 2.6.0
Expand Down Expand Up @@ -249,7 +251,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Update project urls to add styleguide and account views.
- Update layout color theme and logo to fit fun-corporate mockups.

[unreleased]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.9.0...HEAD
[unreleased]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.10.0...HEAD
[1.10.0]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.9.0...funcorporate-1.10.0
[1.9.0]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.8.0...funcorporate-1.9.0
[1.8.0]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.7.0...funcorporate-1.8.0
[1.7.0]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.6.0...funcorporate-1.7.0
Expand Down
2 changes: 1 addition & 1 deletion sites/funcorporate/src/backend/funcorporate/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.9.0"
__version__ = "1.10.0"
2 changes: 1 addition & 1 deletion sites/funcorporate/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "funcorporate",
"version": "1.9.0",
"version": "1.10.0",
"description": "The future www.fun-corporate.fr website based on https://github.com/openfun/richie",
"scripts": {
"build-ts": "webpack --config node_modules/richie-education/webpack.config.js --output-path ../backend/base/static/richie/js/build --env richie-dependent-build --env richie-settings=overrides.json",
Expand Down

0 comments on commit e52ce85

Please sign in to comment.