Skip to content

Commit

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

- Override default permissions applied to Organization and Course pages
  • Loading branch information
jbpenrath committed Oct 31, 2023
1 parent e3f8d03 commit 354b866
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 6 deletions.
62 changes: 59 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,11 +472,66 @@ workflows:
site: funcampus
funcorporate:
jobs:
- no-change:
- check-changelog:
filters:
branches:
ignore: main
name: check-changelog-funcorporate
site: funcorporate
- lint-changelog:
filters:
branches:
ignore: main
tags:
only: /^funcorporate-.*/
name: lint-changelog--funcorporate
site: funcorporate
- build-front-production:
filters:
tags:
only: /.*/
name: no-change-funcorporate
only: /^funcorporate-.*/
name: build-front-production-funcorporate
site: funcorporate
- lint-front:
filters:
tags:
only: /^funcorporate-.*/
name: lint-front-funcorporate
requires:
- build-front-production-funcorporate
site: funcorporate
- build-back:
filters:
tags:
only: /^funcorporate-.*/
name: build-back-funcorporate
site: funcorporate
- lint-back:
filters:
tags:
only: /^funcorporate-.*/
name: lint-back-funcorporate
requires:
- build-back-funcorporate
site: funcorporate
- test-back:
filters:
tags:
only: /^funcorporate-.*/
name: test-back-funcorporate
requires:
- build-back-funcorporate
site: funcorporate
- hub:
filters:
tags:
only: /^funcorporate-.*/
image_name: funcorporate
name: hub-funcorporate
requires:
- lint-front-funcorporate
- lint-back-funcorporate
site: funcorporate
funmooc:
jobs:
- check-changelog:
Expand Down Expand Up @@ -554,3 +609,4 @@ workflows:
filters:
tags:
only: /.*/

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.26.0] - 2023-10-31

### Changed

- Override default permissions applied to Organization and Course pages
Expand Down Expand Up @@ -381,7 +383,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.25.0...HEAD
[unreleased]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.26.0...HEAD
[1.26.0]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.25.0...funcorporate-1.26.0
[1.25.0]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.24.0...funcorporate-1.25.0
[1.24.0]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.23.0...funcorporate-1.24.0
[1.23.0]: https://github.com/openfun/richie-site-factory/compare/funcorporate-1.22.1...funcorporate-1.23.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.25.0"
__version__ = "1.26.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.25.0",
"version": "1.26.0",
"description": "The future www.fun-corporate.fr website based on https://github.com/openfun/richie",
"scripts": {
"build-ts": "tsc --noEmit && 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 354b866

Please sign in to comment.