@eeacms/volto-cca-policy 0.2.51 → 0.2.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -2
- package/locales/bg/LC_MESSAGES/volto.po +241 -383
- package/locales/cs/LC_MESSAGES/volto.po +227 -336
- package/locales/de/LC_MESSAGES/volto.po +56 -24
- package/locales/en/LC_MESSAGES/volto.po +55 -23
- package/locales/es/LC_MESSAGES/volto.po +56 -24
- package/locales/et/LC_MESSAGES/volto.po +224 -326
- package/locales/fi/LC_MESSAGES/volto.po +234 -360
- package/locales/fr/LC_MESSAGES/volto.po +56 -24
- package/locales/ga/LC_MESSAGES/volto.po +242 -390
- package/locales/hr/LC_MESSAGES/volto.po +227 -333
- package/locales/hu/LC_MESSAGES/volto.po +245 -398
- package/locales/it/LC_MESSAGES/volto.po +56 -24
- package/locales/lt/LC_MESSAGES/volto.po +233 -347
- package/locales/nl/LC_MESSAGES/volto.po +241 -382
- package/locales/pl/LC_MESSAGES/volto.po +56 -24
- package/locales/pt/LC_MESSAGES/volto.po +232 -360
- package/locales/ro/LC_MESSAGES/volto.po +239 -375
- package/locales/sl/LC_MESSAGES/volto.po +233 -352
- package/locales/volto.pot +44 -19
- package/package.json +1 -1
- package/src/components/manage/Blocks/CaseStudyExplorer/CaseStudyExplorerView.js +12 -1
- package/src/components/manage/Blocks/CaseStudyExplorer/CaseStudyFilters.jsx +23 -4
- package/src/helpers/ContentMetadata.jsx +2 -2
- package/src/search/facets.js +1 -1
- package/src/search/mission_all/config-all.js +11 -0
- package/src/search/mission_all/facets-all.js +1 -1
- package/src/search/mission_projects/facets-projects.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,21 @@ 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
|
-
### [0.2.
|
|
7
|
+
### [0.2.53](https://github.com/eea/volto-cca-policy/compare/0.2.52...0.2.53) - 11 July 2024
|
|
8
|
+
|
|
9
|
+
#### :house: Internal changes
|
|
10
|
+
|
|
11
|
+
- style: Automated code fix [eea-jenkins - [`6e93bf1`](https://github.com/eea/volto-cca-policy/commit/6e93bf1e2b41c75afd729b05136268e322de08ab)]
|
|
8
12
|
|
|
9
13
|
#### :hammer_and_wrench: Others
|
|
10
14
|
|
|
11
|
-
- Refs #
|
|
15
|
+
- Refs #271960 - adaptation approaches translations [Tripon Eugen - [`24c277b`](https://github.com/eea/volto-cca-policy/commit/24c277ba094101129902a2cf59c3adcf9d21814a)]
|
|
16
|
+
- Refs #271960 - adaptation approaches label [Tripon Eugen - [`2efa044`](https://github.com/eea/volto-cca-policy/commit/2efa044db4d66ec988a32832b73668691361a59a)]
|
|
17
|
+
- Refs #270064 - check options in query params [Tripon Eugen - [`f54ca00`](https://github.com/eea/volto-cca-policy/commit/f54ca00cb7bb678b45b6a05228a4883709c03a8e)]
|
|
18
|
+
### [0.2.52](https://github.com/eea/volto-cca-policy/compare/0.2.51...0.2.52) - 10 July 2024
|
|
19
|
+
|
|
20
|
+
### [0.2.51](https://github.com/eea/volto-cca-policy/compare/0.2.50...0.2.51) - 9 July 2024
|
|
21
|
+
|
|
12
22
|
### [0.2.50](https://github.com/eea/volto-cca-policy/compare/0.2.49...0.2.50) - 9 July 2024
|
|
13
23
|
|
|
14
24
|
### [0.2.49](https://github.com/eea/volto-cca-policy/compare/0.2.48...0.2.49) - 8 July 2024
|