@eeacms/volto-eea-kitkat 18.0.2 → 18.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG +29 -0
- package/CHANGELOG.md +29 -0
- package/docker-compose.yml +5 -1
- package/locales/en/LC_MESSAGES/volto.po +14 -0
- package/new.json +21 -21
- package/old.json +5 -5
- package/package.json +21 -21
- package/partfile +2 -0
- package/releasefile +147 -4
package/CHANGELOG
CHANGED
|
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [18.0.4](https://github.com/eea/volto-eea-kitkat/compare/18.0.3...18.0.4) - 1 September 2023
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-slate-zotero@5.2.3 [EEA Jenkins - [`bd386be`](https://github.com/eea/volto-eea-kitkat/commit/bd386be252bc268a79c1446410d2f7a8764b9381)]
|
|
12
|
+
- Release @eeacms/volto-slate-footnote@6.1.4 [EEA Jenkins - [`5d97ada`](https://github.com/eea/volto-eea-kitkat/commit/5d97ada09908706a9d941f839ae785a27b519bcb)]
|
|
13
|
+
- Release @eeacms/volto-widget-temporal-coverage@5.1.3 [EEA Jenkins - [`1f0c1a7`](https://github.com/eea/volto-eea-kitkat/commit/1f0c1a7cbe048b4e9149c2f8b948373a5b240927)]
|
|
14
|
+
- Release @eeacms/volto-anchors@0.4.1 [EEA Jenkins - [`5ccc07b`](https://github.com/eea/volto-eea-kitkat/commit/5ccc07ba80781c7a72848965c26787ccbb8c530c)]
|
|
15
|
+
- Release @eeacms/volto-widget-theme-picker@1.1.3 [EEA Jenkins - [`3934fa9`](https://github.com/eea/volto-eea-kitkat/commit/3934fa942d3b95c17965347dff588200b2d69a48)]
|
|
16
|
+
- Release @eeacms/volto-quote-block@1.2.2 [EEA Jenkins - [`c16d5a0`](https://github.com/eea/volto-eea-kitkat/commit/c16d5a00fce45390ade2db2882b5261d22441245)]
|
|
17
|
+
- Release @eeacms/volto-statistic-block@3.0.1 [EEA Jenkins - [`497ebcc`](https://github.com/eea/volto-eea-kitkat/commit/497ebcc9711874b4b13b2db2e24bfb7e1b084ea8)]
|
|
18
|
+
- Release @eeacms/volto-slate-footnote@6.1.3 [EEA Jenkins - [`c5c395b`](https://github.com/eea/volto-eea-kitkat/commit/c5c395b477d3cb73d2c19fac68b3d20ecb742219)]
|
|
19
|
+
- Release @eeacms/volto-columns-block@6.3.3 [EEA Jenkins - [`c1812d8`](https://github.com/eea/volto-eea-kitkat/commit/c1812d8a030fdbc2c31de96869542b9b88b23b22)]
|
|
20
|
+
- Release @eeacms/volto-accordion-block@10.2.0 [EEA Jenkins - [`9bcd84d`](https://github.com/eea/volto-eea-kitkat/commit/9bcd84d01a4d4d3f1af849acd2472fa2ecd5550f)]
|
|
21
|
+
- Release @eeacms/volto-tabs-block@5.1.0 [EEA Jenkins - [`2de0c0b`](https://github.com/eea/volto-eea-kitkat/commit/2de0c0beac5fdc7b085ed7de2c1dda8dffa6c75b)]
|
|
22
|
+
|
|
23
|
+
#### :hammer_and_wrench: Others
|
|
24
|
+
|
|
25
|
+
- test: Fix package.json scripts to use makefile [Alin Voinea - [`fafca3d`](https://github.com/eea/volto-eea-kitkat/commit/fafca3dde924f93e0d83aadd4ab49bd36f7a28e3)]
|
|
26
|
+
- i18n: Add en [Alin Voinea - [`91b42ec`](https://github.com/eea/volto-eea-kitkat/commit/91b42ecfdea8a077d1b72ec82ba840420dcfc748)]
|
|
27
|
+
### [18.0.3](https://github.com/eea/volto-eea-kitkat/compare/18.0.2...18.0.3) - 23 August 2023
|
|
28
|
+
|
|
29
|
+
#### :rocket: Dependency updates
|
|
30
|
+
|
|
31
|
+
- Release @eeacms/volto-accordion-block@10.1.1 [EEA Jenkins - [`7a56ad9`](https://github.com/eea/volto-eea-kitkat/commit/7a56ad931bfe880ae68f3ac762ffa9e9db4870c2)]
|
|
32
|
+
|
|
33
|
+
#### :hammer_and_wrench: Others
|
|
34
|
+
|
|
35
|
+
- test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`f3a61b9`](https://github.com/eea/volto-eea-kitkat/commit/f3a61b95bb39963eb531c65ac02dc634e682c686)]
|
|
7
36
|
### [18.0.2](https://github.com/eea/volto-eea-kitkat/compare/18.0.1...18.0.2) - 18 August 2023
|
|
8
37
|
|
|
9
38
|
#### :rocket: Dependency updates
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [18.0.4](https://github.com/eea/volto-eea-kitkat/compare/18.0.3...18.0.4) - 1 September 2023
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-slate-zotero@5.2.3 [EEA Jenkins - [`bd386be`](https://github.com/eea/volto-eea-kitkat/commit/bd386be252bc268a79c1446410d2f7a8764b9381)]
|
|
12
|
+
- Release @eeacms/volto-slate-footnote@6.1.4 [EEA Jenkins - [`5d97ada`](https://github.com/eea/volto-eea-kitkat/commit/5d97ada09908706a9d941f839ae785a27b519bcb)]
|
|
13
|
+
- Release @eeacms/volto-widget-temporal-coverage@5.1.3 [EEA Jenkins - [`1f0c1a7`](https://github.com/eea/volto-eea-kitkat/commit/1f0c1a7cbe048b4e9149c2f8b948373a5b240927)]
|
|
14
|
+
- Release @eeacms/volto-anchors@0.4.1 [EEA Jenkins - [`5ccc07b`](https://github.com/eea/volto-eea-kitkat/commit/5ccc07ba80781c7a72848965c26787ccbb8c530c)]
|
|
15
|
+
- Release @eeacms/volto-widget-theme-picker@1.1.3 [EEA Jenkins - [`3934fa9`](https://github.com/eea/volto-eea-kitkat/commit/3934fa942d3b95c17965347dff588200b2d69a48)]
|
|
16
|
+
- Release @eeacms/volto-quote-block@1.2.2 [EEA Jenkins - [`c16d5a0`](https://github.com/eea/volto-eea-kitkat/commit/c16d5a00fce45390ade2db2882b5261d22441245)]
|
|
17
|
+
- Release @eeacms/volto-statistic-block@3.0.1 [EEA Jenkins - [`497ebcc`](https://github.com/eea/volto-eea-kitkat/commit/497ebcc9711874b4b13b2db2e24bfb7e1b084ea8)]
|
|
18
|
+
- Release @eeacms/volto-slate-footnote@6.1.3 [EEA Jenkins - [`c5c395b`](https://github.com/eea/volto-eea-kitkat/commit/c5c395b477d3cb73d2c19fac68b3d20ecb742219)]
|
|
19
|
+
- Release @eeacms/volto-columns-block@6.3.3 [EEA Jenkins - [`c1812d8`](https://github.com/eea/volto-eea-kitkat/commit/c1812d8a030fdbc2c31de96869542b9b88b23b22)]
|
|
20
|
+
- Release @eeacms/volto-accordion-block@10.2.0 [EEA Jenkins - [`9bcd84d`](https://github.com/eea/volto-eea-kitkat/commit/9bcd84d01a4d4d3f1af849acd2472fa2ecd5550f)]
|
|
21
|
+
- Release @eeacms/volto-tabs-block@5.1.0 [EEA Jenkins - [`2de0c0b`](https://github.com/eea/volto-eea-kitkat/commit/2de0c0beac5fdc7b085ed7de2c1dda8dffa6c75b)]
|
|
22
|
+
|
|
23
|
+
#### :hammer_and_wrench: Others
|
|
24
|
+
|
|
25
|
+
- test: Fix package.json scripts to use makefile [Alin Voinea - [`fafca3d`](https://github.com/eea/volto-eea-kitkat/commit/fafca3dde924f93e0d83aadd4ab49bd36f7a28e3)]
|
|
26
|
+
- i18n: Add en [Alin Voinea - [`91b42ec`](https://github.com/eea/volto-eea-kitkat/commit/91b42ecfdea8a077d1b72ec82ba840420dcfc748)]
|
|
27
|
+
### [18.0.3](https://github.com/eea/volto-eea-kitkat/compare/18.0.2...18.0.3) - 23 August 2023
|
|
28
|
+
|
|
29
|
+
#### :rocket: Dependency updates
|
|
30
|
+
|
|
31
|
+
- Release @eeacms/volto-accordion-block@10.1.1 [EEA Jenkins - [`7a56ad9`](https://github.com/eea/volto-eea-kitkat/commit/7a56ad931bfe880ae68f3ac762ffa9e9db4870c2)]
|
|
32
|
+
|
|
33
|
+
#### :hammer_and_wrench: Others
|
|
34
|
+
|
|
35
|
+
- test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`f3a61b9`](https://github.com/eea/volto-eea-kitkat/commit/f3a61b95bb39963eb531c65ac02dc634e682c686)]
|
|
7
36
|
### [18.0.2](https://github.com/eea/volto-eea-kitkat/compare/18.0.1...18.0.2) - 18 August 2023
|
|
8
37
|
|
|
9
38
|
#### :rocket: Dependency updates
|
package/docker-compose.yml
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
version: "3"
|
|
2
2
|
services:
|
|
3
3
|
backend:
|
|
4
|
-
image:
|
|
4
|
+
image: eeacms/plone-backend
|
|
5
5
|
ports:
|
|
6
6
|
- "8080:8080"
|
|
7
7
|
environment:
|
|
8
8
|
SITE: "Plone"
|
|
9
|
+
PROFILES: "eea.kitkat:testing"
|
|
9
10
|
|
|
10
11
|
frontend:
|
|
11
12
|
build:
|
|
@@ -23,6 +24,9 @@ services:
|
|
|
23
24
|
volumes:
|
|
24
25
|
- ./:/app/src/addons/${ADDON_PATH}
|
|
25
26
|
environment:
|
|
27
|
+
CI: "true"
|
|
28
|
+
NODE_ENV: "development"
|
|
29
|
+
RAZZLE_JEST_CONFIG: "src/addons/${ADDON_PATH}/jest-addon.config.js"
|
|
26
30
|
RAZZLE_INTERNAL_API_PATH: "http://backend:8080/Plone"
|
|
27
31
|
RAZZLE_DEV_PROXY_API_PATH: "http://backend:8080/Plone"
|
|
28
32
|
HOST: "0.0.0.0"
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
msgid ""
|
|
2
|
+
msgstr ""
|
|
3
|
+
"Project-Id-Version: \n"
|
|
4
|
+
"Report-Msgid-Bugs-To: \n"
|
|
5
|
+
"POT-Creation-Date: \n"
|
|
6
|
+
"PO-Revision-Date: \n"
|
|
7
|
+
"Last-Translator: \n"
|
|
8
|
+
"Language: \n"
|
|
9
|
+
"Language-Team: \n"
|
|
10
|
+
"Content-Type: \n"
|
|
11
|
+
"Content-Transfer-Encoding: \n"
|
|
12
|
+
"Plural-Forms: \n"
|
|
13
|
+
|
|
14
|
+
|
package/new.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "18.0
|
|
3
|
+
"version": "18.1.0",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
],
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@eeacms/countup": "2.0.4",
|
|
63
|
-
"@eeacms/volto-accordion-block": "10.
|
|
64
|
-
"@eeacms/volto-anchors": "0.4.
|
|
63
|
+
"@eeacms/volto-accordion-block": "10.3.0",
|
|
64
|
+
"@eeacms/volto-anchors": "0.4.1",
|
|
65
65
|
"@eeacms/volto-banner": "3.1.3",
|
|
66
66
|
"@eeacms/volto-block-divider": "6.1.2",
|
|
67
67
|
"@eeacms/volto-block-image-cards": "1.3.3",
|
|
68
68
|
"@eeacms/volto-block-style": "5.2.2",
|
|
69
69
|
"@eeacms/volto-call-to-action-block": "4.1.4",
|
|
70
|
-
"@eeacms/volto-columns-block": "6.3.
|
|
70
|
+
"@eeacms/volto-columns-block": "6.3.3",
|
|
71
71
|
"@eeacms/volto-corsproxy": "3.1.3",
|
|
72
72
|
"@eeacms/volto-description-block": "1.1.3",
|
|
73
73
|
"@eeacms/volto-group-block": "6.2.1",
|
|
@@ -77,31 +77,31 @@
|
|
|
77
77
|
"@eeacms/volto-metadata-block": "6.0.0",
|
|
78
78
|
"@eeacms/volto-nextcloud-video-block": "0.4.4",
|
|
79
79
|
"@eeacms/volto-object-widget": "5.1.3",
|
|
80
|
-
"@eeacms/volto-quote-block": "1.2.
|
|
80
|
+
"@eeacms/volto-quote-block": "1.2.2",
|
|
81
81
|
"@eeacms/volto-resize-helper": "1.3.3",
|
|
82
82
|
"@eeacms/volto-sentry-rancher-config": "3.1.1",
|
|
83
|
-
"@eeacms/volto-slate-footnote": "6.1.
|
|
83
|
+
"@eeacms/volto-slate-footnote": "6.1.4",
|
|
84
84
|
"@eeacms/volto-slate-label": "0.5.2",
|
|
85
85
|
"@eeacms/volto-slate-metadata-mentions": "7.0.0",
|
|
86
|
-
"@eeacms/volto-slate-zotero": "5.2.
|
|
87
|
-
"@eeacms/volto-statistic-block": "3.0.
|
|
88
|
-
"@eeacms/volto-tabs-block": "5.0
|
|
86
|
+
"@eeacms/volto-slate-zotero": "5.2.3",
|
|
87
|
+
"@eeacms/volto-statistic-block": "3.0.1",
|
|
88
|
+
"@eeacms/volto-tabs-block": "5.1.0",
|
|
89
89
|
"@eeacms/volto-tags-block": "1.2.1",
|
|
90
90
|
"@eeacms/volto-taxonomy": "4.1.0",
|
|
91
91
|
"@eeacms/volto-timeline-block": "1.1.2",
|
|
92
92
|
"@eeacms/volto-widget-dataprovenance": "0.4.0",
|
|
93
93
|
"@eeacms/volto-widget-geolocation": "5.1.3",
|
|
94
|
-
"@eeacms/volto-widget-temporal-coverage": "5.1.
|
|
95
|
-
"@eeacms/volto-widget-theme-picker": "1.1.
|
|
94
|
+
"@eeacms/volto-widget-temporal-coverage": "5.1.3",
|
|
95
|
+
"@eeacms/volto-widget-theme-picker": "1.1.3",
|
|
96
96
|
"@eeacms/volto-widget-toggle": "3.1.2",
|
|
97
97
|
"@kitconcept/volto-blocks-grid": "7.0.2",
|
|
98
98
|
"@plone-collective/volto-sentry": "0.3.0"
|
|
99
99
|
},
|
|
100
100
|
"resolutions": {
|
|
101
101
|
"@eeacms/volto-nextcloud-video-block": "0.4.4",
|
|
102
|
-
"@eeacms/volto-anchors": "0.4.
|
|
103
|
-
"@eeacms/volto-quote-block": "1.2.
|
|
104
|
-
"@eeacms/volto-statistic-block": "3.0.
|
|
102
|
+
"@eeacms/volto-anchors": "0.4.1",
|
|
103
|
+
"@eeacms/volto-quote-block": "1.2.2",
|
|
104
|
+
"@eeacms/volto-statistic-block": "3.0.1",
|
|
105
105
|
"@eeacms/volto-tags-block": "1.2.1",
|
|
106
106
|
"@eeacms/volto-call-to-action-block": "4.1.4",
|
|
107
107
|
"@eeacms/volto-hero-block": "5.4.1",
|
|
@@ -109,12 +109,12 @@
|
|
|
109
109
|
"@eeacms/volto-description-block": "1.1.3",
|
|
110
110
|
"@eeacms/volto-slate-label": "0.5.2",
|
|
111
111
|
"@plone-collective/volto-sentry": "0.3.0",
|
|
112
|
-
"@eeacms/volto-accordion-block": "10.
|
|
112
|
+
"@eeacms/volto-accordion-block": "10.3.0",
|
|
113
113
|
"@eeacms/volto-banner": "3.1.3",
|
|
114
114
|
"@eeacms/volto-block-divider": "6.1.2",
|
|
115
115
|
"@eeacms/volto-block-image-cards": "1.3.3",
|
|
116
116
|
"@eeacms/volto-block-style": "5.2.2",
|
|
117
|
-
"@eeacms/volto-columns-block": "6.3.
|
|
117
|
+
"@eeacms/volto-columns-block": "6.3.3",
|
|
118
118
|
"@eeacms/volto-corsproxy": "3.1.3",
|
|
119
119
|
"@eeacms/volto-group-block": "6.2.1",
|
|
120
120
|
"@eeacms/volto-listing-block": "5.0.0",
|
|
@@ -123,16 +123,16 @@
|
|
|
123
123
|
"@eeacms/volto-object-widget": "5.1.3",
|
|
124
124
|
"@eeacms/volto-resize-helper": "1.3.3",
|
|
125
125
|
"@eeacms/volto-sentry-rancher-config": "3.1.1",
|
|
126
|
-
"@eeacms/volto-slate-footnote": "6.1.
|
|
126
|
+
"@eeacms/volto-slate-footnote": "6.1.4",
|
|
127
127
|
"@eeacms/volto-slate-metadata-mentions": "7.0.0",
|
|
128
|
-
"@eeacms/volto-slate-zotero": "5.2.
|
|
129
|
-
"@eeacms/volto-tabs-block": "5.0
|
|
128
|
+
"@eeacms/volto-slate-zotero": "5.2.3",
|
|
129
|
+
"@eeacms/volto-tabs-block": "5.1.0",
|
|
130
130
|
"@eeacms/volto-taxonomy": "4.1.0",
|
|
131
131
|
"@eeacms/volto-widget-geolocation": "5.1.3",
|
|
132
132
|
"@eeacms/volto-widget-dataprovenance": "0.4.0",
|
|
133
|
-
"@eeacms/volto-widget-temporal-coverage": "5.1.
|
|
133
|
+
"@eeacms/volto-widget-temporal-coverage": "5.1.3",
|
|
134
134
|
"@eeacms/volto-widget-toggle": "3.1.2",
|
|
135
|
-
"@eeacms/volto-widget-theme-picker": "1.1.
|
|
135
|
+
"@eeacms/volto-widget-theme-picker": "1.1.3",
|
|
136
136
|
"@eeacms/countup": "2.0.4"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
package/old.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.3",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
],
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@eeacms/countup": "2.0.4",
|
|
63
|
-
"@eeacms/volto-accordion-block": "10.1.
|
|
63
|
+
"@eeacms/volto-accordion-block": "10.1.1",
|
|
64
64
|
"@eeacms/volto-anchors": "0.4.0",
|
|
65
65
|
"@eeacms/volto-banner": "3.1.3",
|
|
66
66
|
"@eeacms/volto-block-divider": "6.1.2",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@eeacms/volto-columns-block": "6.3.2",
|
|
71
71
|
"@eeacms/volto-corsproxy": "3.1.3",
|
|
72
72
|
"@eeacms/volto-description-block": "1.1.3",
|
|
73
|
-
"@eeacms/volto-group-block": "6.2.
|
|
73
|
+
"@eeacms/volto-group-block": "6.2.1",
|
|
74
74
|
"@eeacms/volto-hero-block": "5.4.1",
|
|
75
75
|
"@eeacms/volto-listing-block": "5.0.0",
|
|
76
76
|
"@eeacms/volto-matomo": "4.1.3",
|
|
@@ -109,14 +109,14 @@
|
|
|
109
109
|
"@eeacms/volto-description-block": "1.1.3",
|
|
110
110
|
"@eeacms/volto-slate-label": "0.5.2",
|
|
111
111
|
"@plone-collective/volto-sentry": "0.3.0",
|
|
112
|
-
"@eeacms/volto-accordion-block": "10.1.
|
|
112
|
+
"@eeacms/volto-accordion-block": "10.1.1",
|
|
113
113
|
"@eeacms/volto-banner": "3.1.3",
|
|
114
114
|
"@eeacms/volto-block-divider": "6.1.2",
|
|
115
115
|
"@eeacms/volto-block-image-cards": "1.3.3",
|
|
116
116
|
"@eeacms/volto-block-style": "5.2.2",
|
|
117
117
|
"@eeacms/volto-columns-block": "6.3.2",
|
|
118
118
|
"@eeacms/volto-corsproxy": "3.1.3",
|
|
119
|
-
"@eeacms/volto-group-block": "6.2.
|
|
119
|
+
"@eeacms/volto-group-block": "6.2.1",
|
|
120
120
|
"@eeacms/volto-listing-block": "5.0.0",
|
|
121
121
|
"@eeacms/volto-matomo": "4.1.3",
|
|
122
122
|
"@eeacms/volto-metadata-block": "6.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "18.0
|
|
3
|
+
"version": "18.1.0",
|
|
4
4
|
"description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
],
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@eeacms/countup": "2.0.4",
|
|
63
|
-
"@eeacms/volto-accordion-block": "10.
|
|
64
|
-
"@eeacms/volto-anchors": "0.4.
|
|
63
|
+
"@eeacms/volto-accordion-block": "10.3.0",
|
|
64
|
+
"@eeacms/volto-anchors": "0.4.1",
|
|
65
65
|
"@eeacms/volto-banner": "3.1.3",
|
|
66
66
|
"@eeacms/volto-block-divider": "6.1.2",
|
|
67
67
|
"@eeacms/volto-block-image-cards": "1.3.3",
|
|
68
68
|
"@eeacms/volto-block-style": "5.2.2",
|
|
69
69
|
"@eeacms/volto-call-to-action-block": "4.1.4",
|
|
70
|
-
"@eeacms/volto-columns-block": "6.3.
|
|
70
|
+
"@eeacms/volto-columns-block": "6.3.3",
|
|
71
71
|
"@eeacms/volto-corsproxy": "3.1.3",
|
|
72
72
|
"@eeacms/volto-description-block": "1.1.3",
|
|
73
73
|
"@eeacms/volto-group-block": "6.2.1",
|
|
@@ -77,31 +77,31 @@
|
|
|
77
77
|
"@eeacms/volto-metadata-block": "6.0.0",
|
|
78
78
|
"@eeacms/volto-nextcloud-video-block": "0.4.4",
|
|
79
79
|
"@eeacms/volto-object-widget": "5.1.3",
|
|
80
|
-
"@eeacms/volto-quote-block": "1.2.
|
|
80
|
+
"@eeacms/volto-quote-block": "1.2.2",
|
|
81
81
|
"@eeacms/volto-resize-helper": "1.3.3",
|
|
82
82
|
"@eeacms/volto-sentry-rancher-config": "3.1.1",
|
|
83
|
-
"@eeacms/volto-slate-footnote": "6.1.
|
|
83
|
+
"@eeacms/volto-slate-footnote": "6.1.4",
|
|
84
84
|
"@eeacms/volto-slate-label": "0.5.2",
|
|
85
85
|
"@eeacms/volto-slate-metadata-mentions": "7.0.0",
|
|
86
|
-
"@eeacms/volto-slate-zotero": "5.2.
|
|
87
|
-
"@eeacms/volto-statistic-block": "3.0.
|
|
88
|
-
"@eeacms/volto-tabs-block": "5.0
|
|
86
|
+
"@eeacms/volto-slate-zotero": "5.2.3",
|
|
87
|
+
"@eeacms/volto-statistic-block": "3.0.1",
|
|
88
|
+
"@eeacms/volto-tabs-block": "5.1.0",
|
|
89
89
|
"@eeacms/volto-tags-block": "1.2.1",
|
|
90
90
|
"@eeacms/volto-taxonomy": "4.1.0",
|
|
91
91
|
"@eeacms/volto-timeline-block": "1.1.2",
|
|
92
92
|
"@eeacms/volto-widget-dataprovenance": "0.4.0",
|
|
93
93
|
"@eeacms/volto-widget-geolocation": "5.1.3",
|
|
94
|
-
"@eeacms/volto-widget-temporal-coverage": "5.1.
|
|
95
|
-
"@eeacms/volto-widget-theme-picker": "1.1.
|
|
94
|
+
"@eeacms/volto-widget-temporal-coverage": "5.1.3",
|
|
95
|
+
"@eeacms/volto-widget-theme-picker": "1.1.3",
|
|
96
96
|
"@eeacms/volto-widget-toggle": "3.1.2",
|
|
97
97
|
"@kitconcept/volto-blocks-grid": "7.0.2",
|
|
98
98
|
"@plone-collective/volto-sentry": "0.3.0"
|
|
99
99
|
},
|
|
100
100
|
"resolutions": {
|
|
101
101
|
"@eeacms/volto-nextcloud-video-block": "0.4.4",
|
|
102
|
-
"@eeacms/volto-anchors": "0.4.
|
|
103
|
-
"@eeacms/volto-quote-block": "1.2.
|
|
104
|
-
"@eeacms/volto-statistic-block": "3.0.
|
|
102
|
+
"@eeacms/volto-anchors": "0.4.1",
|
|
103
|
+
"@eeacms/volto-quote-block": "1.2.2",
|
|
104
|
+
"@eeacms/volto-statistic-block": "3.0.1",
|
|
105
105
|
"@eeacms/volto-tags-block": "1.2.1",
|
|
106
106
|
"@eeacms/volto-call-to-action-block": "4.1.4",
|
|
107
107
|
"@eeacms/volto-hero-block": "5.4.1",
|
|
@@ -109,12 +109,12 @@
|
|
|
109
109
|
"@eeacms/volto-description-block": "1.1.3",
|
|
110
110
|
"@eeacms/volto-slate-label": "0.5.2",
|
|
111
111
|
"@plone-collective/volto-sentry": "0.3.0",
|
|
112
|
-
"@eeacms/volto-accordion-block": "10.
|
|
112
|
+
"@eeacms/volto-accordion-block": "10.3.0",
|
|
113
113
|
"@eeacms/volto-banner": "3.1.3",
|
|
114
114
|
"@eeacms/volto-block-divider": "6.1.2",
|
|
115
115
|
"@eeacms/volto-block-image-cards": "1.3.3",
|
|
116
116
|
"@eeacms/volto-block-style": "5.2.2",
|
|
117
|
-
"@eeacms/volto-columns-block": "6.3.
|
|
117
|
+
"@eeacms/volto-columns-block": "6.3.3",
|
|
118
118
|
"@eeacms/volto-corsproxy": "3.1.3",
|
|
119
119
|
"@eeacms/volto-group-block": "6.2.1",
|
|
120
120
|
"@eeacms/volto-listing-block": "5.0.0",
|
|
@@ -123,16 +123,16 @@
|
|
|
123
123
|
"@eeacms/volto-object-widget": "5.1.3",
|
|
124
124
|
"@eeacms/volto-resize-helper": "1.3.3",
|
|
125
125
|
"@eeacms/volto-sentry-rancher-config": "3.1.1",
|
|
126
|
-
"@eeacms/volto-slate-footnote": "6.1.
|
|
126
|
+
"@eeacms/volto-slate-footnote": "6.1.4",
|
|
127
127
|
"@eeacms/volto-slate-metadata-mentions": "7.0.0",
|
|
128
|
-
"@eeacms/volto-slate-zotero": "5.2.
|
|
129
|
-
"@eeacms/volto-tabs-block": "5.0
|
|
128
|
+
"@eeacms/volto-slate-zotero": "5.2.3",
|
|
129
|
+
"@eeacms/volto-tabs-block": "5.1.0",
|
|
130
130
|
"@eeacms/volto-taxonomy": "4.1.0",
|
|
131
131
|
"@eeacms/volto-widget-geolocation": "5.1.3",
|
|
132
132
|
"@eeacms/volto-widget-dataprovenance": "0.4.0",
|
|
133
|
-
"@eeacms/volto-widget-temporal-coverage": "5.1.
|
|
133
|
+
"@eeacms/volto-widget-temporal-coverage": "5.1.3",
|
|
134
134
|
"@eeacms/volto-widget-toggle": "3.1.2",
|
|
135
|
-
"@eeacms/volto-widget-theme-picker": "1.1.
|
|
135
|
+
"@eeacms/volto-widget-theme-picker": "1.1.3",
|
|
136
136
|
"@eeacms/countup": "2.0.4"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
package/partfile
CHANGED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
- test: Fix package.json scripts to use makefile [Alin Voinea - [`fafca3d`](https://github.com/eea/volto-eea-kitkat/commit/fafca3dde924f93e0d83aadd4ab49bd36f7a28e3)]
|
|
2
|
+
- i18n: Add en [Alin Voinea - [`91b42ec`](https://github.com/eea/volto-eea-kitkat/commit/91b42ecfdea8a077d1b72ec82ba840420dcfc748)]
|
package/releasefile
CHANGED
|
@@ -1,14 +1,157 @@
|
|
|
1
1
|
# Dependency updates
|
|
2
2
|
|
|
3
|
-
### [@eeacms/volto-
|
|
3
|
+
### [@eeacms/volto-accordion-block: 10.1.1 ~ 10.3.0](https://github.com/eea/volto-accordion-block/releases)
|
|
4
|
+
|
|
5
|
+
###### :rocket: New Features
|
|
6
|
+
|
|
7
|
+
- feat(accordion): improve a11n by providing aria-expanded and open close using spacebar on header [David Ichim - [`26951d9`](https://github.com/eea/volto-accordion-block/commit/26951d9f729b868658feba0971cd3c68fdb228be)]
|
|
8
|
+
###### :hammer_and_wrench: Others
|
|
9
|
+
|
|
10
|
+
- Release 10.2.0 [Alin Voinea - [`357dce5`](https://github.com/eea/volto-accordion-block/commit/357dce5d45f87b42f705f2a5d35d6e601168bb12)]
|
|
11
|
+
- update test snapshot after latest a11n changes [David Ichim - [`12cc58f`](https://github.com/eea/volto-accordion-block/commit/12cc58fd5f8831f8daba4cf9b3d8bb0392a3c129)]
|
|
12
|
+
|
|
13
|
+
###### :rocket: New Features
|
|
14
|
+
|
|
15
|
+
- feat: open Panels on diff - Refs [#256378](https://taskman.eionet.europa.eu/issues/256378) [dobri1408 - [`47cfb04`](https://github.com/eea/volto-accordion-block/commit/47cfb044ba98a984b50c2b4c321174a7a280ad1c)]
|
|
16
|
+
###### :bug: Bug Fixes
|
|
17
|
+
|
|
18
|
+
- fix(ssr): by passing intl by passing from extendedSchema function [David Ichim - [`b69612a`](https://github.com/eea/volto-accordion-block/commit/b69612a99519f0f989c72c7090d09999c016dc01)]
|
|
19
|
+
###### :house: Internal changes
|
|
20
|
+
|
|
21
|
+
- chore: Remove i18n.js script [Alin Voinea - [`d7e5e38`](https://github.com/eea/volto-accordion-block/commit/d7e5e38c216459f6e00a02db1d6c2d9329ac7189)]
|
|
22
|
+
###### :hammer_and_wrench: Others
|
|
23
|
+
|
|
24
|
+
- i18n: Add en [Alin Voinea - [`13f2685`](https://github.com/eea/volto-accordion-block/commit/13f26851c2d9ff6dfed2319443afa19a24f7db02)]
|
|
25
|
+
- Release 10.3.0 [Alin Voinea - [`4b59ff2`](https://github.com/eea/volto-accordion-block/commit/4b59ff2af0d988de7d8cc72eeb59d865b01b6f38)]
|
|
26
|
+
|
|
27
|
+
### [@eeacms/volto-anchors: 0.4.0 ~ 0.4.1](https://github.com/eea/volto-anchors/releases)
|
|
28
|
+
|
|
29
|
+
###### :hammer_and_wrench: Others
|
|
30
|
+
|
|
31
|
+
- i18n: Add en [Alin Voinea - [`1c88331`](https://github.com/eea/volto-anchors/commit/1c88331eb64f337de340e00df4ba1335558d24b3)]
|
|
32
|
+
- test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`43fdc52`](https://github.com/eea/volto-anchors/commit/43fdc52f539ef1151913655ecccc1d9a7641b9fe)]
|
|
33
|
+
|
|
34
|
+
### [@eeacms/volto-columns-block: 6.3.2 ~ 6.3.3](https://github.com/eea/volto-columns-block/releases)
|
|
35
|
+
|
|
36
|
+
###### :rocket: New Features
|
|
37
|
+
|
|
38
|
+
- feat: add Spanish language [Leonardo Caballero - [`2e9baca`](https://github.com/eea/volto-columns-block/commit/2e9baca538250fe287dfc8c253b54f06bf5f5c10)]
|
|
39
|
+
###### :house: Documentation changes
|
|
40
|
+
|
|
41
|
+
- docs: Cleanup Makefile, update DEVELOP documentation, i18n - Refs [#254894](https://taskman.eionet.europa.eu/issues/254894) [valentinab25 - [`54401a7`](https://github.com/eea/volto-columns-block/commit/54401a7a8ab2294312734c3a8be627d1597a224b)]
|
|
42
|
+
###### :hammer_and_wrench: Others
|
|
43
|
+
|
|
44
|
+
- test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`7ad8d40`](https://github.com/eea/volto-columns-block/commit/7ad8d4092f07474c54ea2f83fb43e2af29e82831)]
|
|
45
|
+
- maintenance: Updated i18n support [Leonardo Caballero - [`5d157ec`](https://github.com/eea/volto-columns-block/commit/5d157eccd948336545e71d02d8f7cb37a896c386)]
|
|
46
|
+
|
|
47
|
+
### [@eeacms/volto-quote-block: 1.2.1 ~ 1.2.2](https://github.com/eea/volto-quote-block/releases)
|
|
48
|
+
|
|
49
|
+
###### :house: Documentation changes
|
|
50
|
+
|
|
51
|
+
- docs: add demo gif - Refs [#253277](https://taskman.eionet.europa.eu/issues/253277) [ana-oprea - [`d28a1c4`](https://github.com/eea/volto-quote-block/commit/d28a1c43021a48f27687552f700883cbc35d17c6)]
|
|
52
|
+
- docs: Cleanup Makefile, update DEVELOP documentation, i18n - Refs [#254894](https://taskman.eionet.europa.eu/issues/254894) [valentinab25 - [`f37377d`](https://github.com/eea/volto-quote-block/commit/f37377dc0d2f7211a670cf339d8a3d0c56cf1e2d)]
|
|
53
|
+
###### :hammer_and_wrench: Others
|
|
54
|
+
|
|
55
|
+
- i18n: Add en [Alin Voinea - [`04d46b7`](https://github.com/eea/volto-quote-block/commit/04d46b7fa0c5f7cab7da416e502fa52003b50297)]
|
|
56
|
+
- test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`bb82a02`](https://github.com/eea/volto-quote-block/commit/bb82a02399a690bbbfc001188dd6371d27c40fb3)]
|
|
57
|
+
|
|
58
|
+
### [@eeacms/volto-slate-footnote: 6.1.2 ~ 6.1.4](https://github.com/eea/volto-slate-footnote/releases)
|
|
59
|
+
|
|
60
|
+
###### :bug: Bug Fixes
|
|
61
|
+
|
|
62
|
+
- fix: metadata block error - Refs [#256758](https://taskman.eionet.europa.eu/issues/256758) [dobri1408 - [`90cbf4b`](https://github.com/eea/volto-slate-footnote/commit/90cbf4bfdcc19efa8fc316d8a01387813b6768ac)]
|
|
63
|
+
###### :house: Documentation changes
|
|
64
|
+
|
|
65
|
+
- docs: Cleanup Makefile, update DEVELOP documentation, i18n - Refs [#254894](https://taskman.eionet.europa.eu/issues/254894) [valentinab25 - [`64077a5`](https://github.com/eea/volto-slate-footnote/commit/64077a55200a3d35048867ed1816ef1544b86af9)]
|
|
66
|
+
- docs: add docker backend [valentinab25 - [`72280e8`](https://github.com/eea/volto-slate-footnote/commit/72280e87274f52ecfb513d8d7853e2a1a57df6a4)]
|
|
67
|
+
###### :hammer_and_wrench: Others
|
|
68
|
+
|
|
69
|
+
- increase code covreage [Dobricean Ioan Dorian - [`d61c883`](https://github.com/eea/volto-slate-footnote/commit/d61c883df33355c8c79abd1dc2b9e55590f2542b)]
|
|
70
|
+
- test: Fix package.json scripts to use makefile [Alin Voinea - [`e2a4d77`](https://github.com/eea/volto-slate-footnote/commit/e2a4d77e2d750bd1a35b470e7731ccca59c5bbc4)]
|
|
71
|
+
- i18n: Add en [Alin Voinea - [`8a48917`](https://github.com/eea/volto-slate-footnote/commit/8a489177b3a5f11aa742d5213442a67f9cb6b2e9)]
|
|
72
|
+
- test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`86ea0e1`](https://github.com/eea/volto-slate-footnote/commit/86ea0e1034d4b3c8be08a43cf7daf393675898de)]
|
|
4
73
|
|
|
5
74
|
###### :bug: Bug Fixes
|
|
6
75
|
|
|
7
|
-
- fix:
|
|
76
|
+
- fix: force footnotes to open in the same tab - Refs [#257251](https://taskman.eionet.europa.eu/issues/257251) [dobri1408 - [`20bb988`](https://github.com/eea/volto-slate-footnote/commit/20bb988534413a837786ab10cc09244498dbcb7e)]
|
|
77
|
+
###### :hammer_and_wrench: Others
|
|
78
|
+
|
|
79
|
+
- increase code coverage [Dobricean Ioan Dorian - [`3ba3ef3`](https://github.com/eea/volto-slate-footnote/commit/3ba3ef3187b1119d7be96ac2f952a36368163b97)]
|
|
80
|
+
|
|
81
|
+
### [@eeacms/volto-slate-zotero: 5.2.2 ~ 5.2.3](https://github.com/eea/volto-slate-zotero/releases)
|
|
82
|
+
|
|
83
|
+
###### :bug: Bug Fixes
|
|
84
|
+
|
|
85
|
+
- fix: parse int no results from openaire - Refs [#256515](https://taskman.eionet.europa.eu/issues/256515) [rexalex - [`efdad78`](https://github.com/eea/volto-slate-zotero/commit/efdad78847affdcaca5207823572e4b6a3b33703)]
|
|
86
|
+
- fix: improve css to fix eea design system visual bugs - Refs [#256753](https://taskman.eionet.europa.eu/issues/256753) [rexalex - [`c7aa518`](https://github.com/eea/volto-slate-zotero/commit/c7aa5189a92e5885922fd12c94b6a1435eb236e6)]
|
|
87
|
+
###### :house: Documentation changes
|
|
88
|
+
|
|
89
|
+
- docs: Cleanup Makefile, update DEVELOP documentation, i18n - Refs [#254894](https://taskman.eionet.europa.eu/issues/254894) [valentinab25 - [`44be84d`](https://github.com/eea/volto-slate-zotero/commit/44be84d007e076391652c330ac5718c039afccf2)]
|
|
90
|
+
###### :hammer_and_wrench: Others
|
|
91
|
+
|
|
92
|
+
- i18n: Add en [Alin Voinea - [`802aa40`](https://github.com/eea/volto-slate-zotero/commit/802aa40bed8d24c9dbe0f8b820a2ed50054c2da5)]
|
|
93
|
+
- test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`c7ca468`](https://github.com/eea/volto-slate-zotero/commit/c7ca468a8688593f0d8898e3727660b9f0c8cd19)]
|
|
94
|
+
|
|
95
|
+
### [@eeacms/volto-statistic-block: 3.0.0 ~ 3.0.1](https://github.com/eea/volto-statistic-block/releases)
|
|
96
|
+
|
|
97
|
+
###### :house: Documentation changes
|
|
98
|
+
|
|
99
|
+
- docs: add demo gif - Refs [#253277](https://taskman.eionet.europa.eu/issues/253277) [ana-oprea - [`3a5ebbc`](https://github.com/eea/volto-statistic-block/commit/3a5ebbc8a7526170773a9153200aa48dbc7df89e)]
|
|
100
|
+
- docs: Cleanup Makefile, update DEVELOP documentation, i18n - Refs [#254894](https://taskman.eionet.europa.eu/issues/254894) [valentinab25 - [`edf24ac`](https://github.com/eea/volto-statistic-block/commit/edf24ac3c8d4516ee6256341f340aa73c0abf0a9)]
|
|
101
|
+
###### :hammer_and_wrench: Others
|
|
102
|
+
|
|
103
|
+
- i18n: Add en [Alin Voinea - [`8954bbb`](https://github.com/eea/volto-statistic-block/commit/8954bbbe756f8137118f66eaca660d0a6c72986c)]
|
|
104
|
+
- test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`32673cf`](https://github.com/eea/volto-statistic-block/commit/32673cf884a5ce7287a7e7538bd6f04925e98901)]
|
|
105
|
+
|
|
106
|
+
### [@eeacms/volto-tabs-block: 5.0.8 ~ 5.1.0](https://github.com/eea/volto-tabs-block/releases)
|
|
107
|
+
|
|
108
|
+
###### :rocket: New Features
|
|
109
|
+
|
|
110
|
+
- feat(i18n): Add i18n support and pt_BR translation #62 from andreclimaco/develop [ichim-david - [`7c64ce8`](https://github.com/eea/volto-tabs-block/commit/7c64ce8cfc0b83fa76fa59faa5eac11bad6b01be)]
|
|
111
|
+
###### :bug: Bug Fixes
|
|
112
|
+
|
|
113
|
+
- fix:console error in HorizontalResponsiveView and HorizontalResponsiveEdit [André Clímaco - [`e80acd4`](https://github.com/eea/volto-tabs-block/commit/e80acd436be01560f82d143a1649f6d4e1cd6ae2)]
|
|
114
|
+
###### :house: Internal changes
|
|
115
|
+
|
|
116
|
+
- chore: restore setting of children instead of items reverting the changes from e80acd [David Ichim - [`d4e8385`](https://github.com/eea/volto-tabs-block/commit/d4e83855c7e62105a74b5e0f77c17e61e4e75e6e)]
|
|
117
|
+
- chore(docs): update README with the correct path to the gif #61 from eea/docs [ichim-david - [`8b75a86`](https://github.com/eea/volto-tabs-block/commit/8b75a869d1d82caa75bf45a15178063e660ec0cf)]
|
|
118
|
+
###### :house: Documentation changes
|
|
119
|
+
|
|
120
|
+
- docs: update README with the correct path to the gif [ana-oprea - [`53989f7`](https://github.com/eea/volto-tabs-block/commit/53989f7ba9e7fa6657d53ee3b717345d5c13bafd)]
|
|
121
|
+
###### :hammer_and_wrench: Others
|
|
122
|
+
|
|
123
|
+
- prettier fix [David Ichim - [`ac3e199`](https://github.com/eea/volto-tabs-block/commit/ac3e199a33651d21c003bf87b544c27f32a4638a)]
|
|
124
|
+
- bump package version [David Ichim - [`011a9f0`](https://github.com/eea/volto-tabs-block/commit/011a9f0ef826e3a1367f0ea81a64072f49e239f8)]
|
|
125
|
+
- lint fix after i18n enhancements from community [David Ichim - [`c46f8e1`](https://github.com/eea/volto-tabs-block/commit/c46f8e1096ab7e99b9a98e1c191b27f508e977eb)]
|
|
126
|
+
- test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`21697b3`](https://github.com/eea/volto-tabs-block/commit/21697b3ebe7f52f7753e491ab76733df4004955f)]
|
|
127
|
+
- Add i18n support and pt_BR translation [André Clímaco - [`dfb1e66`](https://github.com/eea/volto-tabs-block/commit/dfb1e667a91e8250ea437a950217c6474771f3e5)]
|
|
128
|
+
|
|
129
|
+
### [@eeacms/volto-widget-temporal-coverage: 5.1.2 ~ 5.1.3](https://github.com/eea/volto-widget-temporal-coverage/releases)
|
|
130
|
+
|
|
131
|
+
###### :house: Internal changes
|
|
132
|
+
|
|
133
|
+
- chore: Remove i18n.js script [Alin Voinea - [`9322f26`](https://github.com/eea/volto-widget-temporal-coverage/commit/9322f26c79826cb2c62308a6e357f881e1c29975)]
|
|
8
134
|
###### :house: Documentation changes
|
|
9
135
|
|
|
10
|
-
- docs:
|
|
136
|
+
- docs: add demo gif - Refs [#253277](https://taskman.eionet.europa.eu/issues/253277) [ana-oprea - [`36161fe`](https://github.com/eea/volto-widget-temporal-coverage/commit/36161fe73d8622ea827c01b162c7b830010b0452)]
|
|
137
|
+
- docs: Cleanup Makefile, update DEVELOP documentation, i18n - Refs [#254894](https://taskman.eionet.europa.eu/issues/254894) [valentinab25 - [`ca96f9e`](https://github.com/eea/volto-widget-temporal-coverage/commit/ca96f9ec6378bf0838b47dc7e500d9ebdd3cae88)]
|
|
11
138
|
###### :hammer_and_wrench: Others
|
|
12
139
|
|
|
13
|
-
-
|
|
140
|
+
- i18n: Add en [Alin Voinea - [`b57b664`](https://github.com/eea/volto-widget-temporal-coverage/commit/b57b6643d857506247a4ef55df720d163c464caf)]
|
|
141
|
+
- test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`1a33e8d`](https://github.com/eea/volto-widget-temporal-coverage/commit/1a33e8d4556d342fa355b86249d3ec50cf7848da)]
|
|
142
|
+
|
|
143
|
+
### [@eeacms/volto-widget-theme-picker: 1.1.2 ~ 1.1.3](https://github.com/eea/volto-widget-theme-picker/releases)
|
|
144
|
+
|
|
145
|
+
###### :house: Documentation changes
|
|
146
|
+
|
|
147
|
+
- docs: add demo gif - Refs [#253277](https://taskman.eionet.europa.eu/issues/253277) [ana-oprea - [`6fb046f`](https://github.com/eea/volto-widget-theme-picker/commit/6fb046f8eeeddc279aebe092c59f6b3760a3cc4c)]
|
|
148
|
+
- docs: Cleanup Makefile, update DEVELOP documentation, i18n - Refs [#254894](https://taskman.eionet.europa.eu/issues/254894) [valentinab25 - [`21582c2`](https://github.com/eea/volto-widget-theme-picker/commit/21582c27b657333b05b9244a5bc970b7e358844e)]
|
|
149
|
+
###### :hammer_and_wrench: Others
|
|
150
|
+
|
|
151
|
+
- i18n: Add en [Alin Voinea - [`887a3ae`](https://github.com/eea/volto-widget-theme-picker/commit/887a3ae639c49d368e76365eb42cdc9d4ee223ee)]
|
|
152
|
+
- test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`0aa0de3`](https://github.com/eea/volto-widget-theme-picker/commit/0aa0de382baa92e95dd857fe7b20bec01b0ded96)]
|
|
153
|
+
|
|
154
|
+
# Internal
|
|
14
155
|
|
|
156
|
+
- test: Fix package.json scripts to use makefile [Alin Voinea - [`fafca3d`](https://github.com/eea/volto-eea-kitkat/commit/fafca3dde924f93e0d83aadd4ab49bd36f7a28e3)]
|
|
157
|
+
- i18n: Add en [Alin Voinea - [`91b42ec`](https://github.com/eea/volto-eea-kitkat/commit/91b42ecfdea8a077d1b72ec82ba840420dcfc748)]
|