diff --git a/CHANGELOG.md b/CHANGELOG.md index 3344bd2..7f5082f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.2.22](https://github.com/eea/volto-forests-theme/compare/0.2.21...0.2.22) - 7 November 2022 + +#### :hammer_and_wrench: Others + +- Add linkintegritycheck actiontypes [andreiggr - [`8ec57e6`](https://github.com/eea/volto-forests-theme/commit/8ec57e643b70be0e4231d96d6f695713adbe6fa9)] ### [0.2.21](https://github.com/eea/volto-forests-theme/compare/0.2.20...0.2.21) - 7 November 2022 #### :hammer_and_wrench: Others @@ -17,7 +22,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - cypress & volto updates [Andrei Grigore - [`12db55b`](https://github.com/eea/volto-forests-theme/commit/12db55b9eb54fe7016ed5084a27e30daa9fb42b2)] - config new slate route [andreiggr - [`dbfcfb5`](https://github.com/eea/volto-forests-theme/commit/dbfcfb51b0ec8e24d1649308a4f8ed9efcc3568c)] - use alpha in cy [andreiggr - [`a4b489f`](https://github.com/eea/volto-forests-theme/commit/a4b489fe9e2668899a570334d109c9c4fa52ec4d)] -- slate from volto [andreiggr - [`5b6a21f`](https://github.com/eea/volto-forests-theme/commit/5b6a21fcf445cb692328a2815dd45224c781ef9a)] ### [0.2.20](https://github.com/eea/volto-forests-theme/compare/0.2.19...0.2.20) - 4 October 2022 #### :hammer_and_wrench: Others @@ -109,6 +113,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fix crash on no selected columns [andreiggr - [`30f2c17`](https://github.com/eea/volto-forests-theme/commit/30f2c17d4200fb0579a6a90efbf4943597f2156b)] - Use volto-openlayers & fixes [andreiggr - [`6bff44c`](https://github.com/eea/volto-forests-theme/commit/6bff44c737a3d124c399b928cf3339d4d9f53dbc)] - openlayers markers wip [andreiggr - [`08e447e`](https://github.com/eea/volto-forests-theme/commit/08e447e2f5cc495d334864693b4ee8cf261c2eba)] +- [JENKINSFILE] use NodeJS from ${nodeJS}/bin [valentinab25 - [`3c73d31`](https://github.com/eea/volto-forests-theme/commit/3c73d31e2d1689cec97a6b42121859770657ceff)] ### [0.2.6](https://github.com/eea/volto-forests-theme/compare/0.2.5...0.2.6) - 11 April 2022 #### :hammer_and_wrench: Others @@ -306,6 +311,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - use standalone slate-inline stlyes [nileshgulia1 - [`53422fe`](https://github.com/eea/volto-forests-theme/commit/53422fe68677953b0c46079c388e912968f18928)] - fix anchor color [nileshgulia1 - [`332d681`](https://github.com/eea/volto-forests-theme/commit/332d681a6e6683030cf02089aaa49d3fdb07c524)] - anchor color [nileshgulia1 - [`c981adb`](https://github.com/eea/volto-forests-theme/commit/c981adb70b34e526bc573d135c3b7999c1fe485e)] +- Add Sonarqube tag using forests-frontend addons list [EEA Jenkins - [`6a7f316`](https://github.com/eea/volto-forests-theme/commit/6a7f3168c8e4e20df94f458bd8ff21d509db1dcd)] ### [0.1.11](https://github.com/eea/volto-forests-theme/compare/0.1.10...0.1.11) - 16 November 2021 #### :hammer_and_wrench: Others @@ -385,6 +391,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - add packages [nileshgulia1 - [`6523575`](https://github.com/eea/volto-forests-theme/commit/6523575f6e3b593d321420803efb17c584c8f2de)] - forest theme components and customisations [nileshgulia1 - [`5724a62`](https://github.com/eea/volto-forests-theme/commit/5724a62e1e9e7b072214fac200bd52e8b9fd5bc9)] - update readme [nileshgulia1 - [`1d8a9c2`](https://github.com/eea/volto-forests-theme/commit/1d8a9c24611c5b8fafa165070917e72b12967071)] +- yarn bootstrap [nileshgulia1 - [`bba2bf9`](https://github.com/eea/volto-forests-theme/commit/bba2bf9de053a1631db3aece8466e2aca26e920a)] ### 0.1.0 - 3 November 2021 #### :hammer_and_wrench: Others diff --git a/package.json b/package.json index faf8e3c..14c05bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-forests-theme", - "version": "0.2.21", + "version": "0.2.22", "description": "@eeacms/volto-forests-theme: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", diff --git a/src/constants/ActionTypes.js b/src/constants/ActionTypes.js index cd88706..9dcee48 100644 --- a/src/constants/ActionTypes.js +++ b/src/constants/ActionTypes.js @@ -18,3 +18,4 @@ export const GET_NAVSITEMAP = 'GET_NAVSITEMAP'; // NEWS export const GET_NEWS = 'GET_NEWS'; export const SET_CURRENT_VERSION = 'SET_CURRENT_VERSION'; +export const LINK_INTEGRITY_CHECK = 'LINK_INTEGRITY_CHECK';