From 779535cdce022bf8b97c503228dbc1047d01d214 Mon Sep 17 00:00:00 2001 From: Alexandru Ghica Date: Mon, 15 Nov 2021 20:28:19 +0200 Subject: [PATCH 01/18] Rename jsconfig.json.tpl to jsconfig.json.prod --- jsconfig.json.tpl => jsconfig.json.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename jsconfig.json.tpl => jsconfig.json.prod (97%) diff --git a/jsconfig.json.tpl b/jsconfig.json.prod similarity index 97% rename from jsconfig.json.tpl rename to jsconfig.json.prod index 56e6e41..a06e421 100644 --- a/jsconfig.json.tpl +++ b/jsconfig.json.prod @@ -3,4 +3,4 @@ "paths": {}, "baseUrl": "src" } -} \ No newline at end of file +} From 160af5d7833b60c0d8c220d8b5b0066286ea989f Mon Sep 17 00:00:00 2001 From: Alexandru Ghica Date: Mon, 15 Nov 2021 20:28:37 +0200 Subject: [PATCH 02/18] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51e9873..5cf9f99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN runDeps="openssl ca-certificates patch git" \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && chown -R node /opt/frontend/ \ - && cp jsconfig.json.tpl jsconfig.json \ + && cp jsconfig.json.prod jsconfig.json \ && mkdir -p /opt/frontend/src/addons \ && rm -rf /opt/frontend/src/addons/* \ && npm install -g mrs-developer From 1912b47beee346c0047b776e3796fde1ecb2ac85 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Mon, 15 Nov 2021 18:43:02 +0000 Subject: [PATCH 03/18] Automated release 3.3.0 --- CHANGELOG.md | 524 ++++++++++++++++++++++++--------------------------- package.json | 2 +- 2 files changed, 251 insertions(+), 275 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 694a317..9d2ff92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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). +#### [3.3.0](https://github.com/eea/industry-frontend/compare/3.2.2...3.3.0) + +- Update Dockerfile [`160af5d`](https://github.com/eea/industry-frontend/commit/160af5d7833b60c0d8c220d8b5b0066286ea989f) +- Rename jsconfig.json.tpl to jsconfig.json.prod [`779535c`](https://github.com/eea/industry-frontend/commit/779535cdce022bf8b97c503228dbc1047d01d214) + #### [3.2.2](https://github.com/eea/industry-frontend/compare/3.2.1...3.2.2) +> 15 November 2021 + +- Release 3.2.2 [`6f4b18d`](https://github.com/eea/industry-frontend/commit/6f4b18d274fd0dd6afbbf13d99fc3dbc8a1e09de) - Changed favicon [`b993809`](https://github.com/eea/industry-frontend/commit/b993809d1b05be06027039e63316bde73d003f14) #### [3.2.1](https://github.com/eea/industry-frontend/compare/3.2.0...3.2.1) @@ -21,16 +29,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Theme update [`#33`](https://github.com/eea/industry-frontend/pull/33) - Set script exec permissions [`#31`](https://github.com/eea/industry-frontend/pull/31) -- Automated release 3.2.0 [`e90faf1`](https://github.com/eea/industry-frontend/commit/e90faf1d07c117b684cd997bbdce246048deb5b7) - Merge master into develop [`b9a3857`](https://github.com/eea/industry-frontend/commit/b9a3857bb56a435f0116997c7ba712112bcf73d4) -- Automated release 3.2.0 [`38f569f`](https://github.com/eea/industry-frontend/commit/38f569f37b276a90057baf343da6d9a709217b5e) - Release @eeacms/volto-industry-theme@1.1.3 [`ef86c96`](https://github.com/eea/industry-frontend/commit/ef86c969921bc0e2bc0b647b69e1f819ddcd3b6c) +- Update package.json [`f903e1f`](https://github.com/eea/industry-frontend/commit/f903e1f84b2b2f8dc55cee847ec54c619f78ed0f) - Release @eeacms/volto-industry-theme@1.1.2 [`f1ff958`](https://github.com/eea/industry-frontend/commit/f1ff95826b3dfda7eeb46215ad4963a8dea91c4c) - Release @eeacms/volto-industry-theme@1.1.0 [`0285464`](https://github.com/eea/industry-frontend/commit/0285464df5eec8651caf75891ef54d86ec5f37b8) - Release @eeacms/volto-industry-theme@1.0.1 [`5aef85e`](https://github.com/eea/industry-frontend/commit/5aef85e76552951683678398a4985e00ab6b7444) -- Automated release 3.2.0 [`a6716bc`](https://github.com/eea/industry-frontend/commit/a6716bcfe70b96265841c0440c9ba688b2bc53f4) -- Update Jenkinsfile [`c5cfbae`](https://github.com/eea/industry-frontend/commit/c5cfbaea793b4eccdadc09f565dc959421cc9866) -- Update package.json [`f903e1f`](https://github.com/eea/industry-frontend/commit/f903e1f84b2b2f8dc55cee847ec54c619f78ed0f) - Fix exec permissions [`3944119`](https://github.com/eea/industry-frontend/commit/39441196c26c22c4d51d1d023420519290ca7a61) #### [3.1.5](https://github.com/eea/industry-frontend/compare/3.1.4...3.1.5) @@ -75,24 +79,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Move theme to volto-industry-theme [`#30`](https://github.com/eea/industry-frontend/pull/30) - Move theme to volto-industry-theme [`#29`](https://github.com/eea/industry-frontend/pull/29) -- Automated release 3.1.0 [`88c09e2`](https://github.com/eea/industry-frontend/commit/88c09e2e2faa441217c86f6bc871ef02db4a616d) -- Release @eeacms/volto-industry-theme@0.1.2 [`6b9a283`](https://github.com/eea/industry-frontend/commit/6b9a283df781eac24bc5c922d1602322a8511993) -- Release @eeacms/volto-embed@2.0.8 [`3f4734e`](https://github.com/eea/industry-frontend/commit/3f4734efbd26930073436db9be1a8d7d82910036) -- Automated release 3.1.0 [`e4cab04`](https://github.com/eea/industry-frontend/commit/e4cab04a292b52ab7ccac104f40f95a26eff523d) - Update [`3a818a8`](https://github.com/eea/industry-frontend/commit/3a818a88013a99f2a5550b4676d79cc6e00a0f73) +- Release @eeacms/volto-industry-theme@0.1.2 [`6b9a283`](https://github.com/eea/industry-frontend/commit/6b9a283df781eac24bc5c922d1602322a8511993) - Merge develop into refactor [`eeccd5d`](https://github.com/eea/industry-frontend/commit/eeccd5d9ff5978c5f7c52c5a7bca1e196322f740) +- Release @eeacms/volto-embed@2.0.8 [`3f4734e`](https://github.com/eea/industry-frontend/commit/3f4734efbd26930073436db9be1a8d7d82910036) #### [3.0.0-beta.0](https://github.com/eea/industry-frontend/compare/2.10.0...3.0.0-beta.0) > 1 November 2021 -- Move theme to volto-industry-theme [`996ed9a`](https://github.com/eea/industry-frontend/commit/996ed9aee35e338e4a0efe184ddfe2ff4e67d653) -- Use latest volto-industry-theme [`86210ba`](https://github.com/eea/industry-frontend/commit/86210baf55bf3b6d46b6e444d6bad2d1ea02b987) - Release 3.0.0-beta.0 [`e804ab2`](https://github.com/eea/industry-frontend/commit/e804ab20485e41da206ea8e75f20aae8d3712b5f) -- Update [`7a1c10a`](https://github.com/eea/industry-frontend/commit/7a1c10afd7dc9bcad8bd6ca6f162c09e9170c51d) -- Removed addons folder [`9d563a6`](https://github.com/eea/industry-frontend/commit/9d563a6e4bb9951bc3fdd15368ec7f7ec0976c2c) - Added jsconfig.json.tpl [`5fe971c`](https://github.com/eea/industry-frontend/commit/5fe971caae23989981dc5879ff57d2da17203f73) +- Use latest volto-industry-theme [`86210ba`](https://github.com/eea/industry-frontend/commit/86210baf55bf3b6d46b6e444d6bad2d1ea02b987) - Update [`da3cf12`](https://github.com/eea/industry-frontend/commit/da3cf125ac6b78a5f915c987508f59bc41802e82) +- Removed addons folder [`9d563a6`](https://github.com/eea/industry-frontend/commit/9d563a6e4bb9951bc3fdd15368ec7f7ec0976c2c) +- Update [`7a1c10a`](https://github.com/eea/industry-frontend/commit/7a1c10afd7dc9bcad8bd6ca6f162c09e9170c51d) +- Move theme to volto-industry-theme [`996ed9a`](https://github.com/eea/industry-frontend/commit/996ed9aee35e338e4a0efe184ddfe2ff4e67d653) #### [2.10.0](https://github.com/eea/industry-frontend/compare/2.9.0...2.10.0) @@ -100,7 +102,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Develop updated mrs.developers [`#27`](https://github.com/eea/industry-frontend/pull/27) - Update mrs.developer.json [`d0458e6`](https://github.com/eea/industry-frontend/commit/d0458e6133b5961320e7c1e52e6cb7f1107d671b) -- Automated release 2.10.0 [`53ea0f3`](https://github.com/eea/industry-frontend/commit/53ea0f38610859db7d31f2bc5f392c1e4650be09) - Removed conf setup via ENVs [`0ffe14b`](https://github.com/eea/industry-frontend/commit/0ffe14b74b3201fe8040ba9efeb532f2ce90c6ee) #### [2.9.0](https://github.com/eea/industry-frontend/compare/2.8.0...2.9.0) @@ -108,16 +109,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 19 October 2021 - Delete robots.txt [`#26`](https://github.com/eea/industry-frontend/pull/26) -- Automated update of yarn.lock [`3f935eb`](https://github.com/eea/industry-frontend/commit/3f935ebb05eb022a016d748b67c7fc1b0990746d) -- Automated release 2.9.0 [`ea3bbdc`](https://github.com/eea/industry-frontend/commit/ea3bbdcf85b2284984a257132729a571f7afabf6) #### [2.8.0](https://github.com/eea/industry-frontend/compare/2.7.0...2.8.0) > 19 October 2021 - Released new version [`#25`](https://github.com/eea/industry-frontend/pull/25) -- Automated release 2.8.0 [`d399a45`](https://github.com/eea/industry-frontend/commit/d399a459c2d4d231aba3d803b048e9519347a8e6) -- Update Jenkinsfile [`84bb361`](https://github.com/eea/industry-frontend/commit/84bb361649beb8d4398a52bf6e45c52555a52c89) - Update package.json [`d6121e4`](https://github.com/eea/industry-frontend/commit/d6121e45f3275a547d065713c0fee0d9d4a33bc2) #### [2.7.0](https://github.com/eea/industry-frontend/compare/2.6.0...2.7.0) @@ -125,29 +122,21 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 18 October 2021 - Update package.json [`#24`](https://github.com/eea/industry-frontend/pull/24) -- Release @eeacms/volto-eea-kitkat@4.1.0 [`03c1c46`](https://github.com/eea/industry-frontend/commit/03c1c466daf8876e91cdbd3ad53f78b1095ffe1b) - Release @eeacms/volto-eea-kitkat@4.1.1 [`8048e44`](https://github.com/eea/industry-frontend/commit/8048e44f8fedfb86d30ac5692a0e175876da93d8) -- Automated release 2.7.0 [`5721214`](https://github.com/eea/industry-frontend/commit/572121446c95fd302022f6d0ac82941e6e6ad250) -- Automated release 2.7.0 [`1c022c2`](https://github.com/eea/industry-frontend/commit/1c022c2e9c9124111cffc6834adcd54a26b56074) +- Release @eeacms/volto-eea-kitkat@4.1.0 [`03c1c46`](https://github.com/eea/industry-frontend/commit/03c1c466daf8876e91cdbd3ad53f78b1095ffe1b) #### [2.6.0](https://github.com/eea/industry-frontend/compare/2.5.0...2.6.0) > 14 October 2021 -- Develop Jenkinsfile updated [`#23`](https://github.com/eea/industry-frontend/pull/23) -- Automated release 2.6.0 [`6e69c90`](https://github.com/eea/industry-frontend/commit/6e69c90b14427b2827b32e886784cd5dfa254435) - Update package.json [`afac4a0`](https://github.com/eea/industry-frontend/commit/afac4a06db6e367a18597d4f476de5a20c1967d9) -- Update Jenkinsfile [`2a844cc`](https://github.com/eea/industry-frontend/commit/2a844cc6fde53fa2fa14913116606e439d959106) #### [2.5.0](https://github.com/eea/industry-frontend/compare/2.4.0-beta.4...2.5.0) > 14 October 2021 - Develop rename eprtr to industry [`#22`](https://github.com/eea/industry-frontend/pull/22) -- Automated release 2.5.0 [`41e002b`](https://github.com/eea/industry-frontend/commit/41e002b35f5789f55bb59575447da87aea6f3c9a) -- Automated update of yarn.lock [`008217d`](https://github.com/eea/industry-frontend/commit/008217df3505bf47e04050972acea33ec48a421c) - Rename repo [`17af166`](https://github.com/eea/industry-frontend/commit/17af1662d6cab4d75dadf4204502ba159a557627) -- Update Jenkinsfile [`6e9a1fa`](https://github.com/eea/industry-frontend/commit/6e9a1fa2a9f00d6d7d1ecec8ddf431e01c72ccaa) #### [2.4.0-beta.4](https://github.com/eea/industry-frontend/compare/2.4.0-beta.3...2.4.0-beta.4) @@ -160,15 +149,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 14 October 2021 -- Update [`4b42e8e`](https://github.com/eea/industry-frontend/commit/4b42e8e821627beede23dc2785e3f8565b983872) - Release 2.4.0-beta.3 [`2c51a68`](https://github.com/eea/industry-frontend/commit/2c51a686e068d416e2f7ea056ec70af5f5929159) +- Update [`4b42e8e`](https://github.com/eea/industry-frontend/commit/4b42e8e821627beede23dc2785e3f8565b983872) #### [2.4.0-beta.2](https://github.com/eea/industry-frontend/compare/2.4.0-beta.1...2.4.0-beta.2) > 14 October 2021 -- Removed volto-addons [`a92a389`](https://github.com/eea/industry-frontend/commit/a92a389db6c3789915f2e61faaeee6a502267f49) - Release 2.4.0-beta.2 [`11ee542`](https://github.com/eea/industry-frontend/commit/11ee54201576972100314c0f7557f36ebbb08f95) +- Removed volto-addons [`a92a389`](https://github.com/eea/industry-frontend/commit/a92a389db6c3789915f2e61faaeee6a502267f49) - Release @eeacms/volto-embed@2.0.7 [`fbae9e6`](https://github.com/eea/industry-frontend/commit/fbae9e6314715970b59063b440a49060abd6dd60) - Release @eeacms/volto-embed@2.0.6 [`ccd9d85`](https://github.com/eea/industry-frontend/commit/ccd9d8551733b4f20c25b7d8048e216dc08f304c) @@ -176,16 +165,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 12 October 2021 -- Release @eeacms/volto-eea-kitkat@4.0.2 [`e989a57`](https://github.com/eea/industry-frontend/commit/e989a575958d0a6ff7c9cd422611847f83c1b85a) -- Track filters/search [`94c1e71`](https://github.com/eea/industry-frontend/commit/94c1e7174ff5ee382e5bceef34bbfc5ad7683f51) - Release 2.4.0-beta.1 [`d232d55`](https://github.com/eea/industry-frontend/commit/d232d557bfbb8db50ca2d75bde5315dc3ae54f24) +- Track filters/search [`94c1e71`](https://github.com/eea/industry-frontend/commit/94c1e7174ff5ee382e5bceef34bbfc5ad7683f51) +- Release @eeacms/volto-eea-kitkat@4.0.2 [`e989a57`](https://github.com/eea/industry-frontend/commit/e989a575958d0a6ff7c9cd422611847f83c1b85a) #### [2.4.0-beta.0](https://github.com/eea/industry-frontend/compare/2.3.0...2.4.0-beta.0) > 11 October 2021 -- [Task #128719] Matomo tracking of actions [`f320b17`](https://github.com/eea/industry-frontend/commit/f320b175fea3361e26778a871b919b99caf53e00) - Release 2.4.0-beta.0 [`be35ab2`](https://github.com/eea/industry-frontend/commit/be35ab2532c2eac61c3ae9c0b48a3efc5384dffa) +- [Task #128719] Matomo tracking of actions [`f320b17`](https://github.com/eea/industry-frontend/commit/f320b175fea3361e26778a871b919b99caf53e00) - Release @eeacms/volto-embed@2.0.5 [`1d42e56`](https://github.com/eea/industry-frontend/commit/1d42e56d3e2d856032ed56771169ab7b547fff16) #### [2.3.0](https://github.com/eea/industry-frontend/compare/2.2.0...2.3.0) @@ -193,12 +182,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 6 October 2021 - Patch [`#21`](https://github.com/eea/industry-frontend/pull/21) -- Update [`64ce512`](https://github.com/eea/industry-frontend/commit/64ce512e08f1ade12ffe1fb7a13dd3299c8150de) - Release @eeacms/volto-datablocks@2.0.13 [`ee45153`](https://github.com/eea/industry-frontend/commit/ee451536870fd12336f71329acfc088346dfe8ca) -- Release @eeacms/volto-eea-kitkat@4.0.0 [`ae9a972`](https://github.com/eea/industry-frontend/commit/ae9a9722bfb825a109c143727eeb771a3383a8c1) -- Automated release 2.3.0 [`1265a41`](https://github.com/eea/industry-frontend/commit/1265a4133d940e0fcfd7fb7b44ce5ede3631760e) +- Update [`64ce512`](https://github.com/eea/industry-frontend/commit/64ce512e08f1ade12ffe1fb7a13dd3299c8150de) - Release @eeacms/volto-eea-kitkat@4.0.1 [`d251bbb`](https://github.com/eea/industry-frontend/commit/d251bbb55113ab29a4b94dbda302f501e9e41d82) -- Automated update of yarn.lock [`b6782c6`](https://github.com/eea/industry-frontend/commit/b6782c635683d97d9aa049f35b533eb3a48c4c65) +- Release @eeacms/volto-eea-kitkat@4.0.0 [`ae9a972`](https://github.com/eea/industry-frontend/commit/ae9a9722bfb825a109c143727eeb771a3383a8c1) - Release @eeacms/volto-embed@2.0.4 [`26680f5`](https://github.com/eea/industry-frontend/commit/26680f5a361391cc945c02951b5b0ebf1d105a7f) #### [2.2.0](https://github.com/eea/industry-frontend/compare/2.1.21...2.2.0) @@ -207,37 +194,32 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update package.json [`#19`](https://github.com/eea/industry-frontend/pull/19) - Rebase from master [`#20`](https://github.com/eea/industry-frontend/pull/20) -- Update addons versions [`d1313bf`](https://github.com/eea/industry-frontend/commit/d1313bf1f00e419965b5a3c41e00979481c6fbfa) -- Automated release @eeacms/volto-slate-metadata-mentions@3.0.1 [`90d43ae`](https://github.com/eea/industry-frontend/commit/90d43ae198652984b6352913c8702eb86ea0c613) -- Removed BlockChoser customization from volto-grid; Removed @eeacms namespace from volto-addons [`3591096`](https://github.com/eea/industry-frontend/commit/3591096143fd0538353f977014463a08a9f43cfe) -- Add automated release, rebuild yarn.lock [`922ee5c`](https://github.com/eea/industry-frontend/commit/922ee5c9b935bad87a9d8c2247fbf0ebedbfc0bd) -- Automated update of yarn.lock [`f2f6b5e`](https://github.com/eea/industry-frontend/commit/f2f6b5e09cf09e87878fd433c036af93847adc13) -- Automated release 2.2.0 [`436b1e6`](https://github.com/eea/industry-frontend/commit/436b1e6b468cc378677a2d6b5ecab7f74652c759) -- [Feature #139317] Added facility type fiilter [`5149e3b`](https://github.com/eea/industry-frontend/commit/5149e3b0891b204a89b17ccd191cab7beaf44de4) +- do not run integration tests on PR [`cbadc05`](https://github.com/eea/industry-frontend/commit/cbadc05d0aedb46484025e2be31cabe5f36d3337) +- do not run integration tests on PR [`cc661bd`](https://github.com/eea/industry-frontend/commit/cc661bd19f1a286c99854b501f5cc19439f2fdd5) - Add docker build test [`d70f2d8`](https://github.com/eea/industry-frontend/commit/d70f2d8343a62ebf905d384dd781900385ec5c50) +- [Feature #139317] Added facility type fiilter [`5149e3b`](https://github.com/eea/industry-frontend/commit/5149e3b0891b204a89b17ccd191cab7beaf44de4) +- Removed BlockChoser customization from volto-grid; Removed @eeacms namespace from volto-addons [`3591096`](https://github.com/eea/industry-frontend/commit/3591096143fd0538353f977014463a08a9f43cfe) +- added kitkat [`cbab428`](https://github.com/eea/industry-frontend/commit/cbab42885c801ceba1cf08abc8079b5b648ed534) - added kitkat [`41b58aa`](https://github.com/eea/industry-frontend/commit/41b58aad97c87640366e0ec002026d224442edeb) -- Automated release volto-slate@3.0.0 [`0d642c6`](https://github.com/eea/industry-frontend/commit/0d642c685ed148f84ef45ae501a280c4acd0e3fd) +- added tpl [`95bfdc8`](https://github.com/eea/industry-frontend/commit/95bfdc802bb6db9d81dff7a8ff1b0fb6489129ea) +- Updated settings [`aee77cd`](https://github.com/eea/industry-frontend/commit/aee77cdad0b63105f79d7138c63efd504204d191) +- Update addons versions [`d1313bf`](https://github.com/eea/industry-frontend/commit/d1313bf1f00e419965b5a3c41e00979481c6fbfa) - Automated release volto-slate@3.1.1 [`518e559`](https://github.com/eea/industry-frontend/commit/518e5592aee22837aa9c5b435b006a128187ff17) - Automated release volto-slate@3.1.0 [`4c08689`](https://github.com/eea/industry-frontend/commit/4c086893548ecede0725af199382e159bccc2ca4) - Automated release volto-slate@3.0.1 [`10484e0`](https://github.com/eea/industry-frontend/commit/10484e0f01771e5e43aaab210a4739b9fd917474) +- Automated release volto-slate@3.0.0 [`0d642c6`](https://github.com/eea/industry-frontend/commit/0d642c685ed148f84ef45ae501a280c4acd0e3fd) - Automated release @eeacms/volto-slate-metadata-mentions@3.0.2 [`e65e30a`](https://github.com/eea/industry-frontend/commit/e65e30a3217562cda03594652874fc9b82da73cf) -- do not run integration tests on PR [`cbadc05`](https://github.com/eea/industry-frontend/commit/cbadc05d0aedb46484025e2be31cabe5f36d3337) -- Updated settings [`aee77cd`](https://github.com/eea/industry-frontend/commit/aee77cdad0b63105f79d7138c63efd504204d191) -- added tpl [`95bfdc8`](https://github.com/eea/industry-frontend/commit/95bfdc802bb6db9d81dff7a8ff1b0fb6489129ea) -- do not run integration tests on PR [`cc661bd`](https://github.com/eea/industry-frontend/commit/cc661bd19f1a286c99854b501f5cc19439f2fdd5) -- Automated release 2.2.0 [`c2aa647`](https://github.com/eea/industry-frontend/commit/c2aa6476c2d8f4d4b7758d88089487e1c78b3a99) -- added kitkat [`cbab428`](https://github.com/eea/industry-frontend/commit/cbab42885c801ceba1cf08abc8079b5b648ed534) -- Automated release 2.2.0 [`61eab83`](https://github.com/eea/industry-frontend/commit/61eab83e016907db2f9cdcf0c5b0556b732b6b26) +- Automated release @eeacms/volto-slate-metadata-mentions@3.0.1 [`90d43ae`](https://github.com/eea/industry-frontend/commit/90d43ae198652984b6352913c8702eb86ea0c613) #### [2.1.21](https://github.com/eea/industry-frontend/compare/2.1.20...2.1.21) > 7 September 2021 -- Update [`1bc3998`](https://github.com/eea/industry-frontend/commit/1bc3998878cf41c5a491c33e95b4db0e9d536b30) -- Automated release @eeacms/volto-object-widget@3.0.0 [`075fcec`](https://github.com/eea/industry-frontend/commit/075fcec8756d72270b480f23dca23ad0d250390a) - Release 2.1.21 [`5a3a6bc`](https://github.com/eea/industry-frontend/commit/5a3a6bce6b45612f2b6bcb169d424ce27391986b) +- Update [`1bc3998`](https://github.com/eea/industry-frontend/commit/1bc3998878cf41c5a491c33e95b4db0e9d536b30) - Automated release @eeacms/volto-slate-metadata-mentions@3.0.0 [`2921178`](https://github.com/eea/industry-frontend/commit/2921178a21095f74e644b92b726b0fb596c87016) - Automated release @eeacms/volto-widgets-view@3.0.0 [`7d8cd8c`](https://github.com/eea/industry-frontend/commit/7d8cd8c5f32d0eaab4e097548394cbca4e9ac070) +- Automated release @eeacms/volto-object-widget@3.0.0 [`075fcec`](https://github.com/eea/industry-frontend/commit/075fcec8756d72270b480f23dca23ad0d250390a) #### [2.1.20](https://github.com/eea/industry-frontend/compare/2.1.19...2.1.20) @@ -257,23 +239,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 31 August 2021 -- Use db_version; New Industry map; Industry table with connector [`04bd3c0`](https://github.com/eea/industry-frontend/commit/04bd3c0ddc921777491d17a5f7c527d21f74dec1) - Release 2.1.18 [`a6d6b09`](https://github.com/eea/industry-frontend/commit/a6d6b0908a045ba44818e8ffcf29c7de9b053134) +- Use db_version; New Industry map; Industry table with connector [`04bd3c0`](https://github.com/eea/industry-frontend/commit/04bd3c0ddc921777491d17a5f7c527d21f74dec1) - Automated release volto-slate@2.9.3 [`bdb0382`](https://github.com/eea/industry-frontend/commit/bdb0382d33f2da5f297d20da0aab5df13f513dbf) #### [2.1.17](https://github.com/eea/industry-frontend/compare/2.1.16...2.1.17) > 26 August 2021 -- Automated release @eeacms/volto-staging-banner@0.1.6 [`ab95aee`](https://github.com/eea/industry-frontend/commit/ab95aeeadae260f869671d8d34dd5fd743ffd614) - Release 2.1.17 [`eab489a`](https://github.com/eea/industry-frontend/commit/eab489ac417b983c90e4f16e0c0b42b48da94c34) +- Automated release @eeacms/volto-staging-banner@0.1.6 [`ab95aee`](https://github.com/eea/industry-frontend/commit/ab95aeeadae260f869671d8d34dd5fd743ffd614) #### [2.1.16](https://github.com/eea/industry-frontend/compare/2.1.15...2.1.16) > 26 August 2021 -- Automated release @eeacms/volto-staging-banner@0.1.5 [`6b021ec`](https://github.com/eea/industry-frontend/commit/6b021ec4c148e866c0ad9ac1e77f062d30f6f1d8) - Release 2.1.16 [`87d05ed`](https://github.com/eea/industry-frontend/commit/87d05ed196b232e295b838b16d9857d33a5237b7) +- Automated release @eeacms/volto-staging-banner@0.1.5 [`6b021ec`](https://github.com/eea/industry-frontend/commit/6b021ec4c148e866c0ad9ac1e77f062d30f6f1d8) #### [2.1.15](https://github.com/eea/industry-frontend/compare/2.1.14...2.1.15) @@ -286,40 +268,40 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 25 August 2021 -- Use volto-slate@2.9.1 [`02722ce`](https://github.com/eea/industry-frontend/commit/02722ce62796dfe193a77b39e1ecdc2d83732b8c) - Release 2.1.14 [`9e330f1`](https://github.com/eea/industry-frontend/commit/9e330f19fb58b6792510cd1520f6d8546305c390) -- Update [`b223a5d`](https://github.com/eea/industry-frontend/commit/b223a5d5161aadc789ca091813084ef5bd16b7b8) +- Use volto-slate@2.9.1 [`02722ce`](https://github.com/eea/industry-frontend/commit/02722ce62796dfe193a77b39e1ecdc2d83732b8c) - Access document on client side [`4b1fb7c`](https://github.com/eea/industry-frontend/commit/4b1fb7cb9dd9d469e9d01141cc8e185d0308ae41) +- Update [`b223a5d`](https://github.com/eea/industry-frontend/commit/b223a5d5161aadc789ca091813084ef5bd16b7b8) #### [2.1.13](https://github.com/eea/industry-frontend/compare/2.1.12...2.1.13) > 24 August 2021 -- Automated release volto-slate@2.9.2 [`1fef499`](https://github.com/eea/industry-frontend/commit/1fef499d2ee5d32bf30caa80a586e72c63f9ed5c) - Release 2.1.13 [`93ecd97`](https://github.com/eea/industry-frontend/commit/93ecd97bf285470bc21c54a3ce18db5c5bcefdfc) -- Automated release @eeacms/volto-staging-banner@0.1.3 [`088ca48`](https://github.com/eea/industry-frontend/commit/088ca4872890411773d3f3def98b59ba5f2bd6e8) - Refs #137225 bumped release of volto-staging-banner [`c1cd661`](https://github.com/eea/industry-frontend/commit/c1cd661bb610b9a79c02e007f06a3cf51a89e102) +- Automated release @eeacms/volto-staging-banner@0.1.3 [`088ca48`](https://github.com/eea/industry-frontend/commit/088ca4872890411773d3f3def98b59ba5f2bd6e8) +- Automated release volto-slate@2.9.2 [`1fef499`](https://github.com/eea/industry-frontend/commit/1fef499d2ee5d32bf30caa80a586e72c63f9ed5c) #### [2.1.12](https://github.com/eea/industry-frontend/compare/2.1.11...2.1.12) > 24 August 2021 -- Release 2.1.11 [`db04531`](https://github.com/eea/industry-frontend/commit/db045314691210d81e1cdb3514b72587621483d8) - Release 2.1.12 [`1cfb743`](https://github.com/eea/industry-frontend/commit/1cfb7431045c74378427a2b648f32f05c5eba13a) +- Release 2.1.11 [`db04531`](https://github.com/eea/industry-frontend/commit/db045314691210d81e1cdb3514b72587621483d8) #### [2.1.11](https://github.com/eea/industry-frontend/compare/2.1.10...2.1.11) > 24 August 2021 -- Refs #137225 added volto-staging-banner to eprtr_frontend stack [`b418f56`](https://github.com/eea/industry-frontend/commit/b418f56a57e0b2ea2ad8368a96019f03cc7d8e9e) - Refs #137225 use released version of volto-staging-banner [`25e9f7e`](https://github.com/eea/industry-frontend/commit/25e9f7ea34daba7374a0944bf5d0673b4e1038eb) +- Refs #137225 added volto-staging-banner to eprtr_frontend stack [`b418f56`](https://github.com/eea/industry-frontend/commit/b418f56a57e0b2ea2ad8368a96019f03cc7d8e9e) #### [2.1.10](https://github.com/eea/industry-frontend/compare/2.1.9...2.1.10) > 19 August 2021 -- Removed garbage [`2ef42ac`](https://github.com/eea/industry-frontend/commit/2ef42ac7103c4a9a7312ad3b567fc03d77e4860a) - Release 2.1.10 [`6671fd0`](https://github.com/eea/industry-frontend/commit/6671fd037f70f63225254cb057ff63d6de1245dd) +- Removed garbage [`2ef42ac`](https://github.com/eea/industry-frontend/commit/2ef42ac7103c4a9a7312ad3b567fc03d77e4860a) #### [2.1.9](https://github.com/eea/industry-frontend/compare/2.1.8...2.1.9) @@ -328,36 +310,35 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Scroll behavior [`#18`](https://github.com/eea/industry-frontend/pull/18) - Add integration tests [`#17`](https://github.com/eea/industry-frontend/pull/17) - Bump axios from 0.20.0 to 0.21.1 [`#16`](https://github.com/eea/industry-frontend/pull/16) -- Overwrite scroll on route update [`0c04cd9`](https://github.com/eea/industry-frontend/commit/0c04cd9872ddf8db9bdd176147dd2b71744c56ef) -- Automated release volto-slate@2.7.1 [`5dfbf0e`](https://github.com/eea/industry-frontend/commit/5dfbf0ec0fbf10d622867f93e2ccb5735700efeb) +- Release 2.1.9 [`0f5ff0c`](https://github.com/eea/industry-frontend/commit/0f5ff0c0887823a15e98e2c064ded015bb083fb3) +- Update [`3b306c4`](https://github.com/eea/industry-frontend/commit/3b306c4d85fc1cc1770410e2ceca3b22c50c3252) +- Automated release volto-slate@2.9.1 [`46e1c0e`](https://github.com/eea/industry-frontend/commit/46e1c0e9cb89cbd912fda54157f20e6b64537759) - Automated release volto-slate@2.9.0 [`4018fc9`](https://github.com/eea/industry-frontend/commit/4018fc9c03b8018deedaad703d99734c93d6fba7) -- fix cypress [`37cf2d7`](https://github.com/eea/industry-frontend/commit/37cf2d7d37efcb5e1712d5847cb95680782f07a6) +- Merge master [`4be3fba`](https://github.com/eea/industry-frontend/commit/4be3fbabb618264026bf236c9507ae3b0ee5bb0a) +- Overwrite scroll on route update [`0c04cd9`](https://github.com/eea/industry-frontend/commit/0c04cd9872ddf8db9bdd176147dd2b71744c56ef) +- Automated release volto-slate@2.8.3 [`09bb2ad`](https://github.com/eea/industry-frontend/commit/09bb2ad81101e45990451d4b4ff2229b6e5b3ac9) - Automated release volto-slate@2.8.2 [`34a5b62`](https://github.com/eea/industry-frontend/commit/34a5b62a214a46e676db8ec5adebc7ba36fb75ac) -- Update [`3b306c4`](https://github.com/eea/industry-frontend/commit/3b306c4d85fc1cc1770410e2ceca3b22c50c3252) -- Fix tests [`65177e9`](https://github.com/eea/industry-frontend/commit/65177e9b4c0b9606bc38c4588c4ff074aacb38e1) +- cleanup [`f88b79c`](https://github.com/eea/industry-frontend/commit/f88b79c9c0f182b51fb40fae9d0ff080c61f071b) +- Refs#135694 - add facility address [`c205366`](https://github.com/eea/industry-frontend/commit/c205366d84ef637feb5aaab52ba120026ed5a990) - Refs#135696 - add privacy notice for site location map [`0079637`](https://github.com/eea/industry-frontend/commit/0079637acb4b3bf091bea3284960094cac1478c8) -- add basic tests [`cbd8d34`](https://github.com/eea/industry-frontend/commit/cbd8d34d009087c1acf5c43a64627c57f9442e20) -- Automated release @eeacms/volto-slate-metadata-mentions@2.2.4 [`9d5d079`](https://github.com/eea/industry-frontend/commit/9d5d07983f93bdc21a9801faf776f3a7c303a152) -- add integration tests [`322a452`](https://github.com/eea/industry-frontend/commit/322a452d01ce79772c9f5c7f0b7823427e110dd9) - add set sonarqube addons tag step [`db7fbf1`](https://github.com/eea/industry-frontend/commit/db7fbf103f4d6f38c9a391c334dabeb3cc3c3087) -- Release 2.1.9 [`0f5ff0c`](https://github.com/eea/industry-frontend/commit/0f5ff0c0887823a15e98e2c064ded015bb083fb3) -- Automated release @eeacms/volto-slate-metadata-mentions@2.3.0 [`43b9557`](https://github.com/eea/industry-frontend/commit/43b95578da8f033600626add5e39e2f683233103) -- Reorganize Dockerfile to reduce image size [`bfaaf6e`](https://github.com/eea/industry-frontend/commit/bfaaf6e16d7b4fd7c80a8e8128111afba1a0445a) +- Merge master [`bd44c88`](https://github.com/eea/industry-frontend/commit/bd44c88095391f28b3a91a74a9bc92c12095409e) +- Fix tests [`65177e9`](https://github.com/eea/industry-frontend/commit/65177e9b4c0b9606bc38c4588c4ff074aacb38e1) +- Automated release @eeacms/volto-slate-metadata-mentions@2.4.0 [`7f3aa93`](https://github.com/eea/industry-frontend/commit/7f3aa93bbdb266f22c53cee45b734aa4dad1038e) +- Automated release @eeacms/volto-slate-metadata-mentions@2.3.1 [`10c2aa5`](https://github.com/eea/industry-frontend/commit/10c2aa5d33059073a9f1ca78a75b3ef616e87cc0) - Automated release volto-slate@2.8.1 [`6aa8829`](https://github.com/eea/industry-frontend/commit/6aa8829d2e2915da088167a31c1bf5c5650e59ef) -- Automated release volto-slate@2.9.1 [`46e1c0e`](https://github.com/eea/industry-frontend/commit/46e1c0e9cb89cbd912fda54157f20e6b64537759) -- Merge master [`4be3fba`](https://github.com/eea/industry-frontend/commit/4be3fbabb618264026bf236c9507ae3b0ee5bb0a) +- add basic tests [`cbd8d34`](https://github.com/eea/industry-frontend/commit/cbd8d34d009087c1acf5c43a64627c57f9442e20) +- fix cypress [`37cf2d7`](https://github.com/eea/industry-frontend/commit/37cf2d7d37efcb5e1712d5847cb95680782f07a6) +- Automated release @eeacms/volto-widget-toggle@2.2.3 [`35a3844`](https://github.com/eea/industry-frontend/commit/35a384421aed1281b39895599b8cd1885508e549) +- Automated release @eeacms/volto-slate-metadata-mentions@2.3.0 [`43b9557`](https://github.com/eea/industry-frontend/commit/43b95578da8f033600626add5e39e2f683233103) - Automated release volto-slate@2.8.0 [`5aca954`](https://github.com/eea/industry-frontend/commit/5aca95492d65caeb95ad97be16831337968264a5) +- Automated release @eeacms/volto-slate-metadata-mentions@2.2.4 [`9d5d079`](https://github.com/eea/industry-frontend/commit/9d5d07983f93bdc21a9801faf776f3a7c303a152) - Automated release volto-slate@2.7.2 [`3aa75ee`](https://github.com/eea/industry-frontend/commit/3aa75eefefba2f896eafbdbf9388fec2e2a00b02) +- Automated release volto-slate@2.7.1 [`5dfbf0e`](https://github.com/eea/industry-frontend/commit/5dfbf0ec0fbf10d622867f93e2ccb5735700efeb) - Update cypress.json [`fb24e37`](https://github.com/eea/industry-frontend/commit/fb24e37646341dd5a568e54d90f2dbdc4b59823a) -- Automated release volto-slate@2.8.3 [`09bb2ad`](https://github.com/eea/industry-frontend/commit/09bb2ad81101e45990451d4b4ff2229b6e5b3ac9) -- Automated release @eeacms/volto-slate-metadata-mentions@2.4.0 [`7f3aa93`](https://github.com/eea/industry-frontend/commit/7f3aa93bbdb266f22c53cee45b734aa4dad1038e) -- Automated release @eeacms/volto-slate-metadata-mentions@2.3.1 [`10c2aa5`](https://github.com/eea/industry-frontend/commit/10c2aa5d33059073a9f1ca78a75b3ef616e87cc0) -- Automated release @eeacms/volto-widget-toggle@2.2.3 [`35a3844`](https://github.com/eea/industry-frontend/commit/35a384421aed1281b39895599b8cd1885508e549) -- Refs#135694 - add facility address [`c205366`](https://github.com/eea/industry-frontend/commit/c205366d84ef637feb5aaab52ba120026ed5a990) - don't build on PR [`45fde98`](https://github.com/eea/industry-frontend/commit/45fde9881a4d46e28d3182913e2b9ad8126a7049) -- upgrade jenkins job path [`c1dcbcb`](https://github.com/eea/industry-frontend/commit/c1dcbcbd3710c1bc1b4af4a4ad2a1cad8c5fc0f8) -- cleanup [`f88b79c`](https://github.com/eea/industry-frontend/commit/f88b79c9c0f182b51fb40fae9d0ff080c61f071b) -- Merge master [`bd44c88`](https://github.com/eea/industry-frontend/commit/bd44c88095391f28b3a91a74a9bc92c12095409e) +- add integration tests [`322a452`](https://github.com/eea/industry-frontend/commit/322a452d01ce79772c9f5c7f0b7823427e110dd9) +- Reorganize Dockerfile to reduce image size [`bfaaf6e`](https://github.com/eea/industry-frontend/commit/bfaaf6e16d7b4fd7c80a8e8128111afba1a0445a) - Continue if docker rmi fails [`2c8729f`](https://github.com/eea/industry-frontend/commit/2c8729f5c14974a630c3e1c39bc649041793760e) #### [2.1.8](https://github.com/eea/industry-frontend/compare/2.1.7...2.1.8) @@ -378,10 +359,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 9 June 2021 -- Prettier [`e433d7f`](https://github.com/eea/industry-frontend/commit/e433d7f59bf5a4272c560c858cf3e926bedcd0f6) +- Release 2.1.7 [`4d4ae2c`](https://github.com/eea/industry-frontend/commit/4d4ae2ce0b8e7a0065848f0cbf825ad53e366101) - [Feature #134742] Mobile improvements for the map - selecting a site [`8e56f0d`](https://github.com/eea/industry-frontend/commit/8e56f0d0f557cb71cdba7920969ed7657c7acb39) +- Prettier [`e433d7f`](https://github.com/eea/industry-frontend/commit/e433d7f59bf5a4272c560c858cf3e926bedcd0f6) +- [Bug #134710] Break text if too long [`162a6f5`](https://github.com/eea/industry-frontend/commit/162a6f55bf110599cc769de8aa9d8842f6f1fc85) - [Bug #134969] Use correct columns for methods_of_release [`1be92bd`](https://github.com/eea/industry-frontend/commit/1be92bd59bd1d6a5b2eb01d5189cb3292e1d1aaa) -- Release 2.1.7 [`4d4ae2c`](https://github.com/eea/industry-frontend/commit/4d4ae2ce0b8e7a0065848f0cbf825ad53e366101) - Automated release volto-slate:2.6.2 [`bed0db7`](https://github.com/eea/industry-frontend/commit/bed0db75192dbdb7a88d2d8ef8aab5ee79908519) - Automated release @eeacms/volto-object-widget:2.2.3 [`fef3fe2`](https://github.com/eea/industry-frontend/commit/fef3fe23fb5a3092724c3549d811e2318519bdda) - Automated release @eeacms/volto-object-widget:2.2.2 [`6574b53`](https://github.com/eea/industry-frontend/commit/6574b53a4479073d4c5f32e519a3812e54aabd44) @@ -390,7 +372,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Automated release @eeacms/volto-sentry-rancher-config:2.1.2 [`d6e6006`](https://github.com/eea/industry-frontend/commit/d6e600642b5b70b184b86e5ed14f45331145b1d8) - Automated release @eeacms/volto-widgets-view:2.1.2 [`3619693`](https://github.com/eea/industry-frontend/commit/36196933ac2d299b470ae64a7075f74677096385) - Automated release @eeacms/volto-metadata-block:3.0.1 [`4cd60d0`](https://github.com/eea/industry-frontend/commit/4cd60d0e0512970390e17ec5d82ff074f2817ebd) -- [Bug #134710] Break text if too long [`162a6f5`](https://github.com/eea/industry-frontend/commit/162a6f55bf110599cc769de8aa9d8842f6f1fc85) #### [2.1.6](https://github.com/eea/industry-frontend/compare/2.1.5...2.1.6) @@ -403,16 +384,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 27 May 2021 -- Update [`9d31c89`](https://github.com/eea/industry-frontend/commit/9d31c893a048f489fe38e379926168111fa719c2) - Release 2.1.5 [`deea9e1`](https://github.com/eea/industry-frontend/commit/deea9e133480b6f123865522f82839c43e8a0a28) +- Update [`9d31c89`](https://github.com/eea/industry-frontend/commit/9d31c893a048f489fe38e379926168111fa719c2) - Changed some links [`092dedf`](https://github.com/eea/industry-frontend/commit/092dedf0d0a84d214e1a6154b16718f282e5fb99) #### [2.1.4](https://github.com/eea/industry-frontend/compare/2.1.3...2.1.4) > 26 May 2021 -- Update [`9ca01cb`](https://github.com/eea/industry-frontend/commit/9ca01cbe17666a69210038266e97854529067f34) - Release 2.1.4 [`afb23f1`](https://github.com/eea/industry-frontend/commit/afb23f160690306c127a16f7a521885ca3e20098) +- Update [`9ca01cb`](https://github.com/eea/industry-frontend/commit/9ca01cbe17666a69210038266e97854529067f34) - Automated release @eeacms/volto-slate-metadata-mentions:2.2.2 [`80a562e`](https://github.com/eea/industry-frontend/commit/80a562ed1feb69b352dd3565e5e0d75d7b0c84dc) - Automated release volto-slate:2.5.0 [`c0a3a94`](https://github.com/eea/industry-frontend/commit/c0a3a94ed30415a5dc49b1736b4799d15551bfb9) @@ -420,22 +401,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 24 May 2021 -- Update [`7697ce2`](https://github.com/eea/industry-frontend/commit/7697ce2c4d6a51405605ade27c013a25c76360af) - Release 2.1.3 [`c658463`](https://github.com/eea/industry-frontend/commit/c6584633fb1c06c8fb971d818fbcfa1bf34e1617) +- Update [`7697ce2`](https://github.com/eea/industry-frontend/commit/7697ce2c4d6a51405605ade27c013a25c76360af) #### [2.1.2](https://github.com/eea/industry-frontend/compare/2.1.1...2.1.2) > 21 May 2021 -- Updated map [`66b1242`](https://github.com/eea/industry-frontend/commit/66b12420e19ff816799205fd13c5fab3c40900e6) - Release 2.1.2 [`747d125`](https://github.com/eea/industry-frontend/commit/747d1257e9cf09534b26a8dfb59db0b2b04e3f1a) +- Updated map [`66b1242`](https://github.com/eea/industry-frontend/commit/66b12420e19ff816799205fd13c5fab3c40900e6) #### [2.1.1](https://github.com/eea/industry-frontend/compare/2.1.0...2.1.1) > 20 May 2021 -- Improvments on the map [`4260dbb`](https://github.com/eea/industry-frontend/commit/4260dbb45542a8d959a0711b2982650f5adc3cb5) - Release 2.1.1 [`8d5b064`](https://github.com/eea/industry-frontend/commit/8d5b0644172d52a76f3d091f81b1b79cf4b25ca2) +- Improvments on the map [`4260dbb`](https://github.com/eea/industry-frontend/commit/4260dbb45542a8d959a0711b2982650f5adc3cb5) - Automated release @eeacms/volto-object-widget:2.2.1 [`15e777b`](https://github.com/eea/industry-frontend/commit/15e777bf4c9ca8ea1bfba15795f3d0b848d3da00) - Automated release @eeacms/volto-sentry-rancher-config:2.1.1 [`7c1588c`](https://github.com/eea/industry-frontend/commit/7c1588cf9d722658fcad296a4ba287370bf32cf7) - Automated release @eeacms/volto-widget-toggle:2.2.1 [`5e5801b`](https://github.com/eea/industry-frontend/commit/5e5801bf9322227cdc359c760b0772c7955230ae) @@ -447,9 +428,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 11 May 2021 -- Update [`04f948c`](https://github.com/eea/industry-frontend/commit/04f948c5ee44852d427559f8bb2e84d22232752c) -- Update [`2134aa7`](https://github.com/eea/industry-frontend/commit/2134aa7c9e4f485666bc148c2d891ef414f6856d) - Release 2.1.0 [`a053488`](https://github.com/eea/industry-frontend/commit/a05348850a3901b948b8f13134c1e7fcce743ec6) +- Update [`2134aa7`](https://github.com/eea/industry-frontend/commit/2134aa7c9e4f485666bc148c2d891ef414f6856d) +- Update [`04f948c`](https://github.com/eea/industry-frontend/commit/04f948c5ee44852d427559f8bb2e84d22232752c) #### [2.0.7](https://github.com/eea/industry-frontend/compare/2.0.6...2.0.7) @@ -462,110 +443,106 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 11 May 2021 -- Update [`1f0efdc`](https://github.com/eea/industry-frontend/commit/1f0efdc0fb67f3ed3b7c4a0c031480fbd41b95c0) - Release 2.0.6 [`81a2de2`](https://github.com/eea/industry-frontend/commit/81a2de2af3c840c463cf63fa0cdd137909ca3997) +- Update [`1f0efdc`](https://github.com/eea/industry-frontend/commit/1f0efdc0fb67f3ed3b7c4a0c031480fbd41b95c0) #### [2.0.5](https://github.com/eea/industry-frontend/compare/2.0.4...2.0.5) > 10 May 2021 -- Update [`deb4fbc`](https://github.com/eea/industry-frontend/commit/deb4fbc41f92d39500a8d610ff7cb9b2dd0988e6) - Release 2.0.5 [`e96ab4f`](https://github.com/eea/industry-frontend/commit/e96ab4fc1cfc47511e77fbe7fb2d6e7199a84da3) +- Update [`deb4fbc`](https://github.com/eea/industry-frontend/commit/deb4fbc41f92d39500a8d610ff7cb9b2dd0988e6) #### [2.0.4](https://github.com/eea/industry-frontend/compare/2.0.3...2.0.4) > 7 May 2021 -- cleanup [`3815661`](https://github.com/eea/industry-frontend/commit/3815661ff96e9a987b3207430afc40920d23237e) -- [Bug #129791] Make filter by location / by country independent [`acf9f60`](https://github.com/eea/industry-frontend/commit/acf9f601022b6ecc218b03522666a8485f845caa) - Release 2.0.4 [`dd9a8c5`](https://github.com/eea/industry-frontend/commit/dd9a8c5df940512e8f048dbc38a2f5be4c112b0b) +- [Bug #129791] Make filter by location / by country independent [`acf9f60`](https://github.com/eea/industry-frontend/commit/acf9f601022b6ecc218b03522666a8485f845caa) +- cleanup [`3815661`](https://github.com/eea/industry-frontend/commit/3815661ff96e9a987b3207430afc40920d23237e) #### [2.0.3](https://github.com/eea/industry-frontend/compare/2.0.2...2.0.3) > 5 May 2021 -- Restructuring industrial site [`9811180`](https://github.com/eea/industry-frontend/commit/9811180e2393e7ec9fe8e8b4a8d6dbf2b4ef2a3e) -- Improvments on site blocks [`6a57feb`](https://github.com/eea/industry-frontend/commit/6a57feb2796479e03809e45d5f9dc80b03cfbfa6) -- Fix map [`e429ce6`](https://github.com/eea/industry-frontend/commit/e429ce665cefc6438cea9ea5912b39c40b81006d) - Release 2.0.3 [`b7379d6`](https://github.com/eea/industry-frontend/commit/b7379d6e300e5aef2cc3ad63d8b7dcd032e8a5d9) +- Fix map [`e429ce6`](https://github.com/eea/industry-frontend/commit/e429ce665cefc6438cea9ea5912b39c40b81006d) +- Improvments on site blocks [`6a57feb`](https://github.com/eea/industry-frontend/commit/6a57feb2796479e03809e45d5f9dc80b03cfbfa6) +- update site details link - map popup [`04cc6ff`](https://github.com/eea/industry-frontend/commit/04cc6ff191c25f908273d31333092c54c436ffe0) - change reporting year query - feature server - Unable to complete operation. [`5909742`](https://github.com/eea/industry-frontend/commit/5909742317acb22316bb1df2ff3b0a713a8dec81) -- bugfix - site name search - escape ' characters [`36abe2d`](https://github.com/eea/industry-frontend/commit/36abe2d868a15c581d32506fd3b19e087a6db667) - update service url - arcgis [`5f12183`](https://github.com/eea/industry-frontend/commit/5f121831768de951f8f42ee8924473767c4cee60) -- update site details link - map popup [`04cc6ff`](https://github.com/eea/industry-frontend/commit/04cc6ff191c25f908273d31333092c54c436ffe0) +- Restructuring industrial site [`9811180`](https://github.com/eea/industry-frontend/commit/9811180e2393e7ec9fe8e8b4a8d6dbf2b4ef2a3e) +- bugfix - site name search - escape ' characters [`36abe2d`](https://github.com/eea/industry-frontend/commit/36abe2d868a15c581d32506fd3b19e087a6db667) #### [2.0.2](https://github.com/eea/industry-frontend/compare/2.0.1...2.0.2) > 21 April 2021 +- Release 2.0.2 [`7b25894`](https://github.com/eea/industry-frontend/commit/7b25894b424896a718418af5eaeb279b07c6514f) - Refs #128720 - fit to country extent [`07d1787`](https://github.com/eea/industry-frontend/commit/07d17875e556e4576d2d29c944d329eae7b22615) -- Removed tests [`ba7d585`](https://github.com/eea/industry-frontend/commit/ba7d585fbba4db817b4d4c73026672ac1e03a7ef) - Added site countries [`92553b2`](https://github.com/eea/industry-frontend/commit/92553b2819eec99b904057adaafcae2cf5ce5f7b) -- Release 2.0.2 [`7b25894`](https://github.com/eea/industry-frontend/commit/7b25894b424896a718418af5eaeb279b07c6514f) +- Removed tests [`ba7d585`](https://github.com/eea/industry-frontend/commit/ba7d585fbba4db817b4d4c73026672ac1e03a7ef) #### [2.0.1](https://github.com/eea/industry-frontend/compare/2.0.0...2.0.1) > 21 April 2021 -- Updated Dockerfile [`10aca65`](https://github.com/eea/industry-frontend/commit/10aca650351bfe277d3586530f5d68c365c85216) - Release 2.0.1 [`47445c3`](https://github.com/eea/industry-frontend/commit/47445c39e685b1255411e1269cbb5e96bdfccc1b) - Updated Dockerfile [`19ad440`](https://github.com/eea/industry-frontend/commit/19ad440aab6050fdcfe37bf38d30187d2682d842) +- Updated Dockerfile [`10aca65`](https://github.com/eea/industry-frontend/commit/10aca650351bfe277d3586530f5d68c365c85216) ### [2.0.0](https://github.com/eea/industry-frontend/compare/1.4.5...2.0.0) > 21 April 2021 -- Volto 12 compatibility [`23e3f30`](https://github.com/eea/industry-frontend/commit/23e3f30005daa9bec65c7dd0158b2f626d931de5) -- Fixed some issues [`4620ee6`](https://github.com/eea/industry-frontend/commit/4620ee604503e0d4b537690bc8df17f4f99720ce) +- Release 2.0.0 [`8e15198`](https://github.com/eea/industry-frontend/commit/8e15198290fe65bd1123ad46e489030538bdf0db) - [Feature #129799] Added Explore the data block [`52fc7b5`](https://github.com/eea/industry-frontend/commit/52fc7b5446ec9457418e00e0c2e45d54242ec33d) -- [Feature #129790] Improvments to the map searchbox [`bfe77bc`](https://github.com/eea/industry-frontend/commit/bfe77bc1df542fea02f2c0dfe5f3a4f73d6dc06b) - Filter locations for eprtr countries [`1232075`](https://github.com/eea/industry-frontend/commit/123207510049c024a438de28c0a5919376bcab7d) -- Release 2.0.0 [`8e15198`](https://github.com/eea/industry-frontend/commit/8e15198290fe65bd1123ad46e489030538bdf0db) +- [Feature #129790] Improvments to the map searchbox [`bfe77bc`](https://github.com/eea/industry-frontend/commit/bfe77bc1df542fea02f2c0dfe5f3a4f73d6dc06b) +- Fixed some issues [`4620ee6`](https://github.com/eea/industry-frontend/commit/4620ee604503e0d4b537690bc8df17f4f99720ce) +- Volto 12 compatibility [`23e3f30`](https://github.com/eea/industry-frontend/commit/23e3f30005daa9bec65c7dd0158b2f626d931de5) #### [1.4.5](https://github.com/eea/industry-frontend/compare/1.4.4...1.4.5) > 23 February 2021 -- Clean up entrypoint [`3f0afe3`](https://github.com/eea/industry-frontend/commit/3f0afe389aff9dbbe45e813d796d17f999414e38) - Release 1.4.5 [`f34d618`](https://github.com/eea/industry-frontend/commit/f34d618b5d2a65c49abfac1462acdec976c458ca) +- Clean up entrypoint [`3f0afe3`](https://github.com/eea/industry-frontend/commit/3f0afe389aff9dbbe45e813d796d17f999414e38) #### [1.4.4](https://github.com/eea/industry-frontend/compare/1.4.3...1.4.4) > 22 February 2021 -- fix jenkins [`#14`](https://github.com/eea/industry-frontend/pull/14) -- Run cypress [`cc01bdb`](https://github.com/eea/industry-frontend/commit/cc01bdb961d630cebd89ad18db23635b9b6b6317) -- Commented cypress [`ea2eab4`](https://github.com/eea/industry-frontend/commit/ea2eab4dac16ac5b6d67039a2f65188420d6ca6c) -- Fix jenkins [`aef63cd`](https://github.com/eea/industry-frontend/commit/aef63cd9b3abd90d33b6a99d6166bdd43a69888c) - Release 1.4.4 [`0e3aa01`](https://github.com/eea/industry-frontend/commit/0e3aa01b0b3845d1fd002a8701df474d87617d74) -- Fixed cypress test [`032bb2a`](https://github.com/eea/industry-frontend/commit/032bb2a971eb415a8dc724e6ffbbfc311b73a9fb) -- Release 1.4.3 [`d381b03`](https://github.com/eea/industry-frontend/commit/d381b03148ff2f3218aba80a60b20be18440675e) - add plonesass image [`0e2d41b`](https://github.com/eea/industry-frontend/commit/0e2d41b74a4778e190df1423efaf75608ca2f72d) -- try to fix JENKINS [`1191aff`](https://github.com/eea/industry-frontend/commit/1191aff31ce063e8a378d6b6c0259953bf3ac1f3) +- Fixed cypress test [`032bb2a`](https://github.com/eea/industry-frontend/commit/032bb2a971eb415a8dc724e6ffbbfc311b73a9fb) - Update entrypoint-prod.sh [`45dcd5c`](https://github.com/eea/industry-frontend/commit/45dcd5c475131e9a9d7ddd65281a8cbbf213dce4) +- Run cypress [`cc01bdb`](https://github.com/eea/industry-frontend/commit/cc01bdb961d630cebd89ad18db23635b9b6b6317) +- Release 1.4.3 [`d381b03`](https://github.com/eea/industry-frontend/commit/d381b03148ff2f3218aba80a60b20be18440675e) +- Commented cypress [`ea2eab4`](https://github.com/eea/industry-frontend/commit/ea2eab4dac16ac5b6d67039a2f65188420d6ca6c) #### [1.4.3](https://github.com/eea/industry-frontend/compare/1.4.2...1.4.3) > 17 February 2021 +- Release 1.4.3 [`7b8abad`](https://github.com/eea/industry-frontend/commit/7b8abadf0cfee46c98748f5a3b7fb933460a0833) - Added white text logo [`9514b4a`](https://github.com/eea/industry-frontend/commit/9514b4a76f8223296f0a90dc86330917c9b04347) - Clean up [`41df833`](https://github.com/eea/industry-frontend/commit/41df8336f84e77b5fca95a25f69a7cfa86f43692) -- Added jest config [`ea14837`](https://github.com/eea/industry-frontend/commit/ea148377b61f90fb9cd01aca2100e0b12b60ea4d) +- Update [`1b00c6b`](https://github.com/eea/industry-frontend/commit/1b00c6b0b6e3dbf9f71d4f516d73419bc852b96b) - Uncomment cypress tests [`4a48ffa`](https://github.com/eea/industry-frontend/commit/4a48ffa4c404e37f7e8fc13e42872e54c759d5ff) -- Commented integration tests [`ed74d98`](https://github.com/eea/industry-frontend/commit/ed74d981a953a57b9c0e5939c4729dc385c23905) -- Release 1.4.3 [`7b8abad`](https://github.com/eea/industry-frontend/commit/7b8abadf0cfee46c98748f5a3b7fb933460a0833) -- Added dependencies to docker image [`7c2d759`](https://github.com/eea/industry-frontend/commit/7c2d7597a3570d5d8e8f1677b060609faf9e0f0c) - Dockerfile don't delete cache [`22c4d50`](https://github.com/eea/industry-frontend/commit/22c4d50fbbbdf35cf1d5c4361b2fe46222ac5c95) - Install cypress [`287ba98`](https://github.com/eea/industry-frontend/commit/287ba98c17824babc4238b39d4c87b6ecd1e9c00) -- Update [`1b00c6b`](https://github.com/eea/industry-frontend/commit/1b00c6b0b6e3dbf9f71d4f516d73419bc852b96b) - Update [`f97f12d`](https://github.com/eea/industry-frontend/commit/f97f12d479b6fb0c84e58fd65e86c576f7c4ef9e) +- Added dependencies to docker image [`7c2d759`](https://github.com/eea/industry-frontend/commit/7c2d7597a3570d5d8e8f1677b060609faf9e0f0c) +- Added jest config [`ea14837`](https://github.com/eea/industry-frontend/commit/ea148377b61f90fb9cd01aca2100e0b12b60ea4d) +- Commented integration tests [`ed74d98`](https://github.com/eea/industry-frontend/commit/ed74d981a953a57b9c0e5939c4729dc385c23905) #### [1.4.2](https://github.com/eea/industry-frontend/compare/1.4.1...1.4.2) > 7 January 2021 -- [Feature #125730] Added cypress [`abf5e5f`](https://github.com/eea/industry-frontend/commit/abf5e5faa2c6213678e50dfc024e523fdc1a88e5) - Release 1.4.2 [`ddd9783`](https://github.com/eea/industry-frontend/commit/ddd97839ac7561e7609ef2e14c80232363ea2f68) -- Updated Jenkinsfile [`0ce434e`](https://github.com/eea/industry-frontend/commit/0ce434e348435b3a9896e2324c6df110d1d95bd3) +- [Feature #125730] Added cypress [`abf5e5f`](https://github.com/eea/industry-frontend/commit/abf5e5faa2c6213678e50dfc024e523fdc1a88e5) #### [1.4.1](https://github.com/eea/industry-frontend/compare/1.4.0...1.4.1) @@ -578,81 +555,81 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 28 December 2020 -- Css improvments [`04ca4de`](https://github.com/eea/industry-frontend/commit/04ca4deab9b45494ac97b1b442b8b7241a07eb6f) - Release 1.4.0 [`5d6f699`](https://github.com/eea/industry-frontend/commit/5d6f6993354d9cffe5ae992316a0e9e3a3a81b55) - Removed border from pollutant index navigation menu [`df53024`](https://github.com/eea/industry-frontend/commit/df530249f8109510c1373c8db81552d6020729cd) +- Css improvments [`04ca4de`](https://github.com/eea/industry-frontend/commit/04ca4deab9b45494ac97b1b442b8b7241a07eb6f) #### [1.3.0](https://github.com/eea/industry-frontend/compare/1.3.0-1...1.3.0) > 18 December 2020 -- Restore default App [`2da2ecf`](https://github.com/eea/industry-frontend/commit/2da2ecff04f9b342d2cdbcf8738d90ad75279b1a) - Release 1.3.0 [`47f1a93`](https://github.com/eea/industry-frontend/commit/47f1a93fc9955da8b97fa9635044ed3445ef1047) +- Restore default App [`2da2ecf`](https://github.com/eea/industry-frontend/commit/2da2ecff04f9b342d2cdbcf8738d90ad75279b1a) #### [1.3.0-1](https://github.com/eea/industry-frontend/compare/1.3.0-0...1.3.0-1) > 18 December 2020 -- Updated volto-datablocks, volto-embed imports [`f72b625`](https://github.com/eea/industry-frontend/commit/f72b625dc6da06aa15b00563d856b830d4b9cae7) - Release 1.3.0-1 [`7f9a612`](https://github.com/eea/industry-frontend/commit/7f9a61250c5bcf22d4a507e1232342189fa121ea) +- Updated volto-datablocks, volto-embed imports [`f72b625`](https://github.com/eea/industry-frontend/commit/f72b625dc6da06aa15b00563d856b830d4b9cae7) #### [1.3.0-0](https://github.com/eea/industry-frontend/compare/1.2.2...1.3.0-0) > 17 December 2020 +- Release 1.3.0-0 [`0934f63`](https://github.com/eea/industry-frontend/commit/0934f63be448c029f83060841e9b3640fafcb31e) - Debug mode [`6727e23`](https://github.com/eea/industry-frontend/commit/6727e2349e65e51a51469312c45ee56b0e1693fb) -- Mobile menu; Updated sizes of logos [`1a13d46`](https://github.com/eea/industry-frontend/commit/1a13d46612ae966c08745d4df34190b76437503b) -- Added tooltips [`afa335b`](https://github.com/eea/industry-frontend/commit/afa335bf1560a9dc02ea83a6f8688ea17c42b8e5) - Default value for reporting year on map [`97147b4`](https://github.com/eea/industry-frontend/commit/97147b4943198d3ca926388cc0f5165dd64edc4f) -- Release 1.3.0-0 [`0934f63`](https://github.com/eea/industry-frontend/commit/0934f63be448c029f83060841e9b3640fafcb31e) +- Mobile menu; Updated sizes of logos [`1a13d46`](https://github.com/eea/industry-frontend/commit/1a13d46612ae966c08745d4df34190b76437503b) - Changed footer download page link [`2f2773e`](https://github.com/eea/industry-frontend/commit/2f2773e210c9c1c5448086cc2602c34e362b663b) +- Added tooltips [`afa335b`](https://github.com/eea/industry-frontend/commit/afa335bf1560a9dc02ea83a6f8688ea17c42b8e5) #### [1.2.2](https://github.com/eea/industry-frontend/compare/1.2.1...1.2.2) > 16 December 2020 -- lint:fix & prettier:fix [`df847d7`](https://github.com/eea/industry-frontend/commit/df847d7d0d586988907a34b36dd550cf69b7f75e) -- Up to date [`9b60ef7`](https://github.com/eea/industry-frontend/commit/9b60ef7538ee9f7f11b0de9206501c217a939013) - Release 1.2.2 [`78af983`](https://github.com/eea/industry-frontend/commit/78af98310a9869268524dc316723b0a869e6157e) +- Up to date [`9b60ef7`](https://github.com/eea/industry-frontend/commit/9b60ef7538ee9f7f11b0de9206501c217a939013) +- lint:fix & prettier:fix [`df847d7`](https://github.com/eea/industry-frontend/commit/df847d7d0d586988907a34b36dd550cf69b7f75e) #### [1.2.1](https://github.com/eea/industry-frontend/compare/1.2.0...1.2.1) > 15 December 2020 +- Release 1.2.1 [`23a402d`](https://github.com/eea/industry-frontend/commit/23a402d64579e9dea5a86aa3bb871f4b914e6a1a) - stylelint:fix && prettier:fix [`4a48811`](https://github.com/eea/industry-frontend/commit/4a4881199abfec7b12c3cf8fa05656ef56d1a4b0) - [Taskman #125725] Fixed country filter; Removed autocomplete from sidebar [`21dd7c5`](https://github.com/eea/industry-frontend/commit/21dd7c5ad17d3b4b90b38c29e432bbb0dea33605) -- Release 1.2.1 [`23a402d`](https://github.com/eea/industry-frontend/commit/23a402d64579e9dea5a86aa3bb871f4b914e6a1a) #### [1.2.0](https://github.com/eea/industry-frontend/compare/1.1.4...1.2.0) > 14 December 2020 +- Release 1.2.0 [`e6afe4b`](https://github.com/eea/industry-frontend/commit/e6afe4bc45451a3fa76b655eda8f51eaf174a195) - [Taskman #125090] Initialize query parameters for selectors; Removed pollutants from GlossarySearch [`f2b0376`](https://github.com/eea/industry-frontend/commit/f2b03762a3ce8d81568a995d2cd9d5269c846e88) - [Taskman #125090] Map now loads all sites when filtering by country [`50f5b19`](https://github.com/eea/industry-frontend/commit/50f5b19404998c34d4b8bbba61fce00605653e8f) - [Taskman #125667] Updated Logo & Favicon [`2a871f8`](https://github.com/eea/industry-frontend/commit/2a871f89d3373c0cad0b58ededf7e09ba1a5fb02) -- Release 1.2.0 [`e6afe4b`](https://github.com/eea/industry-frontend/commit/e6afe4bc45451a3fa76b655eda8f51eaf174a195) #### [1.1.4](https://github.com/eea/industry-frontend/compare/1.1.3...1.1.4) > 10 December 2020 -- [Taskman #125090] Footer update: check all [`ce5a3a6`](https://github.com/eea/industry-frontend/commit/ce5a3a603c8785d29273ba1b790f2f9354ba4359) - Release 1.1.4 [`35af44b`](https://github.com/eea/industry-frontend/commit/35af44b8da141aada3a4f549be4118b50af10f8f) - [Taskman #125090] Glossary: placeholder can be empty [`2e02b80`](https://github.com/eea/industry-frontend/commit/2e02b80d422e57161161153689c6640919090232) +- [Taskman #125090] Footer update: check all [`ce5a3a6`](https://github.com/eea/industry-frontend/commit/ce5a3a603c8785d29273ba1b790f2f9354ba4359) #### [1.1.3](https://github.com/eea/industry-frontend/compare/1.1.2...1.1.3) > 10 December 2020 -- Removed qucik facts; Added Country selector; Fixed <strong> tag [`9bd5bf0`](https://github.com/eea/industry-frontend/commit/9bd5bf0b4607b9dac6c183a5b702a5b1f4fd3501) - Release 1.1.3 [`9e1662c`](https://github.com/eea/industry-frontend/commit/9e1662c47be4b80f11de2afb128d6d1d08028c86) +- Removed qucik facts; Added Country selector; Fixed <strong> tag [`9bd5bf0`](https://github.com/eea/industry-frontend/commit/9bd5bf0b4607b9dac6c183a5b702a5b1f4fd3501) #### [1.1.2](https://github.com/eea/industry-frontend/compare/1.1.1...1.1.2) > 2 December 2020 -- Update README.md [`b7bb3fa`](https://github.com/eea/industry-frontend/commit/b7bb3faa233b6d1355c4dd08f6e827bd62b503e3) - Update README.md [`f5335bb`](https://github.com/eea/industry-frontend/commit/f5335bb4c1673b27b3513b55f0a6ca3065fd67f9) +- Update README.md [`b7bb3fa`](https://github.com/eea/industry-frontend/commit/b7bb3faa233b6d1355c4dd08f6e827bd62b503e3) #### [1.1.1](https://github.com/eea/industry-frontend/compare/1.1.0...1.1.1) @@ -668,9 +645,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 2 December 2020 -- Added volto-snetry-rancher-config [`0096463`](https://github.com/eea/industry-frontend/commit/0096463af290c5f8da87938aa05e2e6e21b7c879) - Release 1.0.2 [`90d5058`](https://github.com/eea/industry-frontend/commit/90d505894395ceccab50740a504609baf78fb1fe) - Updated package.json [`07fdb07`](https://github.com/eea/industry-frontend/commit/07fdb071a68517aba7d04c540b06d9c88508275d) +- Added volto-snetry-rancher-config [`0096463`](https://github.com/eea/industry-frontend/commit/0096463af290c5f8da87938aa05e2e6e21b7c879) #### [1.0.1](https://github.com/eea/industry-frontend/compare/1.0.0...1.0.1) @@ -691,158 +668,157 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix menu margins [`#4`](https://github.com/eea/industry-frontend/pull/4) - Browse page [`#3`](https://github.com/eea/industry-frontend/pull/3) - Design [`#2`](https://github.com/eea/industry-frontend/pull/2) -- Upgrade to volto 7 [`e5785d2`](https://github.com/eea/industry-frontend/commit/e5785d220f028b469c2e5e023b224419d420c9f4) -- remove volto sidebar; glossary view; navigation for glossary view [`d82416d`](https://github.com/eea/industry-frontend/commit/d82416d0c794305c3dfd64256d5b2682af5c7c30) -- Upgrade to volto 7 [`d112e8b`](https://github.com/eea/industry-frontend/commit/d112e8b2fa088a3f3529fbd7f26d8bbf870bc75e) -- added ChildrenLinks [`d2c085a`](https://github.com/eea/industry-frontend/commit/d2c085a02e20e169e526a5325f547ffffab09db4) -- use eea/volto as volto source [`b7017a0`](https://github.com/eea/industry-frontend/commit/b7017a0ea79d81baf15e426055c5332c52d021fa) -- new theme structure [`f03e838`](https://github.com/eea/industry-frontend/commit/f03e838d2e3467597a0994487ebef0fb221d86d2) -- Customized ModalForm, SchemaWidget, SchemaWidgetFieldset [`ac7f7bc`](https://github.com/eea/industry-frontend/commit/ac7f7bcafaa42b79cc435058ef90982b9c0f0cea) -- Updated Blocks; added Views [`a3d19c3`](https://github.com/eea/industry-frontend/commit/a3d19c352a0e03ac0af91cf2b179e6c09f32fe71) -- Update [`de4de97`](https://github.com/eea/industry-frontend/commit/de4de97e4bfa714168b4e5ce949d07eb696f24a5) -- install grid layout, company header block [`5fbf979`](https://github.com/eea/industry-frontend/commit/5fbf9799146f97938fd429e53eaeacd39b2c62e6) -- Added components for Industrial Site view [`6dc48c1`](https://github.com/eea/industry-frontend/commit/6dc48c14ae9497f75c45f3988fbe0b51c7010717) -- Sidebar update [`a5e4e1a`](https://github.com/eea/industry-frontend/commit/a5e4e1ac908f33b3eacb23addcf49ebe281629c2) +- Removed links from popupdetails [`52a3cd3`](https://github.com/eea/industry-frontend/commit/52a3cd3ccf1983de712d3e3ab02855872628ea00) +- Typo [`0bc1d63`](https://github.com/eea/industry-frontend/commit/0bc1d63ab81126e398963a206a6485bd687c13d7) +- Removed border and shadow from sidebar and navigation [`b2fe2d2`](https://github.com/eea/industry-frontend/commit/b2fe2d20b0312706c2efcabc244450e1117da08d) +- Updated query for Analysis country selector [`979464b`](https://github.com/eea/industry-frontend/commit/979464b7d644ed1bbd8803eb63722e46bfd6dc9c) +- Css fix for iframe [`7cc2ab3`](https://github.com/eea/industry-frontend/commit/7cc2ab3b62df78daa2a809dfb6ba5b1b2105aeec) +- Removed console logs [`8d9bd0b`](https://github.com/eea/industry-frontend/commit/8d9bd0b09809fc3da66014c6e917d32dedf8eaa5) - Upgrade to volto 9 [`2c54ceb`](https://github.com/eea/industry-frontend/commit/2c54ceb4598e22086708809f03dbf1bdf2ce1853) -- Updated DiscodataComponents [`3ed9625`](https://github.com/eea/industry-frontend/commit/3ed9625436a31a4bf0efaf9ace91781d705784a9) -- Added addons in workspace [`34a54ac`](https://github.com/eea/industry-frontend/commit/34a54acb7deac814af790e162a7d012b3fd7cd82) -- Added OpenlayersMap [`1ad1bb2`](https://github.com/eea/industry-frontend/commit/1ad1bb2359f76074e56982ace10bfd8902cac366) -- Updated blocks [`81cfd76`](https://github.com/eea/industry-frontend/commit/81cfd76b23cbf2a78ab95c9e8147c626f7844d19) -- styles cleanup & fixes [`507f2af`](https://github.com/eea/industry-frontend/commit/507f2af6ac73570e631416ab6533e970307ff39d) -- Update [`8d68491`](https://github.com/eea/industry-frontend/commit/8d68491ad7be3c861d45ad725be8cfb14c340742) -- Added PollutantIndex Block; Flags feature [`9d33e4d`](https://github.com/eea/industry-frontend/commit/9d33e4dbbf611f7ccb40ab8caa3b07fffbe00d62) -- Update [`2c87a6c`](https://github.com/eea/industry-frontend/commit/2c87a6c85184bceaea6ad207a15ffab3b31ba689) -- Optimization [`d47361c`](https://github.com/eea/industry-frontend/commit/d47361c540de9ce9aabad84db092a5db42e996b2) -- Privacy on map [`8537726`](https://github.com/eea/industry-frontend/commit/85377267d9d170a5a68ae8ec3c386a2c64ad8df6) -- Added FacilityBlock and RegulatoryInformationBlock [`8b56e34`](https://github.com/eea/industry-frontend/commit/8b56e347368caf962ff371df9ed99fc62e74463e) -- Added components for Regulatory Information page. [`8d31dd2`](https://github.com/eea/industry-frontend/commit/8d31dd208c5fdbd4aa9675c7fc01ae227f215a4a) -- removed some customizations [`d23492b`](https://github.com/eea/industry-frontend/commit/d23492bcf8bc54b60d53f60b08e92c2d56a10000) +- Hide READ MORE button from ArticlesSparql if block is not preview [`486514b`](https://github.com/eea/industry-frontend/commit/486514bc772656f834de996eb63de1fb4d6bbecb) +- Updated popup 'Site contents' labels [`e3196a1`](https://github.com/eea/industry-frontend/commit/e3196a1fd16499b68cc7ec101752d88a133a6221) +- Show number of LCPs in popup, or nothing if no LCPs [`99b0002`](https://github.com/eea/industry-frontend/commit/99b0002a6f5c7395fdbfda05657b2169e6d663b7) +- Query parameters in popup link and table link [`ac7716a`](https://github.com/eea/industry-frontend/commit/ac7716a9036d4ecff8efb5bdb976c0619beb9a60) +- New favicon, default remember for privacyProtection, added volto-matomo [`df725d1`](https://github.com/eea/industry-frontend/commit/df725d1998c0e643108f22c733ef914ba72e43ae) - Small fixes; Added collation to queries. [`004ac8f`](https://github.com/eea/industry-frontend/commit/004ac8f7cea1226969486161918d493f9cdcddda) -- Implemented FiltersBlock [`0d99c97`](https://github.com/eea/industry-frontend/commit/0d99c97116ae66a4e7ecb616f5351e5a0c50610a) -- Added custom SidebarBlock; Added DiscodataView [`5b0cc06`](https://github.com/eea/industry-frontend/commit/5b0cc0643531e4b5905faa8d8f98fba2c9e19b63) -- Extent on table [`deae944`](https://github.com/eea/industry-frontend/commit/deae944fe570ec19e505e5f2df79269fb3fa1189) -- Hide FiltersBlock sidebar if map not available; [`3b7edcb`](https://github.com/eea/industry-frontend/commit/3b7edcbd4dc6328ac41b80513aaa37610dcb0e74) -- Pollutant index block [`18b1b4e`](https://github.com/eea/industry-frontend/commit/18b1b4e8291688c165e4dd5d548ed21660799094) -- Fixes [`8111cd5`](https://github.com/eea/industry-frontend/commit/8111cd53df604a7b4545e5af661233398f83f6f2) -- refactoring and mobile breakpoints [`e235957`](https://github.com/eea/industry-frontend/commit/e235957af7d0c7482e336477aacc7ae1225e0a8c) -- UPDATE [`4b612f9`](https://github.com/eea/industry-frontend/commit/4b612f91f74ec013484ae44de9bd7265a0ed7c95) -- Update [`3f5a1ee`](https://github.com/eea/industry-frontend/commit/3f5a1ee9557bd54e90d04819fdf3c2196c605156) -- Updated DiscodataView; Updated SidebarBlock [`16b85ab`](https://github.com/eea/industry-frontend/commit/16b85ab81563f5429a5be3b6134a73898cc2a728) -- Update [`cc0c69d`](https://github.com/eea/industry-frontend/commit/cc0c69d4e846a5d505d7c50209400cb57d22547a) -- finished table [`03b3dd0`](https://github.com/eea/industry-frontend/commit/03b3dd0ab5ced2d83203c3a3b87238b633fe2056) -- Added Sidebar in FiltersBlock [`7e4c680`](https://github.com/eea/industry-frontend/commit/7e4c6800b2ecd53e09204714534966b38a76673f) -- Fixed map not showing after accepting disclaimer [`ac0b510`](https://github.com/eea/industry-frontend/commit/ac0b51025ef750692b0b56982161af47fb0d39c7) -- sparql [`ad1ddca`](https://github.com/eea/industry-frontend/commit/ad1ddcaa4498abab5b04256a2810c387ab755822) -- Volto 8 compatibility [`40140cf`](https://github.com/eea/industry-frontend/commit/40140cff97a40bd6658eab53f946a6c244806666) -- Added FiltersBlock [`3572a91`](https://github.com/eea/industry-frontend/commit/3572a91e4b50e02a9a1eaf5ff638265335db28e8) -- navigation refactor [`afac388`](https://github.com/eea/industry-frontend/commit/afac388bed51abd249ee4b5ea0cdd60d79013fa5) -- Added DetailedLink info for page from '?fullobject' request [`ea2bd90`](https://github.com/eea/industry-frontend/commit/ea2bd90a14cd38ff8d9f4d6d762459ab1f3f88d5) +- Changed the labels for LCP/WI/COWI [`e0dea3b`](https://github.com/eea/industry-frontend/commit/e0dea3b6b44e88d900807ad415397f6ea8f90453) - Query in URL [`d8e2353`](https://github.com/eea/industry-frontend/commit/d8e235352c97ab7260726d3b4c2062edb4e01cac) -- Adapted the Search page to the new specification of SearchBlock [`df58aef`](https://github.com/eea/industry-frontend/commit/df58aef1594cf6ec7086d9ab34efa1171eda2620) -- Updated FiltersBlock; Added svg-loader fir src/icons folder; [`081d565`](https://github.com/eea/industry-frontend/commit/081d5655ebabc2aecd6189d78fff94b74aa3c1a0) -- Fixed browse the data ('Map') mobile responsive [`a5038f0`](https://github.com/eea/industry-frontend/commit/a5038f0b5fab26be621068a02e41ffae9776c429) -- RedirectView fix; SidebarBlock update; Map update [`b7aff61`](https://github.com/eea/industry-frontend/commit/b7aff61b000b938b2e3e79be08aa3b7a2cdfca5b) -- Fixed View; Added Iframe; Update QueryParamButton; [`ea45091`](https://github.com/eea/industry-frontend/commit/ea45091f93f59e94dd930a615088d413a66581ee) -- Map updated [`4f95ef2`](https://github.com/eea/industry-frontend/commit/4f95ef2652ebf54effe332d33f98026d777e17cc) +- Added components for Regulatory Information page. [`8d31dd2`](https://github.com/eea/industry-frontend/commit/8d31dd208c5fdbd4aa9675c7fc01ae227f215a4a) +- Refs#124343 - bugfix cache issue on open layers map [`05e7775`](https://github.com/eea/industry-frontend/commit/05e7775223417931463572e84a4c80b953a1dbf0) +- Fixed map not showing after accepting disclaimer [`ac0b510`](https://github.com/eea/industry-frontend/commit/ac0b51025ef750692b0b56982161af47fb0d39c7) +- Privacy on map [`8537726`](https://github.com/eea/industry-frontend/commit/85377267d9d170a5a68ae8ec3c386a2c64ad8df6) +- Added components for Industrial Site view [`6dc48c1`](https://github.com/eea/industry-frontend/commit/6dc48c14ae9497f75c45f3988fbe0b51c7010717) - Fix sidebar for lcp [`a07b01e`](https://github.com/eea/industry-frontend/commit/a07b01e398dca77bd3a0a09cfedf31862f6891d6) -- working on browse page [`8138cc6`](https://github.com/eea/industry-frontend/commit/8138cc6a666d2c2b276efe3877cc6e3acdb6f156) -- Added QueryParam - button and text components [`4c28708`](https://github.com/eea/industry-frontend/commit/4c28708674dbfb48ac15ce2c4060666fcc7d4e5b) -- Update [`f10c5e6`](https://github.com/eea/industry-frontend/commit/f10c5e68f8a6719ac261aafe0183df1c2d05b443) -- added responsive rules [`fbf5958`](https://github.com/eea/industry-frontend/commit/fbf5958b4408423952022094fb43bd4b1d6ff1c0) -- Added List block [`b89135a`](https://github.com/eea/industry-frontend/commit/b89135a82196c907ba0282961f3573bb0337f5a5) -- Fixed DetailedLink; Layout functionality [`698e7ab`](https://github.com/eea/industry-frontend/commit/698e7ab9d92261af202f0a7e62e4d0efad8bc092) -- Updated Pollutant index [`0801610`](https://github.com/eea/industry-frontend/commit/0801610966785f53107cc8ac9a5f79ca47bbd3af) -- Style update [`2dec996`](https://github.com/eea/industry-frontend/commit/2dec9969f246fa82bb1bdf381cc3a2d350fc584a) -- Updated FiltersBlock: sidebar + clearFilters [`581288f`](https://github.com/eea/industry-frontend/commit/581288f47374d899ec0001036e6a3f2a677ddaaa) -- New favicon, default remember for privacyProtection, added volto-matomo [`df725d1`](https://github.com/eea/industry-frontend/commit/df725d1998c0e643108f22c733ef914ba72e43ae) -- Fixes [`adbb7f7`](https://github.com/eea/industry-frontend/commit/adbb7f7232492fca6c8986ca8fadc6593bae86d6) -- Jenkinsfile update. FiltersBlock update. [`e3809e3`](https://github.com/eea/industry-frontend/commit/e3809e3ee353d5036c894baa4630690f09371190) -- glossary and homepage design [`48ae418`](https://github.com/eea/industry-frontend/commit/48ae41832d6648eef05ff9298a77c267d6810f10) -- Revert "glossary and homepage design" [`c4e02b5`](https://github.com/eea/industry-frontend/commit/c4e02b5cb2afbdcb129fd1688dec6efb64f1b0c6) -- glossary and homepage design [`0de6b75`](https://github.com/eea/industry-frontend/commit/0de6b752ef45cb6d798c5d73409a7a89a56bae88) -- Update [`4265326`](https://github.com/eea/industry-frontend/commit/4265326be4d7617132d173db86cffc1e0ae0a62f) -- Fixed Map filters; Fixed View; [`427df5e`](https://github.com/eea/industry-frontend/commit/427df5e7f90c2d03dd92ec8dfb05792221c3c107) -- Updated popup 'Site contents' labels [`e3196a1`](https://github.com/eea/industry-frontend/commit/e3196a1fd16499b68cc7ec101752d88a133a6221) -- Updated Search page; Updated SidebarBlock [`d0b0021`](https://github.com/eea/industry-frontend/commit/d0b00212f251ed8da798d4e72e0fd613330448a7) -- use webmap for browse the data [`83f3e77`](https://github.com/eea/industry-frontend/commit/83f3e7739e4df6415f107543515f7c6f75543661) - Upgrade [`b5b93e8`](https://github.com/eea/industry-frontend/commit/b5b93e8a24e40e7a261a4b2e52ff2269c87c83f4) -- Added back button [`6c4e9f1`](https://github.com/eea/industry-frontend/commit/6c4e9f115ed3d669ac0f9f99859b210d2fa17532) -- Fixed blocks [`c559424`](https://github.com/eea/industry-frontend/commit/c559424af96b933b983a78be2cc1cb0654d1ae97) -- Query in url. [`5acef44`](https://github.com/eea/industry-frontend/commit/5acef44c72c737d37256cf6d8464dbc9ffeaeea9) -- Update [`b542a72`](https://github.com/eea/industry-frontend/commit/b542a72191bd7f35747d290d84c66d486b531d83) -- Iframe height by viewport; Sidebar anchor update. [`8672665`](https://github.com/eea/industry-frontend/commit/86726656f94de6984d5decced01c26470b73a8b1) -- childrenlinks fix [`960766b`](https://github.com/eea/industry-frontend/commit/960766b9c680a3f6975add3242dff33fb432dea9) -- update map service and filters [`3291c69`](https://github.com/eea/industry-frontend/commit/3291c69e12c5a0fb37e7b2df7d0100d80167fc00) -- enable mosaic, fix childview errors [`fff222f`](https://github.com/eea/industry-frontend/commit/fff222fe8b8423e1d48cc9be5e390b06248f6fb9) -- Fixed undefined body in Api [`c725bc4`](https://github.com/eea/industry-frontend/commit/c725bc45fbd43f6d18fe7ca1a746cd5e816e360e) -- Update [`e46850d`](https://github.com/eea/industry-frontend/commit/e46850dba5afc97fce22986879d9c72381c009e3) +- Updated Pollutant index [`0801610`](https://github.com/eea/industry-frontend/commit/0801610966785f53107cc8ac9a5f79ca47bbd3af) +- Update [`fd8dc7d`](https://github.com/eea/industry-frontend/commit/fd8dc7d57a6b281162f79b8092c093c42efe8aff) +- Change extent when search by locationTerm [`985c9b0`](https://github.com/eea/industry-frontend/commit/985c9b0df01f674f333605e125dfb84dd3456eee) +- Update [`e5d08c7`](https://github.com/eea/industry-frontend/commit/e5d08c7a944652aec2d94ba04c8e519733d5b7ec) - Update [`7a71b72`](https://github.com/eea/industry-frontend/commit/7a71b728c5e8999c6f9d0e11a2da4c0537605501) -- Update [`017506b`](https://github.com/eea/industry-frontend/commit/017506b51ccf3d4d9548a686fec4b4bd38e0d917) +- Iframe height by viewport; Sidebar anchor update. [`8672665`](https://github.com/eea/industry-frontend/commit/86726656f94de6984d5decced01c26470b73a8b1) - Updated Iframe [`a804b74`](https://github.com/eea/industry-frontend/commit/a804b741b8d13ba16ac7f19269bba5551ef19651) +- Update [`b542a72`](https://github.com/eea/industry-frontend/commit/b542a72191bd7f35747d290d84c66d486b531d83) - Updated Search page [`9c9e6de`](https://github.com/eea/industry-frontend/commit/9c9e6deab16a9b34b863d9692df61d680260596f) -- tabschildview adapted for raw data [`f328f4b`](https://github.com/eea/industry-frontend/commit/f328f4b3c7ca735a579243b52c41283d754e79e1) -- Change extent when search by locationTerm [`985c9b0`](https://github.com/eea/industry-frontend/commit/985c9b0df01f674f333605e125dfb84dd3456eee) -- Update [`e5d08c7`](https://github.com/eea/industry-frontend/commit/e5d08c7a944652aec2d94ba04c8e519733d5b7ec) -- Exclude navigation config setting [`a1b0f8d`](https://github.com/eea/industry-frontend/commit/a1b0f8d2e3221aae5c7fc2fed3575caf0fd3d2ec) -- Refs#124343 - bugfix cache issue on open layers map [`05e7775`](https://github.com/eea/industry-frontend/commit/05e7775223417931463572e84a4c80b953a1dbf0) -- green pin [`99637ce`](https://github.com/eea/industry-frontend/commit/99637ce5b81fb9df3613914bac788f4a97a4a923) -- Update [`bf739d9`](https://github.com/eea/industry-frontend/commit/bf739d9143d828e685cfbf9f4d54b18660001780) -- filter clusters by country [`8c8bdfd`](https://github.com/eea/industry-frontend/commit/8c8bdfd3b6fae208cc2f2f1ef5088db09640b3cf) -- Removed links from popupdetails [`52a3cd3`](https://github.com/eea/industry-frontend/commit/52a3cd3ccf1983de712d3e3ab02855872628ea00) -- tabs navigation based on config [`4322c28`](https://github.com/eea/industry-frontend/commit/4322c28339faf3c2938bbf1fe10a93ef69487b51) -- Make sure items exists before manipulating data [`4565e57`](https://github.com/eea/industry-frontend/commit/4565e5755fa044a25ce937d03d9ac916edfa2fe5) -- Closest feature to the center [`e2fbfe7`](https://github.com/eea/industry-frontend/commit/e2fbfe7cf05e501709481e6af98b68c8f8089e83) -- Query parameters in popup link and table link [`ac7716a`](https://github.com/eea/industry-frontend/commit/ac7716a9036d4ecff8efb5bdb976c0619beb9a60) -- Updated build scripts [`3e4488a`](https://github.com/eea/industry-frontend/commit/3e4488a0f39481f92b1734f8546919b9c57af107) -- styling improvements [`a4840af`](https://github.com/eea/industry-frontend/commit/a4840af5d00ba64d36fc74b099af65ba657f9b8f) -- Removed testing data [`5096d56`](https://github.com/eea/industry-frontend/commit/5096d562b9c708f3375cecbee810abc82154dd46) - Update [`2df6276`](https://github.com/eea/industry-frontend/commit/2df627654194306a8e2a1df31ea77612a9ae233b) -- fix extend + cleanup code [`302398a`](https://github.com/eea/industry-frontend/commit/302398a4656b61350661c0409b8b4cad0522049e) -- zoom to filtered features [`aedf213`](https://github.com/eea/industry-frontend/commit/aedf213973e30d38e225ecfede407eec1f45fbc9) -- Style for Map [`ad8e11d`](https://github.com/eea/industry-frontend/commit/ad8e11d65ec484d03ab748b36895883e7c57fb3d) -- Fixed importing issues [`214556f`](https://github.com/eea/industry-frontend/commit/214556f20fccd5c4ab887703650623eca91852c3) -- Updated query for Analysis country selector [`979464b`](https://github.com/eea/industry-frontend/commit/979464b7d644ed1bbd8803eb63722e46bfd6dc9c) -- Removed console logs [`8d9bd0b`](https://github.com/eea/industry-frontend/commit/8d9bd0b09809fc3da66014c6e917d32dedf8eaa5) -- fix modal editing [`e2e0a77`](https://github.com/eea/industry-frontend/commit/e2e0a7777c402704d7942f95087d9856c989c573) -- Update [`6e0a1c4`](https://github.com/eea/industry-frontend/commit/6e0a1c4c27176f598b064da3d530f2d1291a87e1) -- Changed the labels for LCP/WI/COWI [`e0dea3b`](https://github.com/eea/industry-frontend/commit/e0dea3b6b44e88d900807ad415397f6ea8f90453) +- Fix navigation block [`a812730`](https://github.com/eea/industry-frontend/commit/a81273038cb8097b642e05f487538a365379163a) +- Fix navigation/sidebar [`c25dbf5`](https://github.com/eea/industry-frontend/commit/c25dbf543195cccf669c42486dd7300d562f3cc4) +- Fixes [`adbb7f7`](https://github.com/eea/industry-frontend/commit/adbb7f7232492fca6c8986ca8fadc6593bae86d6) +- Update [`2c87a6c`](https://github.com/eea/industry-frontend/commit/2c87a6c85184bceaea6ad207a15ffab3b31ba689) +- Added PollutantIndex Block; Flags feature [`9d33e4d`](https://github.com/eea/industry-frontend/commit/9d33e4dbbf611f7ccb40ab8caa3b07fffbe00d62) +- Pollutant index block [`18b1b4e`](https://github.com/eea/industry-frontend/commit/18b1b4e8291688c165e4dd5d548ed21660799094) +- Update [`8d68491`](https://github.com/eea/industry-frontend/commit/8d68491ad7be3c861d45ad725be8cfb14c340742) +- Update [`f10c5e6`](https://github.com/eea/industry-frontend/commit/f10c5e68f8a6719ac261aafe0183df1c2d05b443) +- Fixes [`8111cd5`](https://github.com/eea/industry-frontend/commit/8111cd53df604a7b4545e5af661233398f83f6f2) +- Fixed DetailedLink; Layout functionality [`698e7ab`](https://github.com/eea/industry-frontend/commit/698e7ab9d92261af202f0a7e62e4d0efad8bc092) - fix fit to extent when geographical filters applied [`3655adf`](https://github.com/eea/industry-frontend/commit/3655adf05637f1930aabdab74355bd3a1272217f) -- Removed border and shadow from sidebar and navigation [`b2fe2d2`](https://github.com/eea/industry-frontend/commit/b2fe2d20b0312706c2efcabc244450e1117da08d) -- Small fix [`43a8b42`](https://github.com/eea/industry-frontend/commit/43a8b426c25619f88cbacc37f57c3607b8d1026f) -- Fixed popup when advanced filter applied [`8f661c5`](https://github.com/eea/industry-frontend/commit/8f661c58514b6ccb078a64e29432be34e8d6c70c) -- Downgrade volto version [`88f1485`](https://github.com/eea/industry-frontend/commit/88f1485e0eacca869e4bd91825a931cccf0c2815) -- Style for b tag [`ba9c699`](https://github.com/eea/industry-frontend/commit/ba9c69908424d3652df4e74f4fd2e55a3908d96a) -- Removed steps from Dockerfile [`b452401`](https://github.com/eea/industry-frontend/commit/b4524014616ed9f94fd32e4f969d656365a6edaf) -- add text editor toolbar [`68827fb`](https://github.com/eea/industry-frontend/commit/68827fbce38e0ac1ca42c8a40a9b4c79598d4f08) -- Show number of LCPs in popup, or nothing if no LCPs [`99b0002`](https://github.com/eea/industry-frontend/commit/99b0002a6f5c7395fdbfda05657b2169e6d663b7) -- Typo [`0bc1d63`](https://github.com/eea/industry-frontend/commit/0bc1d63ab81126e398963a206a6485bd687c13d7) - update placeholder [`af8dd92`](https://github.com/eea/industry-frontend/commit/af8dd927fa942d6690b828e36ce3010988dce54e) +- Removed typo import [`31da973`](https://github.com/eea/industry-frontend/commit/31da9736e0148b4f30ca548c3197617d4e09c83d) +- Update [`bf739d9`](https://github.com/eea/industry-frontend/commit/bf739d9143d828e685cfbf9f4d54b18660001780) +- Added back button [`6c4e9f1`](https://github.com/eea/industry-frontend/commit/6c4e9f115ed3d669ac0f9f99859b210d2fa17532) +- Fixed popup when advanced filter applied [`8f661c5`](https://github.com/eea/industry-frontend/commit/8f661c58514b6ccb078a64e29432be34e8d6c70c) +- Map updated [`4f95ef2`](https://github.com/eea/industry-frontend/commit/4f95ef2652ebf54effe332d33f98026d777e17cc) +- Exclude navigation config setting [`a1b0f8d`](https://github.com/eea/industry-frontend/commit/a1b0f8d2e3221aae5c7fc2fed3575caf0fd3d2ec) +- Volto 8 compatibility [`40140cf`](https://github.com/eea/industry-frontend/commit/40140cff97a40bd6658eab53f946a6c244806666) +- filter clusters by country [`8c8bdfd`](https://github.com/eea/industry-frontend/commit/8c8bdfd3b6fae208cc2f2f1ef5088db09640b3cf) +- green pin [`99637ce`](https://github.com/eea/industry-frontend/commit/99637ce5b81fb9df3613914bac788f4a97a4a923) +- zoom to filtered features [`aedf213`](https://github.com/eea/industry-frontend/commit/aedf213973e30d38e225ecfede407eec1f45fbc9) - update queries and site search zoom [`ea6e56f`](https://github.com/eea/industry-frontend/commit/ea6e56f5164f0f1b82f9d9fb01e721855673bd82) - update query for location [`55e1646`](https://github.com/eea/industry-frontend/commit/55e164690aa64c8a8c5744b9efbb31560ad32c5c) -- console cleanup [`2040538`](https://github.com/eea/industry-frontend/commit/204053863dd5b1c3b76cdae90b92b46c15fba346) -- Css fix for iframe [`7cc2ab3`](https://github.com/eea/industry-frontend/commit/7cc2ab3b62df78daa2a809dfb6ba5b1b2105aeec) -- Fix navigation/sidebar [`c25dbf5`](https://github.com/eea/industry-frontend/commit/c25dbf543195cccf669c42486dd7300d562f3cc4) +- Extent on table [`deae944`](https://github.com/eea/industry-frontend/commit/deae944fe570ec19e505e5f2df79269fb3fa1189) +- update map service and filters [`3291c69`](https://github.com/eea/industry-frontend/commit/3291c69e12c5a0fb37e7b2df7d0100d80167fc00) +- sparql [`ad1ddca`](https://github.com/eea/industry-frontend/commit/ad1ddcaa4498abab5b04256a2810c387ab755822) +- fix extend + cleanup code [`302398a`](https://github.com/eea/industry-frontend/commit/302398a4656b61350661c0409b8b4cad0522049e) +- Update [`e46850d`](https://github.com/eea/industry-frontend/commit/e46850dba5afc97fce22986879d9c72381c009e3) +- Update [`017506b`](https://github.com/eea/industry-frontend/commit/017506b51ccf3d4d9548a686fec4b4bd38e0d917) +- Update [`3f5a1ee`](https://github.com/eea/industry-frontend/commit/3f5a1ee9557bd54e90d04819fdf3c2196c605156) +- Update [`cc0c69d`](https://github.com/eea/industry-frontend/commit/cc0c69d4e846a5d505d7c50209400cb57d22547a) +- Downgrade volto version [`88f1485`](https://github.com/eea/industry-frontend/commit/88f1485e0eacca869e4bd91825a931cccf0c2815) +- Closest feature to the center [`e2fbfe7`](https://github.com/eea/industry-frontend/commit/e2fbfe7cf05e501709481e6af98b68c8f8089e83) +- Update [`4265326`](https://github.com/eea/industry-frontend/commit/4265326be4d7617132d173db86cffc1e0ae0a62f) +- UPDATE [`4b612f9`](https://github.com/eea/industry-frontend/commit/4b612f91f74ec013484ae44de9bd7265a0ed7c95) +- Added List block [`b89135a`](https://github.com/eea/industry-frontend/commit/b89135a82196c907ba0282961f3573bb0337f5a5) +- Fixed browse the data ('Map') mobile responsive [`a5038f0`](https://github.com/eea/industry-frontend/commit/a5038f0b5fab26be621068a02e41ffae9776c429) +- Updated blocks [`81cfd76`](https://github.com/eea/industry-frontend/commit/81cfd76b23cbf2a78ab95c9e8147c626f7844d19) +- Update [`de4de97`](https://github.com/eea/industry-frontend/commit/de4de97e4bfa714168b4e5ce949d07eb696f24a5) +- Fixed View [`f218667`](https://github.com/eea/industry-frontend/commit/f218667b6023fe1d453235f63c2e222e2f584c77) +- Updated DiscodataComponents [`3ed9625`](https://github.com/eea/industry-frontend/commit/3ed9625436a31a4bf0efaf9ace91781d705784a9) +- Fixed blocks [`c559424`](https://github.com/eea/industry-frontend/commit/c559424af96b933b983a78be2cc1cb0654d1ae97) +- Fixed View; Added Iframe; Update QueryParamButton; [`ea45091`](https://github.com/eea/industry-frontend/commit/ea45091f93f59e94dd930a615088d413a66581ee) +- Style for b tag [`ba9c699`](https://github.com/eea/industry-frontend/commit/ba9c69908424d3652df4e74f4fd2e55a3908d96a) +- Fixed undefined body in Api [`c725bc4`](https://github.com/eea/industry-frontend/commit/c725bc45fbd43f6d18fe7ca1a746cd5e816e360e) +- Update [`6e0a1c4`](https://github.com/eea/industry-frontend/commit/6e0a1c4c27176f598b064da3d530f2d1291a87e1) +- Fixed Map filters; Fixed View; [`427df5e`](https://github.com/eea/industry-frontend/commit/427df5e7f90c2d03dd92ec8dfb05792221c3c107) +- Optimization [`d47361c`](https://github.com/eea/industry-frontend/commit/d47361c540de9ce9aabad84db092a5db42e996b2) +- RedirectView fix; SidebarBlock update; Map update [`b7aff61`](https://github.com/eea/industry-frontend/commit/b7aff61b000b938b2e3e79be08aa3b7a2cdfca5b) +- Style update [`2dec996`](https://github.com/eea/industry-frontend/commit/2dec9969f246fa82bb1bdf381cc3a2d350fc584a) +- Added QueryParam - button and text components [`4c28708`](https://github.com/eea/industry-frontend/commit/4c28708674dbfb48ac15ce2c4060666fcc7d4e5b) +- Added addons in workspace [`34a54ac`](https://github.com/eea/industry-frontend/commit/34a54acb7deac814af790e162a7d012b3fd7cd82) - Dockerfile remove mr-developer [`52b1dbc`](https://github.com/eea/industry-frontend/commit/52b1dbc2bc15123e0046e8c1f53d78549d128a5f) +- Updated build scripts [`3e4488a`](https://github.com/eea/industry-frontend/commit/3e4488a0f39481f92b1734f8546919b9c57af107) +- Removed steps from Dockerfile [`b452401`](https://github.com/eea/industry-frontend/commit/b4524014616ed9f94fd32e4f969d656365a6edaf) +- Fix missdev [`9f62259`](https://github.com/eea/industry-frontend/commit/9f62259fe5cad538d3577c4fa4ddee9fa3f03bd0) +- Fixed importing issues [`214556f`](https://github.com/eea/industry-frontend/commit/214556f20fccd5c4ab887703650623eca91852c3) - Update sidebar, map; [`392fd34`](https://github.com/eea/industry-frontend/commit/392fd3406fa92087e8ca7c5e538ed8112fbd490b) -- sanitization for blocks defaultview [`5ae1766`](https://github.com/eea/industry-frontend/commit/5ae17660fb6431c00e3ff0222c6024cbbe2eabee) -- tabs design adjustments [`577276e`](https://github.com/eea/industry-frontend/commit/577276e0394dea797ae8ec1cc817f1504c2d87a3) -- supress hardcoded style for iframes [`609bc83`](https://github.com/eea/industry-frontend/commit/609bc839c2e16122747f8a082eef718f46b727f2) +- Style for Map [`ad8e11d`](https://github.com/eea/industry-frontend/commit/ad8e11d65ec484d03ab748b36895883e7c57fb3d) +- Sidebar update [`a5e4e1a`](https://github.com/eea/industry-frontend/commit/a5e4e1ac908f33b3eacb23addcf49ebe281629c2) +- Updated Blocks; added Views [`a3d19c3`](https://github.com/eea/industry-frontend/commit/a3d19c352a0e03ac0af91cf2b179e6c09f32fe71) +- Customized ModalForm, SchemaWidget, SchemaWidgetFieldset [`ac7f7bc`](https://github.com/eea/industry-frontend/commit/ac7f7bcafaa42b79cc435058ef90982b9c0f0cea) - Added develop script in package.json [`7a75869`](https://github.com/eea/industry-frontend/commit/7a75869415e3fb550988d0c2ff0f4951f819e2ab) -- Map search branch in volto addons [`8ebbccc`](https://github.com/eea/industry-frontend/commit/8ebbccc8f40146a30e9f1da93666d33141188d22) -- Fix missdev [`9f62259`](https://github.com/eea/industry-frontend/commit/9f62259fe5cad538d3577c4fa4ddee9fa3f03bd0) +- removed some customizations [`d23492b`](https://github.com/eea/industry-frontend/commit/d23492bcf8bc54b60d53f60b08e92c2d56a10000) +- Upgrade to volto 7 [`d112e8b`](https://github.com/eea/industry-frontend/commit/d112e8b2fa088a3f3529fbd7f26d8bbf870bc75e) +- Upgrade to volto 7 [`e5785d2`](https://github.com/eea/industry-frontend/commit/e5785d220f028b469c2e5e023b224419d420c9f4) +- Added OpenlayersMap [`1ad1bb2`](https://github.com/eea/industry-frontend/commit/1ad1bb2359f76074e56982ace10bfd8902cac366) +- Updated FiltersBlock: sidebar + clearFilters [`581288f`](https://github.com/eea/industry-frontend/commit/581288f47374d899ec0001036e6a3f2a677ddaaa) +- Hide FiltersBlock sidebar if map not available; [`3b7edcb`](https://github.com/eea/industry-frontend/commit/3b7edcbd4dc6328ac41b80513aaa37610dcb0e74) +- Added Sidebar in FiltersBlock [`7e4c680`](https://github.com/eea/industry-frontend/commit/7e4c6800b2ecd53e09204714534966b38a76673f) +- Updated FiltersBlock; Added svg-loader fir src/icons folder; [`081d565`](https://github.com/eea/industry-frontend/commit/081d5655ebabc2aecd6189d78fff94b74aa3c1a0) +- Implemented FiltersBlock [`0d99c97`](https://github.com/eea/industry-frontend/commit/0d99c97116ae66a4e7ecb616f5351e5a0c50610a) +- Added FiltersBlock [`3572a91`](https://github.com/eea/industry-frontend/commit/3572a91e4b50e02a9a1eaf5ff638265335db28e8) - Typo [`074235d`](https://github.com/eea/industry-frontend/commit/074235ddcd7c1a1b42ee64197080f8521503861e) +- Moved volto-addons to master branch [`cb1f645`](https://github.com/eea/industry-frontend/commit/cb1f6454e6b696ae886449778c647aed471c1845) +- Updated Search page; Updated SidebarBlock [`d0b0021`](https://github.com/eea/industry-frontend/commit/d0b00212f251ed8da798d4e72e0fd613330448a7) +- Updated DiscodataView; Updated SidebarBlock [`16b85ab`](https://github.com/eea/industry-frontend/commit/16b85ab81563f5429a5be3b6134a73898cc2a728) +- Query in url. [`5acef44`](https://github.com/eea/industry-frontend/commit/5acef44c72c737d37256cf6d8464dbc9ffeaeea9) +- Added custom SidebarBlock; Added DiscodataView [`5b0cc06`](https://github.com/eea/industry-frontend/commit/5b0cc0643531e4b5905faa8d8f98fba2c9e19b63) +- Adapted the Search page to the new specification of SearchBlock [`df58aef`](https://github.com/eea/industry-frontend/commit/df58aef1594cf6ec7086d9ab34efa1171eda2620) +- tabs navigation based on config [`4322c28`](https://github.com/eea/industry-frontend/commit/4322c28339faf3c2938bbf1fe10a93ef69487b51) +- tabschildview adapted for raw data [`f328f4b`](https://github.com/eea/industry-frontend/commit/f328f4b3c7ca735a579243b52c41283d754e79e1) +- Map search branch in volto addons [`8ebbccc`](https://github.com/eea/industry-frontend/commit/8ebbccc8f40146a30e9f1da93666d33141188d22) +- sanitization for blocks defaultview [`5ae1766`](https://github.com/eea/industry-frontend/commit/5ae17660fb6431c00e3ff0222c6024cbbe2eabee) +- Make sure items exists before manipulating data [`4565e57`](https://github.com/eea/industry-frontend/commit/4565e5755fa044a25ce937d03d9ac916edfa2fe5) +- Removed testing data [`5096d56`](https://github.com/eea/industry-frontend/commit/5096d562b9c708f3375cecbee810abc82154dd46) - merge detailed link [`21868c4`](https://github.com/eea/industry-frontend/commit/21868c4c7fa5b12ccfa7b115e9149cc465c04374) -- use blocks_overrde branch [`e13a0c6`](https://github.com/eea/industry-frontend/commit/e13a0c61ba822b48f0b608b39a1e552f0ef0db3c) -- Hide READ MORE button from ArticlesSparql if block is not preview [`486514b`](https://github.com/eea/industry-frontend/commit/486514bc772656f834de996eb63de1fb4d6bbecb) -- Update [`fd8dc7d`](https://github.com/eea/industry-frontend/commit/fd8dc7d57a6b281162f79b8092c093c42efe8aff) -- Fix navigation block [`a812730`](https://github.com/eea/industry-frontend/commit/a81273038cb8097b642e05f487538a365379163a) -- Fixed View [`f218667`](https://github.com/eea/industry-frontend/commit/f218667b6023fe1d453235f63c2e222e2f584c77) +- install grid layout, company header block [`5fbf979`](https://github.com/eea/industry-frontend/commit/5fbf9799146f97938fd429e53eaeacd39b2c62e6) +- Added FacilityBlock and RegulatoryInformationBlock [`8b56e34`](https://github.com/eea/industry-frontend/commit/8b56e347368caf962ff371df9ed99fc62e74463e) +- tabs design adjustments [`577276e`](https://github.com/eea/industry-frontend/commit/577276e0394dea797ae8ec1cc817f1504c2d87a3) +- use webmap for browse the data [`83f3e77`](https://github.com/eea/industry-frontend/commit/83f3e7739e4df6415f107543515f7c6f75543661) +- Small fix [`43a8b42`](https://github.com/eea/industry-frontend/commit/43a8b426c25619f88cbacc37f57c3607b8d1026f) +- Added DetailedLink info for page from '?fullobject' request [`ea2bd90`](https://github.com/eea/industry-frontend/commit/ea2bd90a14cd38ff8d9f4d6d762459ab1f3f88d5) +- childrenlinks fix [`960766b`](https://github.com/eea/industry-frontend/commit/960766b9c680a3f6975add3242dff33fb432dea9) +- styling improvements [`a4840af`](https://github.com/eea/industry-frontend/commit/a4840af5d00ba64d36fc74b099af65ba657f9b8f) +- supress hardcoded style for iframes [`609bc83`](https://github.com/eea/industry-frontend/commit/609bc839c2e16122747f8a082eef718f46b727f2) +- fix modal editing [`e2e0a77`](https://github.com/eea/industry-frontend/commit/e2e0a7777c402704d7942f95087d9856c989c573) +- add text editor toolbar [`68827fb`](https://github.com/eea/industry-frontend/commit/68827fbce38e0ac1ca42c8a40a9b4c79598d4f08) - Fix ssr for navigation [`e84c801`](https://github.com/eea/industry-frontend/commit/e84c8015eb000943a0e744d4dc446dbca2ca4919) -- Removed typo import [`31da973`](https://github.com/eea/industry-frontend/commit/31da9736e0148b4f30ca548c3197617d4e09c83d) +- navigation refactor [`afac388`](https://github.com/eea/industry-frontend/commit/afac388bed51abd249ee4b5ea0cdd60d79013fa5) +- use blocks_overrde branch [`e13a0c6`](https://github.com/eea/industry-frontend/commit/e13a0c61ba822b48f0b608b39a1e552f0ef0db3c) +- remove volto sidebar; glossary view; navigation for glossary view [`d82416d`](https://github.com/eea/industry-frontend/commit/d82416d0c794305c3dfd64256d5b2682af5c7c30) +- enable mosaic, fix childview errors [`fff222f`](https://github.com/eea/industry-frontend/commit/fff222fe8b8423e1d48cc9be5e390b06248f6fb9) +- styles cleanup & fixes [`507f2af`](https://github.com/eea/industry-frontend/commit/507f2af6ac73570e631416ab6533e970307ff39d) - merge master into browse page [`1e5ba27`](https://github.com/eea/industry-frontend/commit/1e5ba27903acdf5c45e30027617a9d86d9417eda) +- refactoring and mobile breakpoints [`e235957`](https://github.com/eea/industry-frontend/commit/e235957af7d0c7482e336477aacc7ae1225e0a8c) +- finished table [`03b3dd0`](https://github.com/eea/industry-frontend/commit/03b3dd0ab5ced2d83203c3a3b87238b633fe2056) +- new theme structure [`f03e838`](https://github.com/eea/industry-frontend/commit/f03e838d2e3467597a0994487ebef0fb221d86d2) +- working on browse page [`8138cc6`](https://github.com/eea/industry-frontend/commit/8138cc6a666d2c2b276efe3877cc6e3acdb6f156) +- use eea/volto as volto source [`b7017a0`](https://github.com/eea/industry-frontend/commit/b7017a0ea79d81baf15e426055c5332c52d021fa) - theme migration [`18c65fb`](https://github.com/eea/industry-frontend/commit/18c65fb742bb7d5ce6ffe10c91a9f6b0ba76c51e) -- Moved volto-addons to master branch [`cb1f645`](https://github.com/eea/industry-frontend/commit/cb1f6454e6b696ae886449778c647aed471c1845) +- console cleanup [`2040538`](https://github.com/eea/industry-frontend/commit/204053863dd5b1c3b76cdae90b92b46c15fba346) +- added ChildrenLinks [`d2c085a`](https://github.com/eea/industry-frontend/commit/d2c085a02e20e169e526a5325f547ffffab09db4) +- added responsive rules [`fbf5958`](https://github.com/eea/industry-frontend/commit/fbf5958b4408423952022094fb43bd4b1d6ff1c0) - merge with master [`827ca06`](https://github.com/eea/industry-frontend/commit/827ca06f75ab740efc9d4409a703c46e7fb55a7d) +- Revert "glossary and homepage design" [`c4e02b5`](https://github.com/eea/industry-frontend/commit/c4e02b5cb2afbdcb129fd1688dec6efb64f1b0c6) +- glossary and homepage design [`48ae418`](https://github.com/eea/industry-frontend/commit/48ae41832d6648eef05ff9298a77c267d6810f10) +- glossary and homepage design [`0de6b75`](https://github.com/eea/industry-frontend/commit/0de6b752ef45cb6d798c5d73409a7a89a56bae88) #### [0.0.2-beta.8](https://github.com/eea/industry-frontend/compare/0.0.2-beta.7...0.0.2-beta.8) @@ -855,8 +831,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 8 April 2020 -- folder contents block [`ef65f06`](https://github.com/eea/industry-frontend/commit/ef65f068c221a8e88ff3ea4ad858fd01398987c9) - fix button import [`ab2bf11`](https://github.com/eea/industry-frontend/commit/ab2bf1162519374c5633dbcdee01d4ce49b3034b) +- folder contents block [`ef65f06`](https://github.com/eea/industry-frontend/commit/ef65f068c221a8e88ff3ea4ad858fd01398987c9) #### [0.0.2-beta.6](https://github.com/eea/industry-frontend/compare/0.0.2-beta.5...0.0.2-beta.6) @@ -894,16 +870,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 7 April 2020 -- install addons, fix edit [`1218f46`](https://github.com/eea/industry-frontend/commit/1218f46acb2e9cb5f5986b3038a29a45b34e5305) - Add demo upgrade [`fd2b3f1`](https://github.com/eea/industry-frontend/commit/fd2b3f1bb4fc5445b3e6ccade89d42c3de9a1bcf) +- install addons, fix edit [`1218f46`](https://github.com/eea/industry-frontend/commit/1218f46acb2e9cb5f5986b3038a29a45b34e5305) #### 0.0.1 > 7 April 2020 -- project initialization [`6dcc09d`](https://github.com/eea/industry-frontend/commit/6dcc09d518180fd632270393febacfecf57f848b) -- config update [`505c946`](https://github.com/eea/industry-frontend/commit/505c946ec464903ad3ea9b631f444a70951f7be3) - header, footer design [`5cddd6a`](https://github.com/eea/industry-frontend/commit/5cddd6a8c8f299cfeed4c885b2d5533cd12642e0) - logo customization [`ea9ef68`](https://github.com/eea/industry-frontend/commit/ea9ef6839934ed4ebc5526c2fc94216b37836de6) -- fix registry and template names for eptr [`1b2c7f4`](https://github.com/eea/industry-frontend/commit/1b2c7f4f6c99b2f1c3ff2299d4a892e7c24d6f4b) - typo fix [`7f16c9e`](https://github.com/eea/industry-frontend/commit/7f16c9e3dff9bf8503505db85622b4d511476f31) +- fix registry and template names for eptr [`1b2c7f4`](https://github.com/eea/industry-frontend/commit/1b2c7f4f6c99b2f1c3ff2299d4a892e7c24d6f4b) +- config update [`505c946`](https://github.com/eea/industry-frontend/commit/505c946ec464903ad3ea9b631f444a70951f7be3) +- project initialization [`6dcc09d`](https://github.com/eea/industry-frontend/commit/6dcc09d518180fd632270393febacfecf57f848b) diff --git a/package.json b/package.json index 9e8103a..db09133 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@eeacms/industry-frontend", "description": "Volto-based frontend server and SPA for the Industrial Emissions Portal website (former EPRTR) industry.eea.europa.eu", "license": "MIT", - "version": "3.2.2", + "version": "3.3.0", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/industry-frontend", From ee65ad5dd26a5366e729657b7455e97f89ec29d3 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Tue, 16 Nov 2021 17:47:23 +0000 Subject: [PATCH 04/18] Release @eeacms/volto-industry-theme@1.1.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index db09133..33fd61e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@eeacms/volto-eea-kitkat": "4.1.1", - "@eeacms/volto-industry-theme": "1.1.3", + "@eeacms/volto-industry-theme": "1.1.4", "@plone/volto": "13.15.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index a2c04e1..400758f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1436,10 +1436,10 @@ resolved "https://registry.yarnpkg.com/@eeacms/volto-group-block/-/volto-group-block-4.3.1.tgz#eeb6fc1c564eaa77cbe52fdc69071d2870712169" integrity sha512-7eIOC9dLjiRy7TBPphO/GUwLX0g14BZTPp9jZj0b3oTriLqtYaV1nKV6S9e/0N5y/VFvM2KIBnvhmTUKRCgsBw== -"@eeacms/volto-industry-theme@1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@eeacms/volto-industry-theme/-/volto-industry-theme-1.1.3.tgz#819371afee90d5f6802f887d5e35475a8fcf9e36" - integrity sha512-zO+/211p2jlkJx+F3Dg51zuQY3gpTe+HnX9+j2M8INh8A1ORRufG7ULW+ngd4gIpz3NyvBokJ9Mj8vN096nPCA== +"@eeacms/volto-industry-theme@1.1.4": + version "1.1.4" + resolved "https://registry.yarnpkg.com/@eeacms/volto-industry-theme/-/volto-industry-theme-1.1.4.tgz#d5e4fa7f953a47bdd331a279533bb5a4ae2968e0" + integrity sha512-MbW8tQOrhFz4UMpIrpr+whlUDmMNOTYvbt9Tt4YnuHINVAirXm/YdNCCGwT4YgHZbytRWQPQvFAovRvhUJ98tw== dependencies: "@cypress/code-coverage" "^3.9.5" "@eeacms/volto-columns-block" "^4.4.6" From 7794b950939f814499219ec03276f1e1fe2a53a1 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Tue, 16 Nov 2021 17:58:50 +0000 Subject: [PATCH 05/18] Automated release 3.3.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d2ff92..7f58ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [3.3.0](https://github.com/eea/industry-frontend/compare/3.2.2...3.3.0) +- Release @eeacms/volto-industry-theme@1.1.4 [`ee65ad5`](https://github.com/eea/industry-frontend/commit/ee65ad5dd26a5366e729657b7455e97f89ec29d3) - Update Dockerfile [`160af5d`](https://github.com/eea/industry-frontend/commit/160af5d7833b60c0d8c220d8b5b0066286ea989f) - Rename jsconfig.json.tpl to jsconfig.json.prod [`779535c`](https://github.com/eea/industry-frontend/commit/779535cdce022bf8b97c503228dbc1047d01d214) From 487106cf845b86e2549cbd3418eb445541ea15f0 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Tue, 16 Nov 2021 20:33:39 +0200 Subject: [PATCH 06/18] Update --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 6f3824a..7c8124c 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,7 @@ "name": "@eeacms/industry-frontend", "description": "Volto-based frontend server and SPA for the Industrial Emissions Portal website (former EPRTR) industry.eea.europa.eu", "license": "MIT", -<<<<<<< HEAD "version": "3.3.0", -======= - "version": "3.2.3", ->>>>>>> origin/master "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/industry-frontend", From 676111584253c0f868798ed20ed56ad1f7c7383c Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Tue, 16 Nov 2021 18:44:19 +0000 Subject: [PATCH 07/18] Automated release 3.3.0 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e025dac..9d71d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,19 @@ 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). -#### [3.3.0](https://github.com/eea/industry-frontend/compare/3.2.2...3.3.0) +#### [3.3.0](https://github.com/eea/industry-frontend/compare/3.2.3...3.3.0) +- Update [`487106c`](https://github.com/eea/industry-frontend/commit/487106cf845b86e2549cbd3418eb445541ea15f0) +- Update [`faf01d3`](https://github.com/eea/industry-frontend/commit/faf01d3fe33f7e4b376b97a43679e1f8074e05c6) - Release @eeacms/volto-industry-theme@1.1.4 [`ee65ad5`](https://github.com/eea/industry-frontend/commit/ee65ad5dd26a5366e729657b7455e97f89ec29d3) - Update Dockerfile [`160af5d`](https://github.com/eea/industry-frontend/commit/160af5d7833b60c0d8c220d8b5b0066286ea989f) - Rename jsconfig.json.tpl to jsconfig.json.prod [`779535c`](https://github.com/eea/industry-frontend/commit/779535cdce022bf8b97c503228dbc1047d01d214) + #### [3.2.3](https://github.com/eea/industry-frontend/compare/3.2.2...3.2.3) +> 16 November 2021 + +- Release 3.2.3 [`66f2211`](https://github.com/eea/industry-frontend/commit/66f2211f91de8ae2f6a56596514860dd770bda52) - Update [`aa291d6`](https://github.com/eea/industry-frontend/commit/aa291d62adb0cbdc0281f37ca99883576cee4ea4) #### [3.2.2](https://github.com/eea/industry-frontend/compare/3.2.1...3.2.2) From f27ace67e03e0b8f97e720bc3e77150e8c70659d Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Wed, 17 Nov 2021 21:42:52 +0000 Subject: [PATCH 08/18] Release @eeacms/volto-eea-kitkat@4.1.4 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 7c8124c..1413bf4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "release-beta": "release-it --preRelease=beta" }, "dependencies": { - "@eeacms/volto-eea-kitkat": "4.1.3", + "@eeacms/volto-eea-kitkat": "4.1.4", "@eeacms/volto-industry-theme": "1.1.4", "@plone/volto": "13.15.1" }, diff --git a/yarn.lock b/yarn.lock index 82382ac..1095a49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1381,10 +1381,10 @@ resolved "https://registry.yarnpkg.com/@eeacms/volto-depiction/-/volto-depiction-0.1.2.tgz#59dc808f75dc24c0134bbdc90b0c59783f1b6339" integrity sha512-th4QKuoPyGPnwZbJMU97IsaEColqPju3RKZSTo3ssJgltSNWa7FVUiWN8aASRnHvVc/PloiEbn2sE9/nhGyxMA== -"@eeacms/volto-eea-kitkat@4.1.3": - version "4.1.3" - resolved "https://registry.yarnpkg.com/@eeacms/volto-eea-kitkat/-/volto-eea-kitkat-4.1.3.tgz#e27e4debbc50dadd33cfd9733254ca936548385c" - integrity sha512-D6qc5Tld/GDokNgJ3Oj9uPFp8uUZGcTIbNgFwNwpQeBN8qs6c1d8/zeaErSrjzEsx6L27pZkDgHqnkbivWguOg== +"@eeacms/volto-eea-kitkat@4.1.4": + version "4.1.4" + resolved "https://registry.yarnpkg.com/@eeacms/volto-eea-kitkat/-/volto-eea-kitkat-4.1.4.tgz#5af78cae883d3e293a087e8209bd8c3d4bd4d82b" + integrity sha512-HQX81YK0fLoRQ3qg1hRFh8KMUYUwHnxxAs4DWD/0itcvI96MV/Urbnj7UrlRPKOuyAzNidjOl6BWGmQE3acDgQ== dependencies: "@eeacms/volto-accordion-block" "3.4.7" "@eeacms/volto-banner" "1.0.1" @@ -1398,7 +1398,7 @@ "@eeacms/volto-group-block" "4.3.1" "@eeacms/volto-listing-block" "0.1.2" "@eeacms/volto-matomo" "2.0.3" - "@eeacms/volto-metadata-block" "4.0.1" + "@eeacms/volto-metadata-block" "4.0.2" "@eeacms/volto-object-widget" "3.0.0" "@eeacms/volto-resize-helper" "0.2.5" "@eeacms/volto-sentry-rancher-config" "2.1.2" @@ -1457,10 +1457,10 @@ dependencies: "@datapunt/matomo-tracker-react" "0.3.1" -"@eeacms/volto-metadata-block@4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@eeacms/volto-metadata-block/-/volto-metadata-block-4.0.1.tgz#f8d7a6a0a5db7181c4ad9225db66272fb7eca1a1" - integrity sha512-w6HeUdign9We37UZPLkhCV0KJkh2c8b4PZYY/+eiprUJfCxw8OaZmMqOJMVWhLSdR7n1ePQ+wcnc+1qIVIOSwA== +"@eeacms/volto-metadata-block@4.0.2": + version "4.0.2" + resolved "https://registry.yarnpkg.com/@eeacms/volto-metadata-block/-/volto-metadata-block-4.0.2.tgz#bf5aecee9bedfb5fba55bd4f37fe32688f164e4c" + integrity sha512-kWiZJmbWHMiysUwMLjNkrsMRG3pwyw451zbg8eX1WTP79729AC7nwJeYm9/Slf+ThML666KW6Pqk/aIwCDdXhQ== dependencies: "@eeacms/volto-widgets-view" "*" From bd07ef5537492ad2f9f093948b60d813408afb76 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Wed, 17 Nov 2021 21:56:57 +0000 Subject: [PATCH 09/18] Automated release 3.3.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d71d61..0b8f3ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [3.3.0](https://github.com/eea/industry-frontend/compare/3.2.3...3.3.0) +- Release @eeacms/volto-eea-kitkat@4.1.4 [`f27ace6`](https://github.com/eea/industry-frontend/commit/f27ace67e03e0b8f97e720bc3e77150e8c70659d) - Update [`487106c`](https://github.com/eea/industry-frontend/commit/487106cf845b86e2549cbd3418eb445541ea15f0) - Update [`faf01d3`](https://github.com/eea/industry-frontend/commit/faf01d3fe33f7e4b376b97a43679e1f8074e05c6) - Release @eeacms/volto-industry-theme@1.1.4 [`ee65ad5`](https://github.com/eea/industry-frontend/commit/ee65ad5dd26a5366e729657b7455e97f89ec29d3) From abcf446df198d940c8e1a53893cc1b793e0ccc39 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Thu, 18 Nov 2021 22:32:04 +0000 Subject: [PATCH 10/18] Release @eeacms/volto-industry-theme@1.1.6 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1413bf4..d84b412 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@eeacms/volto-eea-kitkat": "4.1.4", - "@eeacms/volto-industry-theme": "1.1.4", + "@eeacms/volto-industry-theme": "1.1.6", "@plone/volto": "13.15.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 1095a49..90c7519 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1428,10 +1428,10 @@ resolved "https://registry.yarnpkg.com/@eeacms/volto-group-block/-/volto-group-block-4.3.1.tgz#eeb6fc1c564eaa77cbe52fdc69071d2870712169" integrity sha512-7eIOC9dLjiRy7TBPphO/GUwLX0g14BZTPp9jZj0b3oTriLqtYaV1nKV6S9e/0N5y/VFvM2KIBnvhmTUKRCgsBw== -"@eeacms/volto-industry-theme@1.1.4": - version "1.1.4" - resolved "https://registry.yarnpkg.com/@eeacms/volto-industry-theme/-/volto-industry-theme-1.1.4.tgz#d5e4fa7f953a47bdd331a279533bb5a4ae2968e0" - integrity sha512-MbW8tQOrhFz4UMpIrpr+whlUDmMNOTYvbt9Tt4YnuHINVAirXm/YdNCCGwT4YgHZbytRWQPQvFAovRvhUJ98tw== +"@eeacms/volto-industry-theme@1.1.6": + version "1.1.6" + resolved "https://registry.yarnpkg.com/@eeacms/volto-industry-theme/-/volto-industry-theme-1.1.6.tgz#8efc2e7c700c8fa61d689689bad391f869def8ee" + integrity sha512-HGe8M+JtdNDW4bpQZI8xhhXie1yEOGSE/cdfQ3kfhmQHCH1HsjbVvymvOZHJJ96oqk8XHcIgHExCUOgIZZnV2w== dependencies: "@cypress/code-coverage" "^3.9.5" "@eeacms/volto-columns-block" "^4.4.6" From 594ad0899c3f3b2b893c3e60af395e15125bef6f Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Thu, 18 Nov 2021 22:43:01 +0000 Subject: [PATCH 11/18] Automated release 3.3.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8f3ab..6cb6348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [3.3.0](https://github.com/eea/industry-frontend/compare/3.2.3...3.3.0) +- Release @eeacms/volto-industry-theme@1.1.6 [`abcf446`](https://github.com/eea/industry-frontend/commit/abcf446df198d940c8e1a53893cc1b793e0ccc39) - Release @eeacms/volto-eea-kitkat@4.1.4 [`f27ace6`](https://github.com/eea/industry-frontend/commit/f27ace67e03e0b8f97e720bc3e77150e8c70659d) - Update [`487106c`](https://github.com/eea/industry-frontend/commit/487106cf845b86e2549cbd3418eb445541ea15f0) - Update [`faf01d3`](https://github.com/eea/industry-frontend/commit/faf01d3fe33f7e4b376b97a43679e1f8074e05c6) From 1b5e968501f8746c39d7550e5f0cd543b6d2ffcd Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Thu, 18 Nov 2021 23:23:11 +0000 Subject: [PATCH 12/18] Automated update of yarn.lock --- yarn.lock | 110 ++++++++++++------------------------------------------ 1 file changed, 23 insertions(+), 87 deletions(-) diff --git a/yarn.lock b/yarn.lock index 819fd9d..ed2b4cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1361,6 +1361,21 @@ resolved "https://registry.yarnpkg.com/@eeacms/volto-corsproxy/-/volto-corsproxy-2.1.2.tgz#eb1b50a7382e4da9601128ee972d3249a29ce939" integrity sha512-5j2ETMD8XRUk8hs4qqpd6F9SSlmTw0eqwNKPlouF78cdql/vJ5Pc4cgdZDh1Qldum1CcFnqdLxGABzQkfE3SDQ== +"@eeacms/volto-datablocks@*", "@eeacms/volto-datablocks@^2.0.15": + version "2.0.15" + resolved "https://registry.yarnpkg.com/@eeacms/volto-datablocks/-/volto-datablocks-2.0.15.tgz#41d0b6206b9578c89c2b6c587b3d046ef551465d" + integrity sha512-ZmrBpGWsjZY2VVdQcpm6aFcqbp1wWNzMl06rmL3Hwh7SM+eveB4fop6Bqe6SQNOm7BwsuvDI+Ii0He0ExugyDg== + dependencies: + "@eeacms/volto-embed" "^2.0.4" + "@eeacms/volto-matomo" "^2.0.2" + d3 "7.1.1" + humanize-plus "^1.8.2" + performant-array-to-tree "^1.7.1" + plotly.js "^2.5.1" + react-plotly.js "^2.5.1" + sanitize-html "^2.3.3" + slate "^0.62.0" + "@eeacms/volto-depiction@0.1.2": version "0.1.2" resolved "https://registry.yarnpkg.com/@eeacms/volto-depiction/-/volto-depiction-0.1.2.tgz#59dc808f75dc24c0134bbdc90b0c59783f1b6339" @@ -6893,11 +6908,6 @@ detect-browser@5.1.0: resolved "https://registry.yarnpkg.com/detect-browser/-/detect-browser-5.1.0.tgz#0c51c66b747ad8f98a6832bf3026a5a23a7850ff" integrity sha512-WKa9p+/MNwmTiS+V2AS6eGxic+807qvnV3hC+4z2GTY+F42h1n8AynVTMMc4EJBC32qMs6yjOTpeDEQQt/AVqQ== -detect-file@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" - integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= - detect-indent@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" @@ -7404,7 +7414,7 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1: dependencies: once "^1.4.0" -enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.1, enhanced-resolve@^4.5.0: +enhanced-resolve@^4.0.0, enhanced-resolve@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec" integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg== @@ -8023,13 +8033,6 @@ expand-template@^2.0.3: resolved "https://registry.yarnpkg.com/expand-template/-/expand-template-2.0.3.tgz#6e14b3fcee0f3a6340ecb57d2e8918692052a47c" integrity sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg== -expand-tilde@^2.0.0, expand-tilde@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502" - integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= - dependencies: - homedir-polyfill "^1.0.1" - expect@^24.9.0: version "24.9.0" resolved "https://registry.yarnpkg.com/expect/-/expect-24.9.0.tgz#b75165b4817074fa4a157794f46fe9f1ba15b6ca" @@ -8470,16 +8473,6 @@ find-with-regex@^1.1.2, find-with-regex@^1.1.3: resolved "https://registry.yarnpkg.com/find-with-regex/-/find-with-regex-1.1.3.tgz#d6c6f2debee898d36b6a77e05709b13dd5dc8a26" integrity sha512-zkEVQ1H3PIQL/19ADKt1lCQU4QGM3OneiderUcFgn5EgTm/TnoUh7HxPAwP8w/vXxWSLC6KtpbDQpypJ5+majw== -findup-sync@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1" - integrity sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg== - dependencies: - detect-file "^1.0.0" - is-glob "^4.0.0" - micromatch "^3.0.4" - resolve-dir "^1.0.1" - flat-cache@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0" @@ -9073,26 +9066,6 @@ global-modules@2.0.0, global-modules@^2.0.0: dependencies: global-prefix "^3.0.0" -global-modules@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" - integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== - dependencies: - global-prefix "^1.0.1" - is-windows "^1.0.1" - resolve-dir "^1.0.0" - -global-prefix@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe" - integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= - dependencies: - expand-tilde "^2.0.2" - homedir-polyfill "^1.0.1" - ini "^1.3.4" - is-windows "^1.0.1" - which "^1.2.14" - global-prefix@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-3.0.0.tgz#fc85f73064df69f50421f47f883fe5b913ba9b97" @@ -9627,13 +9600,6 @@ home-or-tmp@^2.0.0: os-homedir "^1.0.0" os-tmpdir "^1.0.1" -homedir-polyfill@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" - integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== - dependencies: - parse-passwd "^1.0.0" - hosted-git-info@^2.1.4: version "2.8.9" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" @@ -10133,7 +10099,7 @@ ini@2.0.0: resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5" integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA== -ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: +ini@^1.3.5, ini@~1.3.0: version "1.3.8" resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== @@ -10221,7 +10187,7 @@ internal-slot@^1.0.3: resolved "https://registry.yarnpkg.com/internmap/-/internmap-2.0.3.tgz#6685f23755e43c524e251d29cbc97248e3061009" integrity sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg== -interpret@^1.0.0, interpret@^1.4.0: +interpret@^1.0.0: version "1.4.0" resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== @@ -10857,7 +10823,7 @@ is-what@^3.12.0: resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.14.1.tgz#e1222f46ddda85dead0fd1c9df131760e77755c1" integrity sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA== -is-windows@^1.0.1, is-windows@^1.0.2: +is-windows@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== @@ -12742,7 +12708,7 @@ micromatch@^2.3.11: parse-glob "^3.0.4" regex-cache "^0.4.2" -micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8: +micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8: version "3.1.10" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== @@ -14024,11 +13990,6 @@ parse-json@^5.0.0: json-parse-even-better-errors "^2.3.0" lines-and-columns "^1.1.6" -parse-passwd@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" - integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= - parse-path@^4.0.0: version "4.0.3" resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-4.0.3.tgz#82d81ec3e071dcc4ab49aa9f2c9c0b8966bb22bf" @@ -16910,14 +16871,6 @@ resolve-cwd@^2.0.0: dependencies: resolve-from "^3.0.0" -resolve-dir@^1.0.0, resolve-dir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" - integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= - dependencies: - expand-tilde "^2.0.0" - global-modules "^1.0.0" - resolve-from@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" @@ -19528,7 +19481,7 @@ uuid@^8.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== -v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.0, v8-compile-cache@^2.1.1: +v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.0: version "2.3.0" resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== @@ -19829,23 +19782,6 @@ webpack-bundle-analyzer@>=3.6.0: sirv "^1.0.7" ws "^7.3.1" -webpack-cli@^3.3.10: - version "3.3.12" - resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.12.tgz#94e9ada081453cd0aa609c99e500012fd3ad2d4a" - integrity sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag== - dependencies: - chalk "^2.4.2" - cross-spawn "^6.0.5" - enhanced-resolve "^4.1.1" - findup-sync "^3.0.0" - global-modules "^2.0.0" - import-local "^2.0.0" - interpret "^1.4.0" - loader-utils "^1.4.0" - supports-color "^6.1.0" - v8-compile-cache "^2.1.1" - yargs "^13.3.2" - webpack-dev-middleware@^3.7.2: version "3.7.3" resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz#0639372b143262e2b84ab95d3b91a7597061c2c5" @@ -20082,7 +20018,7 @@ which-pm-runs@^1.0.0: resolved "https://registry.yarnpkg.com/which-pm-runs/-/which-pm-runs-1.0.0.tgz#670b3afbc552e0b55df6b7780ca74615f23ad1cb" integrity sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs= -which@^1.2.14, which@^1.2.9, which@^1.3.0, which@^1.3.1: +which@^1.2.9, which@^1.3.0, which@^1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== @@ -20359,7 +20295,7 @@ yargs@12.0.5: y18n "^3.2.1 || ^4.0.0" yargs-parser "^11.1.1" -yargs@^13.3.0, yargs@^13.3.2: +yargs@^13.3.0: version "13.3.2" resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== From 7c2ce7887097084660907d9dc6b66fa9c6559485 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Thu, 18 Nov 2021 23:23:19 +0000 Subject: [PATCH 13/18] Automated release 3.3.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 178de25..195b7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ 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). -#### [3.3.0](https://github.com/eea/industry-frontend/compare/3.2.3...3.3.0) +#### [3.3.0](https://github.com/eea/industry-frontend/compare/3.2.4...3.3.0) +- Merge master into develop [`95951f3`](https://github.com/eea/industry-frontend/commit/95951f3f701ab95e8c4c7bdcc98a2fddf4761d56) - Release @eeacms/volto-industry-theme@1.1.6 [`abcf446`](https://github.com/eea/industry-frontend/commit/abcf446df198d940c8e1a53893cc1b793e0ccc39) - Release @eeacms/volto-eea-kitkat@4.1.4 [`f27ace6`](https://github.com/eea/industry-frontend/commit/f27ace67e03e0b8f97e720bc3e77150e8c70659d) - Update [`487106c`](https://github.com/eea/industry-frontend/commit/487106cf845b86e2549cbd3418eb445541ea15f0) @@ -13,6 +14,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Release @eeacms/volto-industry-theme@1.1.4 [`ee65ad5`](https://github.com/eea/industry-frontend/commit/ee65ad5dd26a5366e729657b7455e97f89ec29d3) - Update Dockerfile [`160af5d`](https://github.com/eea/industry-frontend/commit/160af5d7833b60c0d8c220d8b5b0066286ea989f) - Rename jsconfig.json.tpl to jsconfig.json.prod [`779535c`](https://github.com/eea/industry-frontend/commit/779535cdce022bf8b97c503228dbc1047d01d214) + +#### [3.2.4](https://github.com/eea/industry-frontend/compare/3.2.3...3.2.4) + +> 19 November 2021 + +- Release 3.2.4 [`aee4466`](https://github.com/eea/industry-frontend/commit/aee4466b80094a15b36baf64ee13383430f25011) - Update [`f286d6f`](https://github.com/eea/industry-frontend/commit/f286d6f0642562202f8dcd2f5e28bff57a9c7eb2) #### [3.2.3](https://github.com/eea/industry-frontend/compare/3.2.2...3.2.3) diff --git a/package.json b/package.json index e0b81d3..d84b412 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@eeacms/industry-frontend", "description": "Volto-based frontend server and SPA for the Industrial Emissions Portal website (former EPRTR) industry.eea.europa.eu", "license": "MIT", - "version": "3.2.4", + "version": "3.3.0", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/industry-frontend", From 8446d3c3c5a54382555c4512e56c8c5af113fe27 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Fri, 19 Nov 2021 12:04:32 +0000 Subject: [PATCH 14/18] Release @eeacms/volto-industry-theme@1.1.7 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d84b412..e91dbc6 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@eeacms/volto-eea-kitkat": "4.1.4", - "@eeacms/volto-industry-theme": "1.1.6", + "@eeacms/volto-industry-theme": "1.1.7", "@plone/volto": "13.15.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index ed2b4cd..b5eb885 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1361,10 +1361,10 @@ resolved "https://registry.yarnpkg.com/@eeacms/volto-corsproxy/-/volto-corsproxy-2.1.2.tgz#eb1b50a7382e4da9601128ee972d3249a29ce939" integrity sha512-5j2ETMD8XRUk8hs4qqpd6F9SSlmTw0eqwNKPlouF78cdql/vJ5Pc4cgdZDh1Qldum1CcFnqdLxGABzQkfE3SDQ== -"@eeacms/volto-datablocks@*", "@eeacms/volto-datablocks@^2.0.15": - version "2.0.15" - resolved "https://registry.yarnpkg.com/@eeacms/volto-datablocks/-/volto-datablocks-2.0.15.tgz#41d0b6206b9578c89c2b6c587b3d046ef551465d" - integrity sha512-ZmrBpGWsjZY2VVdQcpm6aFcqbp1wWNzMl06rmL3Hwh7SM+eveB4fop6Bqe6SQNOm7BwsuvDI+Ii0He0ExugyDg== +"@eeacms/volto-datablocks@*", "@eeacms/volto-datablocks@^2.0.16": + version "2.0.16" + resolved "https://registry.yarnpkg.com/@eeacms/volto-datablocks/-/volto-datablocks-2.0.16.tgz#d1eb465c2d860acd54b779e834c149ff130bcaf3" + integrity sha512-nGIPKj9S+Xp4epOjSh7rzTMhPqaxzTWICRxKWgD5NN4uMs8CwZZ91CW8fLq9ZlszdSoxF3CMjtR+mCehP0iMjQ== dependencies: "@eeacms/volto-embed" "^2.0.4" "@eeacms/volto-matomo" "^2.0.2" @@ -1428,14 +1428,14 @@ resolved "https://registry.yarnpkg.com/@eeacms/volto-group-block/-/volto-group-block-4.3.1.tgz#eeb6fc1c564eaa77cbe52fdc69071d2870712169" integrity sha512-7eIOC9dLjiRy7TBPphO/GUwLX0g14BZTPp9jZj0b3oTriLqtYaV1nKV6S9e/0N5y/VFvM2KIBnvhmTUKRCgsBw== -"@eeacms/volto-industry-theme@1.1.6": - version "1.1.6" - resolved "https://registry.yarnpkg.com/@eeacms/volto-industry-theme/-/volto-industry-theme-1.1.6.tgz#8efc2e7c700c8fa61d689689bad391f869def8ee" - integrity sha512-HGe8M+JtdNDW4bpQZI8xhhXie1yEOGSE/cdfQ3kfhmQHCH1HsjbVvymvOZHJJ96oqk8XHcIgHExCUOgIZZnV2w== +"@eeacms/volto-industry-theme@1.1.7": + version "1.1.7" + resolved "https://registry.yarnpkg.com/@eeacms/volto-industry-theme/-/volto-industry-theme-1.1.7.tgz#973714667f0c920543d7c1e1ab6b4924e1d6f1eb" + integrity sha512-Tr6JAg/XFfmNIcvvJjdbTFKNaWEa7hzfjcIzSqhbB8a2PPDZYRugxtuUjpmkHXdkAz16XtpaZMRVA64sVe3u7Q== dependencies: "@cypress/code-coverage" "^3.9.5" "@eeacms/volto-columns-block" "^4.4.6" - "@eeacms/volto-datablocks" "^2.0.15" + "@eeacms/volto-datablocks" "^2.0.16" "@eeacms/volto-matomo" "^2.0.3" "@eeacms/volto-openlayers-map" "^0.1.3" "@eeacms/volto-tableau" "^1.2.4" From 5de0836f1b22e56d2faaff711bd7b2306fa4bf61 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Fri, 19 Nov 2021 12:16:27 +0000 Subject: [PATCH 15/18] Automated release 3.3.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 195b7da..782a534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [3.3.0](https://github.com/eea/industry-frontend/compare/3.2.4...3.3.0) +- Release @eeacms/volto-industry-theme@1.1.7 [`8446d3c`](https://github.com/eea/industry-frontend/commit/8446d3c3c5a54382555c4512e56c8c5af113fe27) - Merge master into develop [`95951f3`](https://github.com/eea/industry-frontend/commit/95951f3f701ab95e8c4c7bdcc98a2fddf4761d56) - Release @eeacms/volto-industry-theme@1.1.6 [`abcf446`](https://github.com/eea/industry-frontend/commit/abcf446df198d940c8e1a53893cc1b793e0ccc39) - Release @eeacms/volto-eea-kitkat@4.1.4 [`f27ace6`](https://github.com/eea/industry-frontend/commit/f27ace67e03e0b8f97e720bc3e77150e8c70659d) From 1cc0902874215afc7a592e32df55b769ea1b5b09 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Fri, 19 Nov 2021 15:36:25 +0000 Subject: [PATCH 16/18] Release @eeacms/volto-eea-kitkat@4.1.5 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e91dbc6..0487e23 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "release-beta": "release-it --preRelease=beta" }, "dependencies": { - "@eeacms/volto-eea-kitkat": "4.1.4", + "@eeacms/volto-eea-kitkat": "4.1.5", "@eeacms/volto-industry-theme": "1.1.7", "@plone/volto": "13.15.1" }, diff --git a/yarn.lock b/yarn.lock index b5eb885..5700519 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1336,10 +1336,10 @@ slick-carousel "^1.8.1" volto-slate "*" -"@eeacms/volto-block-style@*", "@eeacms/volto-block-style@3.5.2": - version "3.5.2" - resolved "https://registry.yarnpkg.com/@eeacms/volto-block-style/-/volto-block-style-3.5.2.tgz#c009d804e237ff06db74ede55642641e4866cb9a" - integrity sha512-EIcJLJNF/YB2gzsqLq+diaKgE7Ne1E0VlOXKkF5/8nSX+O5ib26qwOkzKt/TZpyb8MjS/isUMFSHXXzjtp5zXA== +"@eeacms/volto-block-style@*", "@eeacms/volto-block-style@3.5.3": + version "3.5.3" + resolved "https://registry.yarnpkg.com/@eeacms/volto-block-style/-/volto-block-style-3.5.3.tgz#b3d67ff797e0d40a75b54516b4eea68e6a25be95" + integrity sha512-PB81XmAWYi4WBSzCTnqBy/kJxR6BmNJriSNmXeIjFmp6ytv9lg43dGYa4mgd3Wk8NkJMW1cg09nxPy7605Ns9g== dependencies: "@eeacms/volto-resize-helper" "*" react-color "~2.18.1" @@ -1381,16 +1381,16 @@ resolved "https://registry.yarnpkg.com/@eeacms/volto-depiction/-/volto-depiction-0.1.2.tgz#59dc808f75dc24c0134bbdc90b0c59783f1b6339" integrity sha512-th4QKuoPyGPnwZbJMU97IsaEColqPju3RKZSTo3ssJgltSNWa7FVUiWN8aASRnHvVc/PloiEbn2sE9/nhGyxMA== -"@eeacms/volto-eea-kitkat@4.1.4": - version "4.1.4" - resolved "https://registry.yarnpkg.com/@eeacms/volto-eea-kitkat/-/volto-eea-kitkat-4.1.4.tgz#5af78cae883d3e293a087e8209bd8c3d4bd4d82b" - integrity sha512-HQX81YK0fLoRQ3qg1hRFh8KMUYUwHnxxAs4DWD/0itcvI96MV/Urbnj7UrlRPKOuyAzNidjOl6BWGmQE3acDgQ== +"@eeacms/volto-eea-kitkat@4.1.5": + version "4.1.5" + resolved "https://registry.yarnpkg.com/@eeacms/volto-eea-kitkat/-/volto-eea-kitkat-4.1.5.tgz#3768a90deddb282943a5d3146e67cea345a8390b" + integrity sha512-qB3pBp6mjqYmDTgCH4XMzwG/km2VtXRoos5Mc8oyf9AGB/3WWrYLlNZ3Jxi1jiai12ZNUQiCNQ1uzGgu0XnScg== dependencies: "@eeacms/volto-accordion-block" "3.4.7" "@eeacms/volto-banner" "1.0.1" "@eeacms/volto-block-divider" "2.1.3" "@eeacms/volto-block-image-cards" "0.1.4" - "@eeacms/volto-block-style" "3.5.2" + "@eeacms/volto-block-style" "3.5.3" "@eeacms/volto-block-toc" "2.2.2" "@eeacms/volto-columns-block" "4.4.6" "@eeacms/volto-corsproxy" "2.1.2" From 9dc36c56984c006469cbf8ed514700251c88325a Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Sat, 20 Nov 2021 10:35:50 +0000 Subject: [PATCH 17/18] Release @eeacms/volto-industry-theme@1.1.8 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0487e23..497732e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@eeacms/volto-eea-kitkat": "4.1.5", - "@eeacms/volto-industry-theme": "1.1.7", + "@eeacms/volto-industry-theme": "1.1.8", "@plone/volto": "13.15.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 5700519..e42b409 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1428,10 +1428,10 @@ resolved "https://registry.yarnpkg.com/@eeacms/volto-group-block/-/volto-group-block-4.3.1.tgz#eeb6fc1c564eaa77cbe52fdc69071d2870712169" integrity sha512-7eIOC9dLjiRy7TBPphO/GUwLX0g14BZTPp9jZj0b3oTriLqtYaV1nKV6S9e/0N5y/VFvM2KIBnvhmTUKRCgsBw== -"@eeacms/volto-industry-theme@1.1.7": - version "1.1.7" - resolved "https://registry.yarnpkg.com/@eeacms/volto-industry-theme/-/volto-industry-theme-1.1.7.tgz#973714667f0c920543d7c1e1ab6b4924e1d6f1eb" - integrity sha512-Tr6JAg/XFfmNIcvvJjdbTFKNaWEa7hzfjcIzSqhbB8a2PPDZYRugxtuUjpmkHXdkAz16XtpaZMRVA64sVe3u7Q== +"@eeacms/volto-industry-theme@1.1.8": + version "1.1.8" + resolved "https://registry.yarnpkg.com/@eeacms/volto-industry-theme/-/volto-industry-theme-1.1.8.tgz#9b41dd6299df5c341d9f882aefed1df679f72551" + integrity sha512-7QHLcX1XYeWgSLQXcGp82yKKc7p3BLWGdd3HCD3aXdyVXA64/u0a4VMAv0JGvGm2ahMYl4Dbba50yVm32lv0tA== dependencies: "@cypress/code-coverage" "^3.9.5" "@eeacms/volto-columns-block" "^4.4.6" From 2043c5deb3dd1f2e05102204075cfd33c1b5595f Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Sat, 20 Nov 2021 12:47:29 +0000 Subject: [PATCH 18/18] Automated release 3.3.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f48d3..11b058c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [3.3.0](https://github.com/eea/industry-frontend/compare/3.2.6...3.3.0) +- Merge master into develop [`030c6bf`](https://github.com/eea/industry-frontend/commit/030c6bf2f5f4ba666490823abed149f203cbb6ba) +- Release @eeacms/volto-industry-theme@1.1.8 [`9dc36c5`](https://github.com/eea/industry-frontend/commit/9dc36c56984c006469cbf8ed514700251c88325a) +- Release @eeacms/volto-eea-kitkat@4.1.5 [`1cc0902`](https://github.com/eea/industry-frontend/commit/1cc0902874215afc7a592e32df55b769ea1b5b09) - Release @eeacms/volto-industry-theme@1.1.7 [`8446d3c`](https://github.com/eea/industry-frontend/commit/8446d3c3c5a54382555c4512e56c8c5af113fe27) - Merge master into develop [`95951f3`](https://github.com/eea/industry-frontend/commit/95951f3f701ab95e8c4c7bdcc98a2fddf4761d56) - Release @eeacms/volto-industry-theme@1.1.6 [`abcf446`](https://github.com/eea/industry-frontend/commit/abcf446df198d940c8e1a53893cc1b793e0ccc39) @@ -15,8 +18,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Release @eeacms/volto-industry-theme@1.1.4 [`ee65ad5`](https://github.com/eea/industry-frontend/commit/ee65ad5dd26a5366e729657b7455e97f89ec29d3) - Update Dockerfile [`160af5d`](https://github.com/eea/industry-frontend/commit/160af5d7833b60c0d8c220d8b5b0066286ea989f) - Rename jsconfig.json.tpl to jsconfig.json.prod [`779535c`](https://github.com/eea/industry-frontend/commit/779535cdce022bf8b97c503228dbc1047d01d214) + #### [3.2.6](https://github.com/eea/industry-frontend/compare/3.2.5...3.2.6) +> 20 November 2021 + +- Release 3.2.6 [`dad2a8e`](https://github.com/eea/industry-frontend/commit/dad2a8ea29891f9c983a2f2ba5c4cd496fcbac70) - Update [`0c61638`](https://github.com/eea/industry-frontend/commit/0c6163882f59f7a63aefb480652b0923abf57564) #### [3.2.5](https://github.com/eea/industry-frontend/compare/3.2.4...3.2.5) @@ -30,8 +37,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 19 November 2021 -- Update [`f286d6f`](https://github.com/eea/industry-frontend/commit/f286d6f0642562202f8dcd2f5e28bff57a9c7eb2) - Release 3.2.4 [`aee4466`](https://github.com/eea/industry-frontend/commit/aee4466b80094a15b36baf64ee13383430f25011) +- Update [`f286d6f`](https://github.com/eea/industry-frontend/commit/f286d6f0642562202f8dcd2f5e28bff57a9c7eb2) #### [3.2.3](https://github.com/eea/industry-frontend/compare/3.2.2...3.2.3)