@eeacms/volto-eea-kitkat 32.0.2 → 33.0.1

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/.eslintrc.js CHANGED
@@ -16,16 +16,16 @@ if (configFile) {
16
16
  voltoPath = `./${jsConfig.baseUrl}/${pathsConfig['@plone/volto'][0]}`;
17
17
  }
18
18
 
19
- const AddonConfigurationRegistry = require(`${voltoPath}/addon-registry.js`);
20
- const reg = new AddonConfigurationRegistry(projectRootPath);
19
+ const { AddonRegistry } = require('@plone/registry/addon-registry');
20
+ const { registry } = AddonRegistry.init(projectRootPath);
21
21
 
22
22
  // Extends ESlint configuration for adding the aliases to `src` directories in Volto addons
23
- const addonAliases = Object.keys(reg.packages).map((o) => [
23
+ const addonAliases = Object.keys(registry.packages).map((o) => [
24
24
  o,
25
- reg.packages[o].modulePath,
25
+ registry.packages[o].modulePath,
26
26
  ]);
27
27
 
28
- const addonExtenders = reg.getEslintExtenders().map((m) => require(m));
28
+ const addonExtenders = registry.getEslintExtenders().map((m) => require(m));
29
29
 
30
30
  const defaultConfig = {
31
31
  extends: `${voltoPath}/.eslintrc`,
@@ -34,7 +34,7 @@ const defaultConfig = {
34
34
  alias: {
35
35
  map: [
36
36
  ['@plone/volto', '@plone/volto/src'],
37
- ['@plone/volto-slate', '@plone/volto/packages/volto-slate/src'],
37
+ ['@plone/volto-slate', '@plone/volto-slate/src'],
38
38
  ...addonAliases,
39
39
  ['@package', `${__dirname}/src`],
40
40
  ['@root', `${__dirname}/src`],
package/CHANGELOG CHANGED
@@ -4,11 +4,121 @@ 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
- ### [32.0.2](https://github.com/eea/volto-eea-kitkat/compare/32.0.1...32.0.2) - 25 February 2026
7
+ ### [33.0.1](https://github.com/eea/volto-eea-kitkat/compare/33.0.0...33.0.1) - 16 April 2026
8
8
 
9
9
  #### :rocket: Dependency updates
10
10
 
11
- - Release @eeacms/volto-block-image-cards@3.0.2 [EEA Jenkins - [`a481a5e`](https://github.com/eea/volto-eea-kitkat/commit/a481a5e9471649ef973632ce33104815a507086c)]
11
+ - Release @eeacms/volto-taxonomy@6.0.2 [EEA Jenkins - [`ece52ec`](https://github.com/eea/volto-eea-kitkat/commit/ece52ec06381e86607b46bf8c7e1a8b448dd3758)]
12
+ - Release @eeacms/volto-widget-geolocation@7.0.3 [EEA Jenkins - [`0eadfe3`](https://github.com/eea/volto-eea-kitkat/commit/0eadfe364c207cb0f34a9ff904645578701a78ba)]
13
+ - Release @eeacms/volto-widget-geolocation@7.0.2 [EEA Jenkins - [`e95c21a`](https://github.com/eea/volto-eea-kitkat/commit/e95c21a7167c1b0c8f2c1a79ce4fcd62b2b8a968)]
14
+ - Release @eeacms/volto-block-divider@8.0.2 [EEA Jenkins - [`9d6c8d4`](https://github.com/eea/volto-eea-kitkat/commit/9d6c8d45feea479c295e916c8b0dbf03bc87bb76)]
15
+ - Release @eeacms/volto-columns-block@9.0.2 [EEA Jenkins - [`0b4fd4f`](https://github.com/eea/volto-eea-kitkat/commit/0b4fd4fa38a2ab7f196c211865a22bff137a20dc)]
16
+ - Release @eeacms/volto-group-block@10.0.2 [EEA Jenkins - [`0358f6b`](https://github.com/eea/volto-eea-kitkat/commit/0358f6b57472d01aeba6692232238145c2e175cd)]
17
+ - Release @eeacms/volto-metadata-block@9.0.2 [EEA Jenkins - [`749a901`](https://github.com/eea/volto-eea-kitkat/commit/749a90111e2b7156e8e183ca2700dfc835326be0)]
18
+ - Release @eeacms/volto-object-widget@9.1.0 [EEA Jenkins - [`f0ed772`](https://github.com/eea/volto-eea-kitkat/commit/f0ed77210b3d16b4d92377bb9b75f80cf1cd61dd)]
19
+ - Release @eeacms/volto-accordion-block@13.0.2 [EEA Jenkins - [`fe3c128`](https://github.com/eea/volto-eea-kitkat/commit/fe3c1287ac4cc41b3811c6be02e69a1b90007ca9)]
20
+
21
+ #### :house: Documentation changes
22
+
23
+ - docs: Update README about version 33.x [Alin Voinea - [`c169fb7`](https://github.com/eea/volto-eea-kitkat/commit/c169fb7930c1b272c1193de8f56dafceadfa9df4)]
24
+
25
+ ## [33.0.0](https://github.com/eea/volto-eea-kitkat/compare/32.0.2...33.0.0) - 9 April 2026
26
+
27
+ #### :rocket: New Features
28
+
29
+ - feat: Volto 18 support - refs #287700 [Alin Voinea - [`6443546`](https://github.com/eea/volto-eea-kitkat/commit/64435461c88a3bd1b303632b483721aaebff8ee4)]
30
+
31
+ #### :rocket: Dependency updates
32
+
33
+ - Release @eeacms/volto-hero-block@9.0.2 [EEA Jenkins - [`513544b`](https://github.com/eea/volto-eea-kitkat/commit/513544bf4b309595f9932eb4562c41ea9d9f25fb)]
34
+ - Release @eeacms/volto-widget-temporal-coverage@7.0.1 [EEA Jenkins - [`6c7153b`](https://github.com/eea/volto-eea-kitkat/commit/6c7153b6e48501a2c4adef73ffc68980e049d4cf)]
35
+ - Release @eeacms/volto-slate-footnote@8.0.1 [EEA Jenkins - [`bedf4e1`](https://github.com/eea/volto-eea-kitkat/commit/bedf4e1b367a8673f2d71edd708bcc71be5a0f3c)]
36
+ - Release @eeacms/volto-widget-geolocation@7.0.1 [EEA Jenkins - [`ca51ee4`](https://github.com/eea/volto-eea-kitkat/commit/ca51ee42fd9eada61d0c3392e453f91a97f6a3ec)]
37
+ - Release @eeacms/volto-widget-toggle@5.0.1 [EEA Jenkins - [`afce5f6`](https://github.com/eea/volto-eea-kitkat/commit/afce5f69eac9d4983060b94a01ec8363ccc831bf)]
38
+ - Release @eeacms/volto-widget-theme-picker@3.0.1 [EEA Jenkins - [`b7f21c7`](https://github.com/eea/volto-eea-kitkat/commit/b7f21c7095feaa14b1f3084b0264e402a832b90b)]
39
+ - Release @eeacms/volto-widget-dataprovenance@2.0.1 [EEA Jenkins - [`0409d70`](https://github.com/eea/volto-eea-kitkat/commit/0409d70ba93d324dfca01631fd4a46fa5d1c3488)]
40
+ - Release @eeacms/volto-toolbar-actions@3.0.1 [EEA Jenkins - [`767e34f`](https://github.com/eea/volto-eea-kitkat/commit/767e34fcdd8fff9558741a7632ae7a01fbd505fd)]
41
+ - Release @eeacms/volto-taxonomy@6.0.1 [EEA Jenkins - [`599baa2`](https://github.com/eea/volto-eea-kitkat/commit/599baa2d035a81a2fc4bac2a4ffd4965670e1b86)]
42
+ - Release @eeacms/volto-tags-block@4.0.1 [EEA Jenkins - [`3174939`](https://github.com/eea/volto-eea-kitkat/commit/3174939324038c2df76158c9909b66dd9ef09fbd)]
43
+ - Release @eeacms/volto-timeline-block@3.0.1 [EEA Jenkins - [`27b5b98`](https://github.com/eea/volto-eea-kitkat/commit/27b5b98ce39b88458d60dc1ce71c349d5477d38d)]
44
+ - Release @eeacms/volto-tabs-block@10.0.1 [EEA Jenkins - [`1477954`](https://github.com/eea/volto-eea-kitkat/commit/14779542e2aa92afe058d37e5dc7572cf1e9db16)]
45
+ - Release @eeacms/volto-slate-metadata-mentions@9.0.1 [EEA Jenkins - [`acea9eb`](https://github.com/eea/volto-eea-kitkat/commit/acea9eb3d8d8bded811904c8b7ba9657ea4fd258)]
46
+ - Release @eeacms/volto-statistic-block@7.0.1 [EEA Jenkins - [`63aad37`](https://github.com/eea/volto-eea-kitkat/commit/63aad37ae6adbd2a7d3d552dd659d13f03a63bdc)]
47
+ - Release @eeacms/volto-slate-zotero@7.0.1 [EEA Jenkins - [`b0d2fa5`](https://github.com/eea/volto-eea-kitkat/commit/b0d2fa5eadff2fb7384749fa6871f8e73fe723b9)]
48
+ - Release @eeacms/volto-sentry-rancher-config@6.0.1 [EEA Jenkins - [`f5cd177`](https://github.com/eea/volto-eea-kitkat/commit/f5cd177f5838fc10a75f706ed58b0130621c5edc)]
49
+ - Release @eeacms/volto-slate-label@2.0.1 [EEA Jenkins - [`55728b1`](https://github.com/eea/volto-eea-kitkat/commit/55728b1224da995372639775cc81e07ee6ea4510)]
50
+ - Release @eeacms/volto-object-widget@9.0.1 [EEA Jenkins - [`da934b4`](https://github.com/eea/volto-eea-kitkat/commit/da934b45e3dcfcbc99703bea02202adaa4f19c4c)]
51
+ - Release @eeacms/volto-resize-helper@3.0.1 [EEA Jenkins - [`554776f`](https://github.com/eea/volto-eea-kitkat/commit/554776f252a8d9f2b46a144a09507296d3a6923b)]
52
+ - Release @eeacms/volto-quote-block@4.0.1 [EEA Jenkins - [`ad8ea7d`](https://github.com/eea/volto-eea-kitkat/commit/ad8ea7d1d8cdba7fea2531efe2b76304d72399aa)]
53
+ - Release @eeacms/volto-matomo@7.0.1 [EEA Jenkins - [`a4afa87`](https://github.com/eea/volto-eea-kitkat/commit/a4afa8702ca245e2e2940ebb8f199e9117ff4e88)]
54
+ - Release @eeacms/volto-metadata-block@9.0.1 [EEA Jenkins - [`81c1729`](https://github.com/eea/volto-eea-kitkat/commit/81c17298bfd828e93b7d5b2b8c621daa509d56b5)]
55
+ - Release @eeacms/volto-nextcloud-video-block@3.0.1 [EEA Jenkins - [`d79925f`](https://github.com/eea/volto-eea-kitkat/commit/d79925faa9b060b0fdd8d47c1583096821ca0fca)]
56
+ - Release @eeacms/volto-listing-block@10.0.1 [EEA Jenkins - [`60cc9c4`](https://github.com/eea/volto-eea-kitkat/commit/60cc9c47ea680ff881227ddb8f4aff6eddfb86e6)]
57
+ - Release @eeacms/volto-hero-block@9.0.1 [EEA Jenkins - [`a61106d`](https://github.com/eea/volto-eea-kitkat/commit/a61106db19f3dfbb18035858fd4dfe95a2414160)]
58
+ - Release @eeacms/volto-group-block@10.0.1 [EEA Jenkins - [`92f92b2`](https://github.com/eea/volto-eea-kitkat/commit/92f92b2bffe8f6be49103e48eebcb4856c2e14b2)]
59
+ - Release @eeacms/volto-description-block@3.0.1 [EEA Jenkins - [`cdb925c`](https://github.com/eea/volto-eea-kitkat/commit/cdb925c447f20fcac4b0b3bbfbb8454b90e1b2bf)]
60
+ - Release @eeacms/volto-corsproxy@5.0.1 [EEA Jenkins - [`dd03146`](https://github.com/eea/volto-eea-kitkat/commit/dd03146f9b98f226d21f84d4b2e5d2df93fd3e38)]
61
+ - Release @eeacms/volto-controlpanel@2.0.1 [EEA Jenkins - [`ec8cc71`](https://github.com/eea/volto-eea-kitkat/commit/ec8cc7143a8bf9afe6947af25eb092f496cecb77)]
62
+ - Release @eeacms/volto-columns-block@9.0.1 [EEA Jenkins - [`1ce8012`](https://github.com/eea/volto-eea-kitkat/commit/1ce8012fc1ae9034ca42ea555174834e86952eca)]
63
+ - Release @eeacms/volto-block-toc@9.0.1 [EEA Jenkins - [`676306f`](https://github.com/eea/volto-eea-kitkat/commit/676306f3d2a5a141a0258cb216b578e340f17473)]
64
+ - Release @eeacms/volto-call-to-action-block@6.0.1 [EEA Jenkins - [`7833d8c`](https://github.com/eea/volto-eea-kitkat/commit/7833d8cb7be19c494c1ca4bb3b7cbb67a95174ed)]
65
+ - Release @eeacms/volto-block-image-cards@4.0.1 [EEA Jenkins - [`02a1ee7`](https://github.com/eea/volto-eea-kitkat/commit/02a1ee7c0d5e509e772235c9d400c2b217c6102a)]
66
+ - Release @eeacms/volto-banner@5.1.1 [EEA Jenkins - [`a17605c`](https://github.com/eea/volto-eea-kitkat/commit/a17605c577804d1dba03abf4d719f314a059f0a8)]
67
+ - Release @eeacms/volto-anchors@2.0.1 [EEA Jenkins - [`1a86ed1`](https://github.com/eea/volto-eea-kitkat/commit/1a86ed1beb56a70c96e5270d1aa4f9af0e4325cf)]
68
+ - Release @eeacms/volto-accordion-block@13.0.1 [EEA Jenkins - [`1af4ed7`](https://github.com/eea/volto-eea-kitkat/commit/1af4ed76e5da64da1bef0cb09ee03b593a9cc8b6)]
69
+ - Release @eeacms/volto-block-data-table@2.0.1 [EEA Jenkins - [`b1c51d1`](https://github.com/eea/volto-eea-kitkat/commit/b1c51d1756a8843980fa48aa38defe08c67b8490)]
70
+ - Release @eeacms/countup@3.0.1 [EEA Jenkins - [`ad7253d`](https://github.com/eea/volto-eea-kitkat/commit/ad7253db1544989541f1fea8c1cc52f395f469bd)]
71
+ - Release @eeacms/volto-block-style@9.0.1 [EEA Jenkins - [`e47d090`](https://github.com/eea/volto-eea-kitkat/commit/e47d0909d81858fc58acf6274e495ee010738586)]
72
+ - Release @eeacms/volto-block-divider@8.0.1 [EEA Jenkins - [`fc68762`](https://github.com/eea/volto-eea-kitkat/commit/fc68762bbe5f660f461b93d513b9f5ab08ede781)]
73
+ - Release @eeacms/volto-description-block@3.0.0 [EEA Jenkins - [`3d29df8`](https://github.com/eea/volto-eea-kitkat/commit/3d29df8c735cd8459c054636f61a148bb0b3c4f2)]
74
+ - Release @eeacms/volto-object-widget@9.0.0 [EEA Jenkins - [`d96e102`](https://github.com/eea/volto-eea-kitkat/commit/d96e1026b27fc89dd230ca01797d73697c2c91b7)]
75
+ - Release @eeacms/volto-slate-metadata-mentions@9.0.0 [EEA Jenkins - [`361fb76`](https://github.com/eea/volto-eea-kitkat/commit/361fb761cbe5635161a7313f8f8a253938079836)]
76
+ - Release @eeacms/volto-slate-zotero@7.0.0 [EEA Jenkins - [`dfd9d6c`](https://github.com/eea/volto-eea-kitkat/commit/dfd9d6c55805e2391506392bf82b4603e8bc0c47)]
77
+ - Release @eeacms/volto-slate-footnote@8.0.0 [EEA Jenkins - [`02da767`](https://github.com/eea/volto-eea-kitkat/commit/02da7676911f90e9989b060356ff2a3da7a549d0)]
78
+ - Release @eeacms/volto-listing-block@10.0.0 [EEA Jenkins - [`71b10dc`](https://github.com/eea/volto-eea-kitkat/commit/71b10dcbc515c608e97de9262215a17c4b774f1b)]
79
+ - Release @eeacms/volto-columns-block@9.0.0 [EEA Jenkins - [`c893cf8`](https://github.com/eea/volto-eea-kitkat/commit/c893cf81c64f493a1618251bff9183d988dcb4f9)]
80
+ - Release @eeacms/volto-tabs-block@10.0.0 [EEA Jenkins - [`6dc8ec0`](https://github.com/eea/volto-eea-kitkat/commit/6dc8ec0ca7220b92bbae512e956d67e92013541c)]
81
+ - Release @eeacms/volto-group-block@10.0.0 [EEA Jenkins - [`2a3b648`](https://github.com/eea/volto-eea-kitkat/commit/2a3b648d94df27ded681a0501c3074baedcdc0f3)]
82
+ - Release @eeacms/volto-accordion-block@13.0.0 [EEA Jenkins - [`51d980e`](https://github.com/eea/volto-eea-kitkat/commit/51d980e5ce638f093b7fe2a3fafd2fd2f752593c)]
83
+ - Release @eeacms/volto-hero-block@9.0.0 [EEA Jenkins - [`d2233d5`](https://github.com/eea/volto-eea-kitkat/commit/d2233d5eb1606b13ae2c0ed37eb4bde4dae2a28c)]
84
+ - Release @eeacms/volto-call-to-action-block@6.0.0 [EEA Jenkins - [`8aefe57`](https://github.com/eea/volto-eea-kitkat/commit/8aefe57492fafe1e25fabb379eac857e87613145)]
85
+ - Release @eeacms/volto-block-style@9.0.0 [EEA Jenkins - [`9ebc8ec`](https://github.com/eea/volto-eea-kitkat/commit/9ebc8ec9b5c5f98f582093650ee5622850f05986)]
86
+ - Release @eeacms/volto-slate-label@2.0.0 [EEA Jenkins - [`d80d283`](https://github.com/eea/volto-eea-kitkat/commit/d80d283d7bdfd4156cd18a5665e6608cb0e6bec7)]
87
+ - Release @eeacms/volto-widget-dataprovenance@2.0.0 [EEA Jenkins - [`38d8991`](https://github.com/eea/volto-eea-kitkat/commit/38d8991fee3e644a8e0d265dab15e9bc4afe4151)]
88
+ - Release @eeacms/volto-widget-geolocation@7.0.0 [EEA Jenkins - [`82ee35f`](https://github.com/eea/volto-eea-kitkat/commit/82ee35f2c2b29c7dd5eb04aefb888b9720be697a)]
89
+ - Release @eeacms/volto-toolbar-actions@3.0.0 [EEA Jenkins - [`640b52c`](https://github.com/eea/volto-eea-kitkat/commit/640b52c805f49f001b1060982010492e16ca129f)]
90
+ - Release @eeacms/volto-widget-theme-picker@3.0.0 [EEA Jenkins - [`4478360`](https://github.com/eea/volto-eea-kitkat/commit/4478360831496496db6a274b5e6a44a4797bf1c9)]
91
+ - Release @eeacms/volto-widget-toggle@5.0.0 [EEA Jenkins - [`71e1bd1`](https://github.com/eea/volto-eea-kitkat/commit/71e1bd161fef9daea942304a51bfd7a64423b8cd)]
92
+ - Release @eeacms/volto-tags-block@4.0.0 [EEA Jenkins - [`d71647e`](https://github.com/eea/volto-eea-kitkat/commit/d71647e1367719614e82f98864c0b9ce2a6e2719)]
93
+ - Release @eeacms/volto-sentry-rancher-config@6.0.0 [EEA Jenkins - [`803121f`](https://github.com/eea/volto-eea-kitkat/commit/803121fc70f100a11b89e9246137328a9dba784c)]
94
+ - Release @eeacms/volto-metadata-block@9.0.0 [EEA Jenkins - [`7f6c377`](https://github.com/eea/volto-eea-kitkat/commit/7f6c377ef303458c1ce5eb87b937b0a5cba4c813)]
95
+ - Release @eeacms/volto-quote-block@4.0.0 [EEA Jenkins - [`e6a1b44`](https://github.com/eea/volto-eea-kitkat/commit/e6a1b44eea718b41e3e28ef44c2595d3c7f458c0)]
96
+ - Release @eeacms/volto-nextcloud-video-block@3.0.0 [EEA Jenkins - [`62a2e6b`](https://github.com/eea/volto-eea-kitkat/commit/62a2e6bad5cb53abbb290bd1abaa1223afe92df8)]
97
+ - Release @eeacms/volto-resize-helper@3.0.0 [EEA Jenkins - [`e7b3194`](https://github.com/eea/volto-eea-kitkat/commit/e7b319436c164b3291096f392d7b0dbc4eaa931c)]
98
+ - Release @eeacms/volto-statistic-block@7.0.0 [EEA Jenkins - [`cda9ad0`](https://github.com/eea/volto-eea-kitkat/commit/cda9ad098b4b970c7fcd016f3c4cfee268028564)]
99
+ - Release @eeacms/volto-block-toc@9.0.0 [EEA Jenkins - [`f4eef17`](https://github.com/eea/volto-eea-kitkat/commit/f4eef17e002b02435f0e99e746e326142c6ad82a)]
100
+ - Release @eeacms/volto-timeline-block@3.0.0 [EEA Jenkins - [`3556169`](https://github.com/eea/volto-eea-kitkat/commit/3556169c077e4e307ed7df4a84a8f6884af4e58a)]
101
+ - Release @eeacms/volto-taxonomy@6.0.0 [EEA Jenkins - [`89552a0`](https://github.com/eea/volto-eea-kitkat/commit/89552a09bcc5b107bf47afed29b88798939e7384)]
102
+ - Release @eeacms/volto-corsproxy@5.0.0 [EEA Jenkins - [`3bddfcb`](https://github.com/eea/volto-eea-kitkat/commit/3bddfcb50e2cda5f6092149c45e88fce9b4d2916)]
103
+ - Release @eeacms/volto-block-image-cards@4.0.0 [EEA Jenkins - [`f69b07b`](https://github.com/eea/volto-eea-kitkat/commit/f69b07b0afcec6adf7db48d0b0abf01eebbc991d)]
104
+ - Release @eeacms/volto-block-data-table@2.0.0 [EEA Jenkins - [`4174419`](https://github.com/eea/volto-eea-kitkat/commit/4174419995b86d54267bdecb0374df6a31c11954)]
105
+ - Release @eeacms/volto-banner@5.1.0 [EEA Jenkins - [`b75cf73`](https://github.com/eea/volto-eea-kitkat/commit/b75cf73003842b05ea91591fcf5652b2f6d7d778)]
106
+ - Release @eeacms/volto-block-divider@8.0.0 [EEA Jenkins - [`23d7556`](https://github.com/eea/volto-eea-kitkat/commit/23d75561c1d4be7fc4be30ff2c99671d71a15fa1)]
107
+ - Release @eeacms/volto-banner@5.0.0 [EEA Jenkins - [`21f99fc`](https://github.com/eea/volto-eea-kitkat/commit/21f99fcd3a3a01a5c1fc7c65d0c0dc4080401b84)]
108
+ - Release @eeacms/volto-anchors@2.0.0 [EEA Jenkins - [`b6da034`](https://github.com/eea/volto-eea-kitkat/commit/b6da034983a788ed664d857709c4823fa0079415)]
109
+ - Release @eeacms/volto-controlpanel@2.0.0 [EEA Jenkins - [`27d6c1c`](https://github.com/eea/volto-eea-kitkat/commit/27d6c1c7d321a930a155136b882d00314e777971)]
110
+ - Release @eeacms/volto-matomo@7.0.0 [EEA Jenkins - [`5c31f0c`](https://github.com/eea/volto-eea-kitkat/commit/5c31f0c10d47c07fbe6d0740ca1cfee2c0a7ff48)]
111
+ - Release @eeacms/countup@3.0.0 [EEA Jenkins - [`5eeb371`](https://github.com/eea/volto-eea-kitkat/commit/5eeb371c35a415bb8ebbe5e10ced8a106cc77262)]
112
+
113
+ #### :bug: Bug Fixes
114
+
115
+ - fix: make test [Alin V. (Claudiu) - [`b8cf5cd`](https://github.com/eea/volto-eea-kitkat/commit/b8cf5cdee05e51fdf78f0773668fa9b2a10500c8)]
116
+
117
+ #### :hammer_and_wrench: Others
118
+
119
+ - cypress: Fix columns settings [Alin Voinea - [`e357524`](https://github.com/eea/volto-eea-kitkat/commit/e35752452c199199a0b8ee08654896ade44ef7a8)]
120
+ - tests: Fix Sonar Qube tags - refs #297339 [Alin Voinea - [`954f70c`](https://github.com/eea/volto-eea-kitkat/commit/954f70c8d55b7cbe8cec3c494fb99dc1c222a07b)]
121
+ ### [32.0.2](https://github.com/eea/volto-eea-kitkat/compare/32.0.1...32.0.2) - 25 February 2026
12
122
 
13
123
  ### [32.0.1](https://github.com/eea/volto-eea-kitkat/compare/32.0.0...32.0.1) - 25 February 2026
14
124
 
@@ -18,9 +128,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
18
128
 
19
129
  #### :house: Internal changes
20
130
 
21
- - chore: [JENKINSFILE] add package version in sonarqube [valentinab25 - [`34db2e1`](https://github.com/eea/volto-eea-kitkat/commit/34db2e1155fbbd1733d7176778845e3f3a7f8672)]
22
131
  - chore: package.json [Alin Voinea - [`61e1494`](https://github.com/eea/volto-eea-kitkat/commit/61e149440d135080a9381358f0713dab12b2748d)]
23
- - chore: [JENKINSFILE] use sonarqube branches [EEA Jenkins - [`cba656b`](https://github.com/eea/volto-eea-kitkat/commit/cba656bb41fe90106fea7476199a5b5ff38ee13a)]
24
132
 
25
133
  ## [32.0.0](https://github.com/eea/volto-eea-kitkat/compare/31.0.2...32.0.0) - 19 February 2026
26
134
 
@@ -213,8 +321,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
213
321
 
214
322
  #### :hammer_and_wrench: Others
215
323
 
216
- - Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`7eead1c`](https://github.com/eea/volto-eea-kitkat/commit/7eead1c3b28dced525749555d95f1f8aa908a9bb)]
217
- - Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`49c7810`](https://github.com/eea/volto-eea-kitkat/commit/49c781067cce00004c88450a4aa30b3d284d344b)]
218
324
  ### [27.1.2](https://github.com/eea/volto-eea-kitkat/compare/27.1.1...27.1.2) - 2 July 2025
219
325
 
220
326
  #### :rocket: Dependency updates
@@ -260,7 +366,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
260
366
 
261
367
  #### :hammer_and_wrench: Others
262
368
 
263
- - Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`36f81f8`](https://github.com/eea/volto-eea-kitkat/commit/36f81f8ca489b64a5a2c9ae0cef476fe6d71ef16)]
264
369
  ### [26.7.0](https://github.com/eea/volto-eea-kitkat/compare/26.6.1...26.7.0) - 1 May 2025
265
370
 
266
371
  #### :rocket: Dependency updates
@@ -319,7 +424,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
319
424
 
320
425
  #### :hammer_and_wrench: Others
321
426
 
322
- - Add Sonarqube tag using ied-frontend addons list [EEA Jenkins - [`7942941`](https://github.com/eea/volto-eea-kitkat/commit/794294157e27abbe7efe3d3a2f739e9ad0b82bf2)]
323
427
  ### [26.4.4](https://github.com/eea/volto-eea-kitkat/compare/26.4.3...26.4.4) - 10 February 2025
324
428
 
325
429
  #### :rocket: Dependency updates
@@ -618,8 +722,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
618
722
 
619
723
  #### :hammer_and_wrench: Others
620
724
 
621
- - Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`d7ebd6c`](https://github.com/eea/volto-eea-kitkat/commit/d7ebd6c856ee7fcaae6047c32706071d5f24bf3c)]
622
- - Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`5948ed3`](https://github.com/eea/volto-eea-kitkat/commit/5948ed35d981c8fe6a16c0ced56ed417ae8a6c61)]
623
725
  ## [24.0.0](https://github.com/eea/volto-eea-kitkat/compare/23.2.0...24.0.0) - 5 April 2024
624
726
 
625
727
  #### :rocket: Dependency updates
@@ -714,7 +816,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
714
816
  #### :hammer_and_wrench: Others
715
817
 
716
818
  - Release 22.0.0 [alin - [`fb085a0`](https://github.com/eea/volto-eea-kitkat/commit/fb085a0e45626cd2f3f34f927e40915a494c77a3)]
717
- - Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`d90b330`](https://github.com/eea/volto-eea-kitkat/commit/d90b330d3c721586f5f4626862b304c9cd9bf8b1)]
718
819
  ### [21.2.3](https://github.com/eea/volto-eea-kitkat/compare/21.2.2...21.2.3) - 1 February 2024
719
820
 
720
821
  #### :rocket: Dependency updates
@@ -801,8 +902,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
801
902
 
802
903
  #### :hammer_and_wrench: Others
803
904
 
804
- - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`8e4d866`](https://github.com/eea/volto-eea-kitkat/commit/8e4d86602f5b532da600ab03d77b486690ef112b)]
805
- - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`bc2908c`](https://github.com/eea/volto-eea-kitkat/commit/bc2908cf04b6ab596d0ddf091b09e06981c6fc2b)]
806
905
  ### [20.0.2](https://github.com/eea/volto-eea-kitkat/compare/20.0.1...20.0.2) - 15 November 2023
807
906
 
808
907
  ### [20.0.1](https://github.com/eea/volto-eea-kitkat/compare/20.0.0...20.0.1) - 13 November 2023
@@ -814,11 +913,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
814
913
 
815
914
  #### :hammer_and_wrench: Others
816
915
 
817
- - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`f9c872b`](https://github.com/eea/volto-eea-kitkat/commit/f9c872b27eca12147b8d2728c24fbc37a6132f6a)]
818
- - test: [JENKINS] set cpu limit on cypress [valentinab25 - [`bcdc347`](https://github.com/eea/volto-eea-kitkat/commit/bcdc34701e1fea38af7d5b580a0831a864c18a3b)]
819
- - test: [JENKINS] add shm-size to cypress docker [valentinab25 - [`cfb36e2`](https://github.com/eea/volto-eea-kitkat/commit/cfb36e29aa419a1f7c24d38ca4316c99c8d7f4df)]
820
- - test: [JENKINS] improve cypress time [valentinab25 - [`0df1585`](https://github.com/eea/volto-eea-kitkat/commit/0df15850745f388937152a104128b4c3a586701f)]
821
- - test: [JENKINS] improve cypress time [valentinab25 - [`6b9a750`](https://github.com/eea/volto-eea-kitkat/commit/6b9a750d8d1676dbbe418021643dc0ea145dd6d2)]
822
916
  ## [20.0.0](https://github.com/eea/volto-eea-kitkat/compare/19.1.0...20.0.0) - 2 November 2023
823
917
 
824
918
  #### :rocket: Dependency updates
@@ -855,7 +949,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
855
949
 
856
950
  #### :house: Internal changes
857
951
 
858
- - chore: [JENKINS] Refactor automated testing [valentinab25 - [`068610e`](https://github.com/eea/volto-eea-kitkat/commit/068610e11366f3d9a2c49c7ed1b22c0ae4549b5d)]
859
952
 
860
953
  #### :hammer_and_wrench: Others
861
954
 
@@ -1194,7 +1287,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1194
1287
  #### :house: Internal changes
1195
1288
 
1196
1289
  - chore: Revert version bump until ready for release [Alin Voinea - [`91ada51`](https://github.com/eea/volto-eea-kitkat/commit/91ada510d1f78cee615c9ffdf9307995f2b1722d)]
1197
- - chore: [JENKINS] Deprecate circularity website [valentinab25 - [`a62f4ff`](https://github.com/eea/volto-eea-kitkat/commit/a62f4ffee3796fa3558628fe1d63a9a263ae6bd2)]
1198
1290
 
1199
1291
  #### :hammer_and_wrench: Others
1200
1292
 
@@ -1311,7 +1403,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1311
1403
 
1312
1404
  #### :hammer_and_wrench: Others
1313
1405
 
1314
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`8ec6014`](https://github.com/eea/volto-eea-kitkat/commit/8ec6014398b1b266b4f0173b92539245a385ee1a)]
1315
1406
  - refactor code as per sonarqube issues [tedw87 - [`6aab22a`](https://github.com/eea/volto-eea-kitkat/commit/6aab22a3ddf038bdce2272be8733b9afd9562720)]
1316
1407
  ## [14.0.0](https://github.com/eea/volto-eea-kitkat/compare/13.0.0...14.0.0) - 24 March 2023
1317
1408
 
@@ -1345,7 +1436,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1345
1436
 
1346
1437
  - Release 12.1.0 [Alin Voinea - [`f98ddf7`](https://github.com/eea/volto-eea-kitkat/commit/f98ddf78b0818591f95e027d612257f78fcbba99)]
1347
1438
  - test(Jenkins): Use latest stable Volto for testing [Alin Voinea - [`49938ca`](https://github.com/eea/volto-eea-kitkat/commit/49938ca373ee9f6384932fa39b957361db3b84a7)]
1348
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`877d026`](https://github.com/eea/volto-eea-kitkat/commit/877d026f7a98bed9aac7f0117cace1e28963ccf1)]
1349
1439
  ### [12.0.3](https://github.com/eea/volto-eea-kitkat/compare/12.0.2...12.0.3) - 1 March 2023
1350
1440
 
1351
1441
  ### [12.0.2](https://github.com/eea/volto-eea-kitkat/compare/12.0.1...12.0.2) - 1 March 2023
@@ -1440,7 +1530,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1440
1530
 
1441
1531
  #### :hammer_and_wrench: Others
1442
1532
 
1443
- - Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`78dcc6c`](https://github.com/eea/volto-eea-kitkat/commit/78dcc6c91c3070988f8eab4f40906948b2f24b04)]
1444
1533
  ### [10.4.0](https://github.com/eea/volto-eea-kitkat/compare/10.3.0...10.4.0) - 28 December 2022
1445
1534
 
1446
1535
  #### :rocket: Dependency updates
@@ -1453,7 +1542,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1453
1542
  #### :hammer_and_wrench: Others
1454
1543
 
1455
1544
  - Release 10.4.0 [Alin Voinea - [`9f580b7`](https://github.com/eea/volto-eea-kitkat/commit/9f580b75c7349f824bf537a9f14c2da1c505a105)]
1456
- - Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`fd9cc58`](https://github.com/eea/volto-eea-kitkat/commit/fd9cc589f17e2eb73bf42f88645688824f97eb9e)]
1457
1545
  ### [10.3.0](https://github.com/eea/volto-eea-kitkat/compare/10.2.0...10.3.0) - 16 December 2022
1458
1546
 
1459
1547
  #### :rocket: Dependency updates
@@ -1465,7 +1553,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1465
1553
  #### :hammer_and_wrench: Others
1466
1554
 
1467
1555
  - Release 10.3.0 [Alin Voinea - [`4f9945a`](https://github.com/eea/volto-eea-kitkat/commit/4f9945a0fd1a981a7f4b43c56293040dba0dd09d)]
1468
- - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`92644a9`](https://github.com/eea/volto-eea-kitkat/commit/92644a95981feb5fc97931d549a078d5bb190839)]
1469
1556
  ### [10.2.0](https://github.com/eea/volto-eea-kitkat/compare/10.1.1...10.2.0) - 29 November 2022
1470
1557
 
1471
1558
  #### :rocket: Dependency updates
@@ -1496,7 +1583,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1496
1583
 
1497
1584
  - Fix storybook [Alin Voinea - [`79d961a`](https://github.com/eea/volto-eea-kitkat/commit/79d961a12cf1e90871a0aa840a86852f343db4ac)]
1498
1585
  - Release 10.1.0 [Alin Voinea - [`574c998`](https://github.com/eea/volto-eea-kitkat/commit/574c998265f65f41190d60e50a9c90e0d818be35)]
1499
- - Add Sonarqube tag using demo-kitkat-frontend addons list [EEA Jenkins - [`c53b32f`](https://github.com/eea/volto-eea-kitkat/commit/c53b32fe433942500365fc7384c36db46eb9e87e)]
1500
1586
  ## [10.0.0](https://github.com/eea/volto-eea-kitkat/compare/9.0.0...10.0.0) - 16 November 2022
1501
1587
 
1502
1588
  #### :rocket: New Features
@@ -1607,7 +1693,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1607
1693
 
1608
1694
  #### :hammer_and_wrench: Others
1609
1695
 
1610
- - Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`fdeeab3`](https://github.com/eea/volto-eea-kitkat/commit/fdeeab3e19db1a57e69dab8513d37323c0d16e11)]
1611
1696
  ### [8.2.2](https://github.com/eea/volto-eea-kitkat/compare/8.2.1...8.2.2) - 28 September 2022
1612
1697
 
1613
1698
  ### [8.2.1](https://github.com/eea/volto-eea-kitkat/compare/8.2.0...8.2.1) - 28 September 2022
@@ -1625,7 +1710,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1625
1710
  #### :hammer_and_wrench: Others
1626
1711
 
1627
1712
  - Release 8.2.0 [Alin Voinea - [`0e39600`](https://github.com/eea/volto-eea-kitkat/commit/0e39600048be15512a9ec742830f1412beb6db4f)]
1628
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`b88dbd1`](https://github.com/eea/volto-eea-kitkat/commit/b88dbd11c7dc85a57b22b98a7a71c33bb827cd34)]
1629
1713
  ### [8.1.0](https://github.com/eea/volto-eea-kitkat/compare/8.0.0...8.1.0) - 22 September 2022
1630
1714
 
1631
1715
  #### :rocket: Dependency updates
@@ -1657,12 +1741,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1657
1741
  #### :hammer_and_wrench: Others
1658
1742
 
1659
1743
  - Merge pull request #66 from eea/develop [Nilesh - [`f7d1d2f`](https://github.com/eea/volto-eea-kitkat/commit/f7d1d2f0e209a6650d134a7657ded482bc87b3d5)]
1660
- - [jenkins] fix coverage report name [valentinab25 - [`d3d29e4`](https://github.com/eea/volto-eea-kitkat/commit/d3d29e49bb323f82d1ef2d2d9e8674c8c9455386)]
1661
1744
  ### [7.1.1](https://github.com/eea/volto-eea-kitkat/compare/7.1.0...7.1.1) - 5 September 2022
1662
1745
 
1663
1746
  #### :hammer_and_wrench: Others
1664
1747
 
1665
- - [jenkins] fix coverage report name [valentinab25 - [`b03633d`](https://github.com/eea/volto-eea-kitkat/commit/b03633d92c50ae921cf902b88d6321d347aac3d2)]
1666
1748
  ### [7.1.0](https://github.com/eea/volto-eea-kitkat/compare/7.0.0...7.1.0) - 29 August 2022
1667
1749
 
1668
1750
  ## [7.0.0](https://github.com/eea/volto-eea-kitkat/compare/6.2.3...7.0.0) - 26 August 2022
@@ -1735,7 +1817,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1735
1817
 
1736
1818
  #### :hammer_and_wrench: Others
1737
1819
 
1738
- - Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`88e838b`](https://github.com/eea/volto-eea-kitkat/commit/88e838bdf224f8f30a48822dc0b457f3eba8c837)]
1739
1820
  - update volto-widget-dataprovenance readme badges [Nilesh - [`5009c47`](https://github.com/eea/volto-eea-kitkat/commit/5009c47097c70ba102e41cba2870d6aad37221d3)]
1740
1821
  - Revert "Trying to fix cypress" [Alin Voinea - [`0c1eeb2`](https://github.com/eea/volto-eea-kitkat/commit/0c1eeb2fada6e204fed19140407f642ffde5e07f)]
1741
1822
  - Trying to fix cypress [Alin Voinea - [`61c3a51`](https://github.com/eea/volto-eea-kitkat/commit/61c3a5105608e3015c59c5d74e5d2afcc86f434f)]
@@ -1858,7 +1939,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1858
1939
 
1859
1940
  #### :hammer_and_wrench: Others
1860
1941
 
1861
- - Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`23f80c1`](https://github.com/eea/volto-eea-kitkat/commit/23f80c1a3d3fd77ad8be5fdf6ef3354d61ef2849)]
1862
1942
  - Update README.md [Alexandru Ghica - [`69f379b`](https://github.com/eea/volto-eea-kitkat/commit/69f379bb4effb22be2e78eda6599c822202acfd3)]
1863
1943
  ### [5.2.6](https://github.com/eea/volto-eea-kitkat/compare/5.2.5...5.2.6) - 16 March 2022
1864
1944
 
@@ -1877,7 +1957,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1877
1957
 
1878
1958
  #### :hammer_and_wrench: Others
1879
1959
 
1880
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`340e29a`](https://github.com/eea/volto-eea-kitkat/commit/340e29aba1802068591da23490562db0dd6a9a01)]
1881
1960
  ### [5.2.4](https://github.com/eea/volto-eea-kitkat/compare/5.2.3...5.2.4) - 4 March 2022
1882
1961
 
1883
1962
  ### [5.2.3](https://github.com/eea/volto-eea-kitkat/compare/5.2.2...5.2.3) - 4 March 2022
@@ -2043,7 +2122,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2043
2122
 
2044
2123
  #### :hammer_and_wrench: Others
2045
2124
 
2046
- - Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`106efb6`](https://github.com/eea/volto-eea-kitkat/commit/106efb623afd9142b4d3cea2225f7b197608a5b6)]
2047
2125
  - Add SonarQube badges [Alin Voinea - [`c9ab6ef`](https://github.com/eea/volto-eea-kitkat/commit/c9ab6efe9c303775751856ffec72923169a7c2ac)]
2048
2126
  ### [4.1.7](https://github.com/eea/volto-eea-kitkat/compare/4.1.6...4.1.7) - 24 November 2021
2049
2127
 
@@ -2097,7 +2175,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2097
2175
  - Disable cypress [Alin Voinea - [`a406e2d`](https://github.com/eea/volto-eea-kitkat/commit/a406e2dc4be788f924642d43d82c677577a6877a)]
2098
2176
  - Roll-back volto-slate to 4.2.1 [Alin Voinea - [`ab6ae97`](https://github.com/eea/volto-eea-kitkat/commit/ab6ae97366c1b75b73d77636f5ab937401b9f8f7)]
2099
2177
  - Add dependencies resolutions [Alin Voinea - [`7ade630`](https://github.com/eea/volto-eea-kitkat/commit/7ade6305c9c9dfc5c2e332c50676d5f75ffe4c9f)]
2100
- - Add Sonarqube tag using industry-frontend addons list [EEA Jenkins - [`a77e812`](https://github.com/eea/volto-eea-kitkat/commit/a77e812cd7aa74bc1d94cc5a44144f05b6d99264)]
2101
2178
  ### [4.1.2](https://github.com/eea/volto-eea-kitkat/compare/4.1.1...4.1.2) - 4 November 2021
2102
2179
 
2103
2180
  #### :rocket: Dependency updates
@@ -2115,9 +2192,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2115
2192
  - Release volto-slate 4.2.1 [Alin Voinea - [`3c26754`](https://github.com/eea/volto-eea-kitkat/commit/3c26754a1ead420dfb675c7453cec6d723566a85)]
2116
2193
  - Release stable volto-slate 4.2.0 [Alin Voinea - [`591bcba`](https://github.com/eea/volto-eea-kitkat/commit/591bcbafa174a6cf20f45b622b2c1407df24c288)]
2117
2194
  - Revert "Release volto-slate@4.1.0" [Alin Voinea - [`6c22eb3`](https://github.com/eea/volto-eea-kitkat/commit/6c22eb35c65f8ee7470f6dac18fe88ad73bdef3e)]
2118
- - Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`981c570`](https://github.com/eea/volto-eea-kitkat/commit/981c570138a1b0890080a111b862759049216995)]
2119
- - Revert "[JENKINS] - skip cypress" [Alin Voinea - [`c24997c`](https://github.com/eea/volto-eea-kitkat/commit/c24997cd7a293c4021ac7a8bc43212bae4cfecbc)]
2120
- - Revert "[JENKINS] - Skip cypress report to sonar" [Alin Voinea - [`0cb9887`](https://github.com/eea/volto-eea-kitkat/commit/0cb9887381e5469466bb1ac3516af0d1d572fc19)]
2121
2195
  ### [4.1.0](https://github.com/eea/volto-eea-kitkat/compare/4.0.2...4.1.0) - 14 October 2021
2122
2196
 
2123
2197
  #### :rocket: Dependency updates
@@ -2147,7 +2221,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2147
2221
 
2148
2222
  #### :hammer_and_wrench: Others
2149
2223
 
2150
- - Add Sonarqube tag using sustainability-frontend addons list [EEA Jenkins - [`e3f00fb`](https://github.com/eea/volto-eea-kitkat/commit/e3f00fb23202e8ba20c8dbb961a3f54f86b42bb9)]
2151
2224
  - Add cypress integration tests [Alin Voinea - [`b49a070`](https://github.com/eea/volto-eea-kitkat/commit/b49a070bdbe2dcd04a31f96ade6d6f06fea94e7b)]
2152
2225
  ## [4.0.0](https://github.com/eea/volto-eea-kitkat/compare/3.0.2...4.0.0) - 29 September 2021
2153
2226
 
@@ -2160,10 +2233,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2160
2233
 
2161
2234
  - Rename volto-satging-banner to volto-banner 1.0.0 [Alin Voinea - [`eefc06b`](https://github.com/eea/volto-eea-kitkat/commit/eefc06b186efef1a9627bde3e65656d7be074de6)]
2162
2235
  - Add staging-banner to Readme [Alin Voinea - [`cbca78f`](https://github.com/eea/volto-eea-kitkat/commit/cbca78f9b4f76c57dbecd131452925fe7fbe24b4)]
2163
- - Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`485a0ba`](https://github.com/eea/volto-eea-kitkat/commit/485a0ba3c16521eba77b092fbae04671acbd3a4d)]
2164
2236
  - Revert "Automated release volto-slate@4.0.1" [Alin Voinea - [`447abb0`](https://github.com/eea/volto-eea-kitkat/commit/447abb0791616463d5c7fa4ee562ddd1c7984275)]
2165
2237
  - Remove not needed tableButton volto-slate profile [Alin Voinea - [`f8a832e`](https://github.com/eea/volto-eea-kitkat/commit/f8a832ed5702ef656c520b842307ce262a110c9b)]
2166
- - Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`af37bcf`](https://github.com/eea/volto-eea-kitkat/commit/af37bcfc75a6868484665ba4710867f61cb7eb39)]
2167
2238
  ### [3.0.2](https://github.com/eea/volto-eea-kitkat/compare/3.0.1...3.0.2) - 21 September 2021
2168
2239
 
2169
2240
  ### [3.0.1](https://github.com/eea/volto-eea-kitkat/compare/3.0.0...3.0.1) - 21 September 2021
@@ -2176,7 +2247,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2176
2247
  #### :hammer_and_wrench: Others
2177
2248
 
2178
2249
  - Update to version 3.0.0 [Alexandru Ghica - [`89bd9fd`](https://github.com/eea/volto-eea-kitkat/commit/89bd9fde1a8e4949f849bf8208cff33df1995a8d)]
2179
- - Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - [`b700b5a`](https://github.com/eea/volto-eea-kitkat/commit/b700b5a985714197e89e656927586367d63b90a7)]
2180
2250
  ### [2.0.2](https://github.com/eea/volto-eea-kitkat/compare/2.0.1...2.0.2) - 10 September 2021
2181
2251
 
2182
2252
  #### :hammer_and_wrench: Others
@@ -2208,5 +2278,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2208
2278
 
2209
2279
  #### :hammer_and_wrench: Others
2210
2280
 
2211
- - yarn bootstrap [Alin Voinea - [`180a877`](https://github.com/eea/volto-eea-kitkat/commit/180a877a89301183ce7492933965161e21e2509b)]
2212
2281
  - Initial commit [Alin Voinea - [`0451abf`](https://github.com/eea/volto-eea-kitkat/commit/0451abfbaad75a437b9e6ec0df56b924c8d1637f)]