@eeacms/volto-clms-theme 1.1.112 → 1.1.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
- ### [1.1.112](https://github.com/eea/volto-clms-theme/compare/1.1.111...1.1.112) - 16 February 2024
7
+ ### [1.1.113](https://github.com/eea/volto-clms-theme/compare/1.1.112...1.1.113) - 19 February 2024
8
8
 
9
- #### :bug: Bug Fixes
9
+ #### :hammer_and_wrench: Others
10
10
 
11
- - fix: CLMS-3076 [Unai - [`f0df038`](https://github.com/eea/volto-clms-theme/commit/f0df038a8065306f78dc5b50ade1e15da86fa4d1)]
11
+ - link to contact_email [Mikel Larreategi - [`0b000f5`](https://github.com/eea/volto-clms-theme/commit/0b000f58cf1928fd7dae548ab49e7857fd53e1c4)]
12
+ ### [1.1.112](https://github.com/eea/volto-clms-theme/compare/1.1.111...1.1.112) - 16 February 2024
12
13
 
13
14
  ### [1.1.111](https://github.com/eea/volto-clms-theme/compare/1.1.110...1.1.111) - 13 February 2024
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.1.112",
3
+ "version": "1.1.113",
4
4
  "description": "volto-clms-theme: Volto theme for CLMS site",
5
5
  "main": "src/index.js",
6
6
  "author": "CodeSyntax for the European Environment Agency",
@@ -446,7 +446,7 @@ export const CLMSMeetingView = (props) => {
446
446
  <Header>{intl.formatMessage(messages.contactName)}</Header>
447
447
  </div>
448
448
  <div className="dataset-field-description">
449
- <a href={`mailto:${content.contact_name}`}>
449
+ <a href={`mailto:${content.contact_email}`}>
450
450
  {content.contact_name}
451
451
  </a>
452
452
  </div>