@eeacms/volto-cca-policy 0.3.75 → 0.3.76
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 +16 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,11 @@ 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.3.
|
|
7
|
+
### [0.3.76](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.1...0.3.76) - 30 July 2025
|
|
8
|
+
|
|
9
|
+
#### :rocket: Dependency updates
|
|
10
|
+
|
|
11
|
+
- Release @eeacms/volto-searchlib@2.1.7 [EEA Jenkins - [`ef5499d`](https://github.com/eea/volto-cca-policy/commit/ef5499dfc12182ac38af1283bbc87fd154891a6c)]
|
|
8
12
|
|
|
9
13
|
#### :bug: Bug Fixes
|
|
10
14
|
|
|
@@ -96,7 +100,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
96
100
|
- Add some loadable for components [Tiberiu Ichim - [`1793962`](https://github.com/eea/volto-cca-policy/commit/179396211c66a6a2465b2d1b6c0f2afc40fc7189)]
|
|
97
101
|
- Refs #284961 - test [Tripon Eugen - [`c989f1f`](https://github.com/eea/volto-cca-policy/commit/c989f1f8638c0c5233c5c49f8673c9a2cdc7937e)]
|
|
98
102
|
- Refs #284961 - add translations [Tripon Eugen - [`04ee988`](https://github.com/eea/volto-cca-policy/commit/04ee988c086d393b9b37ce1ea8d24f5e84f266aa)]
|
|
99
|
-
### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.
|
|
103
|
+
### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.75...1.0.0-alpha.0) - 15 July 2025
|
|
104
|
+
|
|
105
|
+
### [0.3.75](https://github.com/eea/volto-cca-policy/compare/0.3.74...0.3.75) - 30 July 2025
|
|
106
|
+
|
|
107
|
+
#### :bug: Bug Fixes
|
|
108
|
+
|
|
109
|
+
- fix: trailing space issue in HtmlSlateWidget - refs #290137 [kreafox - [`34c1ff6`](https://github.com/eea/volto-cca-policy/commit/34c1ff6896a0fe3fae40527f31ea34220e945163)]
|
|
110
|
+
|
|
111
|
+
#### :house: Internal changes
|
|
112
|
+
|
|
113
|
+
- style: Automated code fix [eea-jenkins - [`0e75a69`](https://github.com/eea/volto-cca-policy/commit/0e75a6978a2b43e8ad4545ea5fb41191354fd9d0)]
|
|
100
114
|
|
|
101
115
|
### [0.3.74](https://github.com/eea/volto-cca-policy/compare/0.3.73...0.3.74) - 29 July 2025
|
|
102
116
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-cca-policy",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.76",
|
|
4
4
|
"description": "@eeacms/volto-cca-policy: Volto add-on",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "European Environment Agency: IDM2 A-Team",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@eeacms/volto-globalsearch": "2.1.2",
|
|
37
37
|
"@eeacms/volto-openlayers-map": "1.0.1",
|
|
38
38
|
"@eeacms/volto-plotlycharts": "13.0.2",
|
|
39
|
-
"@eeacms/volto-searchlib": "2.1.
|
|
39
|
+
"@eeacms/volto-searchlib": "2.1.7",
|
|
40
40
|
"@eeacms/volto-slate-label": "1.0.1",
|
|
41
41
|
"@eeacms/volto-tabs-block": "9.0.3",
|
|
42
42
|
"@elastic/search-ui": "1.21.2",
|