Skip to content

Commit

Permalink
Merge pull request #81 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tedw87 authored Aug 29, 2024
2 parents 1bf5ba1 + c69757e commit ca0f922
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ 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.47](https://github.com/eea/volto-climate-advisory-board-policy/compare/0.1.46...0.1.47) - 18 July 2024
### [0.1.48](https://github.com/eea/volto-climate-advisory-board-policy/compare/0.1.47...0.1.48) - 29 August 2024

#### :hammer_and_wrench: Others

- revert to previous test file [Teodor - [`ff7c1e2`](https://github.com/eea/volto-climate-advisory-board-policy/commit/ff7c1e226bb0d33284bfc85158878c76214ad3aa)]
- update test for block-basics [Teodor - [`3689ed1`](https://github.com/eea/volto-climate-advisory-board-policy/commit/3689ed144c6e285cb3f66833f0d44836ac90d56d)]
### [0.1.47](https://github.com/eea/volto-climate-advisory-board-policy/compare/0.1.46...0.1.47) - 19 July 2024

#### :rocket: New Features

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-climate-advisory-board-policy",
"version": "0.1.47",
"version": "0.1.48",
"description": "@eeacms/volto-climate-advisory-board-policy: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ const ContentMetadataTags = (props) => {
content={toPublicURL(contentImageInfo.url)}
/>
)}
{contentImageInfo.contentHasImage && (
<meta
name="twitter:image"
content={toPublicURL(contentImageInfo.url)}
/>
)}
{contentImageInfo.contentHasImage && (
<meta property="og:image:width" content={contentImageInfo.width} />
)}
Expand Down

0 comments on commit ca0f922

Please sign in to comment.