Skip to content

Commit

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

- Upgrade richie to 2.24.1
  • Loading branch information
jbpenrath committed Oct 11, 2023
1 parent 752061a commit def7ecb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion sites/ademe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.18.0] - 2023-10-05

### Changed

- Upgrade richie to 2.24.1
Expand Down Expand Up @@ -166,7 +168,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- First `ademe` image

[unreleased]: https://github.com/openfun/richie-site-factory/compare/ademe-0.17.0...HEAD
[unreleased]: https://github.com/openfun/richie-site-factory/compare/ademe-0.18.0...HEAD
[0.18.0]: https://github.com/openfun/richie-site-factory/compare/ademe-0.17.0...ademe-0.18.0
[0.17.0]: https://github.com/openfun/richie-site-factory/compare/ademe-0.16.0...ademe-0.17.0
[0.16.0]: https://github.com/openfun/richie-site-factory/compare/ademe-0.15.1...ademe-0.16.0
[0.15.1]: https://github.com/openfun/richie-site-factory/compare/ademe-0.15.0...ademe-0.15.1
Expand Down
2 changes: 1 addition & 1 deletion sites/ademe/src/backend/ademe/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.17.0"
__version__ = "0.18.0"
2 changes: 1 addition & 1 deletion sites/ademe/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ademe",
"version": "0.17.0",
"version": "0.18.0",
"description": "Richie-powered CMS for www.mooc-batiment-durable.fr",
"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 def7ecb

Please sign in to comment.