Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from eea/develop
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
andreiggr committed Dec 7, 2021
2 parents 94ff3c6 + 7924f8a commit b74f01c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b74f01c

Please sign in to comment.