Skip to content

Commit

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

- Upgrade richie to 2.13.0
  • Loading branch information
jbpenrath committed Mar 7, 2022
1 parent 3e542ba commit f46ac13
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 6 deletions.
61 changes: 58 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,11 +527,66 @@ workflows:
site: demo
funcampus:
jobs:
- no-change:
- check-changelog:
filters:
branches:
ignore: master
name: check-changelog-funcampus
site: funcampus
- lint-changelog:
filters:
branches:
ignore: master
tags:
only: /funcampus-.*/
name: lint-changelog--funcampus
site: funcampus
- build-front-production:
filters:
tags:
only: /.*/
name: no-change-funcampus
only: /funcampus-.*/
name: build-front-production-funcampus
site: funcampus
- lint-front:
filters:
tags:
only: /funcampus-.*/
name: lint-front-funcampus
requires:
- build-front-production-funcampus
site: funcampus
- build-back:
filters:
tags:
only: /funcampus-.*/
name: build-back-funcampus
site: funcampus
- lint-back:
filters:
tags:
only: /funcampus-.*/
name: lint-back-funcampus
requires:
- build-back-funcampus
site: funcampus
- test-back:
filters:
tags:
only: /funcampus-.*/
name: test-back-funcampus
requires:
- build-back-funcampus
site: funcampus
- hub:
filters:
tags:
only: /^funcampus-.*/
image_name: funcampus
name: hub-funcampus
requires:
- lint-front-funcampus
- lint-back-funcampus
site: funcampus
funcorporate:
jobs:
- no-change:
Expand Down
7 changes: 6 additions & 1 deletion sites/funcampus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.17.0] - 2022-03-07

### Changed

- Upgrade richie to 2.13.0

## [1.16.0] - 2022-01-04
Expand Down Expand Up @@ -235,7 +239,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- First `funcampus` image

[unreleased]: https://github.com/openfun/richie-site-factory/compare/funcampus-1.16.0...HEAD
[unreleased]: https://github.com/openfun/richie-site-factory/compare/funcampus-1.17.0...HEAD
[1.17.0]: https://github.com/openfun/richie-site-factory/compare/funcampus-1.16.0...funcampus-1.17.0
[1.16.0]: https://github.com/openfun/richie-site-factory/compare/funcampus-1.15.0...funcampus-1.16.0
[1.15.0]: https://github.com/openfun/richie-site-factory/compare/funcampus-1.14.0...funcampus-1.15.0
[1.14.0]: https://github.com/openfun/richie-site-factory/compare/funcampus-1.13.0...funcampus-1.14.0
Expand Down
2 changes: 1 addition & 1 deletion sites/funcampus/src/backend/funcampus/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.16.0"
__version__ = "1.17.0"
2 changes: 1 addition & 1 deletion sites/funcampus/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "funcampus",
"version": "1.16.0",
"version": "1.17.0",
"description": "The future www.fun-campus.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 f46ac13

Please sign in to comment.