diff --git a/CHANGELOG.md b/CHANGELOG.md index 005c35e..4de3c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.1.25](https://github.com/eea/volto-forests-theme/compare/0.1.24...0.1.25) + +- Update index.js [`2067fe3`](https://github.com/eea/volto-forests-theme/commit/2067fe33518e23513a329ea48f4cc15713008419) + #### [0.1.24](https://github.com/eea/volto-forests-theme/compare/0.1.23...0.1.24) -- Develop [`#31`](https://github.com/eea/volto-forests-theme/pull/31) +> 7 December 2021 + +- Develop [`#33`](https://github.com/eea/volto-forests-theme/pull/33) - fix autoplay on header slides [`#30`](https://github.com/eea/volto-forests-theme/pull/30) - placeholder loader if json does not exist [`#29`](https://github.com/eea/volto-forests-theme/pull/29) - pin datablocks version [`c1f949e`](https://github.com/eea/volto-forests-theme/commit/c1f949e64e00f51ccadba9fafa59ec762f68d33d) @@ -17,7 +23,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 3 December 2021 - Develop [`#31`](https://github.com/eea/volto-forests-theme/pull/31) -- Refs #142010 - Optimize Volto-addons gitflow pipelines [`4450362`](https://github.com/eea/volto-forests-theme/commit/445036275a9262292c8a22be10ef547b55ceacb2) #### [0.1.22](https://github.com/eea/volto-forests-theme/compare/0.1.21...0.1.22) diff --git a/package.json b/package.json index 3043af0..826334c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-forests-theme", - "version": "0.1.24", + "version": "0.1.25", "description": "@eeacms/volto-forests-theme: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", diff --git a/src/index.js b/src/index.js index f3e1d19..44bde9b 100644 --- a/src/index.js +++ b/src/index.js @@ -24,11 +24,11 @@ export default function applyConfig(config) { config.settings = { ...config.settings, frontendMeta: { - version: process.env.RAZZLE_FRONTEND_VERSION || RAZZLE_FRONTEND_VERSION, + version: process.env.RAZZLE_FRONTEND_VERSION ?? RAZZLE_FRONTEND_VERSION, version_url: - process.env.RAZZLE_FRONTEND_VERSION_URL || RAZZLE_FRONTEND_VERSION_URL, + process.env.RAZZLE_FRONTEND_VERSION_URL ?? RAZZLE_FRONTEND_VERSION_URL, published_at: - process.env.RAZZLE_FRONTEND_PUBLISHED_AT || + process.env.RAZZLE_FRONTEND_PUBLISHED_AT ?? RAZZLE_FRONTEND_PUBLISHED_AT, }, timezone: 'CET',