Skip to content

Commit

Permalink
🔖(chore) bump funmooc to 0.13.0
Browse files Browse the repository at this point in the history
Changed

- Upgrade richie to 2.0.0-beta.11
- Homepage hero intro adjustments for font and background.
- Button caesura variant alternative color for some section.
- Adjust 'middle-gradient' to try to be more accessible.
- Correct links on social networks badges.
- More accessible category badges color everywhere.
- Adapt bullet list checkmark icon color to funmooc theme.
- Removed header bottom border.
- Enable Django CMS page cache for non-staff users
- Enable cache for content and sessions

Fixed

- Fix translation overrides by configuring the specific "locale" directory
  • Loading branch information
madmatah committed Aug 20, 2020
1 parent c61a690 commit 233102e
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 39 deletions.
72 changes: 36 additions & 36 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,74 +347,74 @@ workflows:
only: /.*/
name: no-change-funcampus
funcorporate:
jobs:
- no-change:
filters:
tags:
only: /.*/
name: no-change-funcorporate
funmooc:
jobs:
- check-changelog:
filters:
branches:
ignore: master
name: check-changelog-funcorporate
site: funcorporate
name: check-changelog-funmooc
site: funmooc
- lint-changelog:
filters:
branches:
ignore: master
tags:
only: /funcorporate-.*/
name: lint-changelog--funcorporate
site: funcorporate
only: /funmooc-.*/
name: lint-changelog--funmooc
site: funmooc
- build-front-production:
filters:
tags:
only: /funcorporate-.*/
name: build-front-production-funcorporate
site: funcorporate
only: /funmooc-.*/
name: build-front-production-funmooc
site: funmooc
- lint-front:
filters:
tags:
only: /funcorporate-.*/
name: lint-front-funcorporate
only: /funmooc-.*/
name: lint-front-funmooc
requires:
- build-front-production-funcorporate
site: funcorporate
- build-front-production-funmooc
site: funmooc
- build-back:
filters:
tags:
only: /funcorporate-.*/
name: build-back-funcorporate
site: funcorporate
only: /funmooc-.*/
name: build-back-funmooc
site: funmooc
- lint-back:
filters:
tags:
only: /funcorporate-.*/
name: lint-back-funcorporate
only: /funmooc-.*/
name: lint-back-funmooc
requires:
- build-back-funcorporate
site: funcorporate
- build-back-funmooc
site: funmooc
- test-back:
filters:
tags:
only: /funcorporate-.*/
name: test-back-funcorporate
only: /funmooc-.*/
name: test-back-funmooc
requires:
- build-back-funcorporate
site: funcorporate
- build-back-funmooc
site: funmooc
- hub:
filters:
tags:
only: /^funcorporate-.*/
image_name: funcorporate
name: hub-funcorporate
only: /^funmooc-.*/
image_name: funmooc
name: hub-funmooc
requires:
- lint-front-funcorporate
- lint-back-funcorporate
site: funcorporate
funmooc:
jobs:
- no-change:
filters:
tags:
only: /.*/
name: no-change-funmooc
- lint-front-funmooc
- lint-back-funmooc
site: funmooc
site-factory:
jobs:
- lint-git:
Expand Down
5 changes: 4 additions & 1 deletion sites/funmooc/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]

## [0.13.0] - 2020-08-20

### Changed

- Upgrade richie to 2.0.0-beta.11
Expand Down Expand Up @@ -256,7 +258,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Static and media files are stored in AWS S3 buckets and distributed _via_
Amazon CloudFront

[unreleased]: https://github.com/openfun/richie-site-factory/compare/funmooc-0.12.0...HEAD
[unreleased]: https://github.com/openfun/richie-site-factory/compare/funmooc-0.13.0...HEAD
[0.13.0]: https://github.com/openfun/richie-site-factory/compare/funmooc-0.12.0...funmooc-0.13.0
[0.12.0]: https://github.com/openfun/richie-site-factory/compare/funmooc-0.11.0...funmooc-0.12.0
[0.11.0]: https://github.com/openfun/richie-site-factory/compare/funmooc-0.10.1...funmooc-0.11.0
[0.10.1]: https://github.com/openfun/richie-site-factory/compare/v0.10.0...funmooc-0.10.1
Expand Down
2 changes: 1 addition & 1 deletion sites/funmooc/src/backend/funmooc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.0"
__version__ = "0.13.0"
2 changes: 1 addition & 1 deletion sites/funmooc/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "funmooc",
"version": "0.12.0",
"version": "0.13.0",
"description": "Richie-powered CMS for fun-mooc.fr",
"scripts": {
"prettier": "prettier '**/*.+(css|scss)'",
Expand Down

0 comments on commit 233102e

Please sign in to comment.