@eeacms/volto-cca-policy 0.3.77 → 0.3.78

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/package.json +1 -3
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ 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.77](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.1...0.3.77) - 30 July 2025
7
+ ### [0.3.78](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.1...0.3.78) - 31 July 2025
8
8
 
9
9
  #### :rocket: Dependency updates
10
10
 
@@ -20,6 +20,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
20
20
  - style: Automated code fix [eea-jenkins - [`0e75a69`](https://github.com/eea/volto-cca-policy/commit/0e75a6978a2b43e8ad4545ea5fb41191354fd9d0)]
21
21
  - style: fix item spacing [kreafox - [`7d4535d`](https://github.com/eea/volto-cca-policy/commit/7d4535dbc486e6cb80fc55d6ac8c7c01d9cf48af)]
22
22
 
23
+ #### :hammer_and_wrench: Others
24
+
25
+ - Remove plotlycharts [Tiberiu Ichim - [`a643a3f`](https://github.com/eea/volto-cca-policy/commit/a643a3f432371e43fa723f7b9b0fa803a361eb61)]
23
26
  ### [1.0.0-alpha.1](https://github.com/eea/volto-cca-policy/compare/1.0.0-alpha.0...1.0.0-alpha.1) - 28 July 2025
24
27
 
25
28
  #### :rocket: Dependency updates
@@ -101,7 +104,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
101
104
  - Add some loadable for components [Tiberiu Ichim - [`1793962`](https://github.com/eea/volto-cca-policy/commit/179396211c66a6a2465b2d1b6c0f2afc40fc7189)]
102
105
  - Refs #284961 - test [Tripon Eugen - [`c989f1f`](https://github.com/eea/volto-cca-policy/commit/c989f1f8638c0c5233c5c49f8673c9a2cdc7937e)]
103
106
  - Refs #284961 - add translations [Tripon Eugen - [`04ee988`](https://github.com/eea/volto-cca-policy/commit/04ee988c086d393b9b37ce1ea8d24f5e84f266aa)]
104
- ### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.76...1.0.0-alpha.0) - 15 July 2025
107
+ ### [1.0.0-alpha.0](https://github.com/eea/volto-cca-policy/compare/0.3.77...1.0.0-alpha.0) - 15 July 2025
108
+
109
+ ### [0.3.77](https://github.com/eea/volto-cca-policy/compare/0.3.76...0.3.77) - 30 July 2025
110
+
111
+ #### :bug: Bug Fixes
112
+
113
+ - fix: add missing props for title block [kreafox - [`1d8efa0`](https://github.com/eea/volto-cca-policy/commit/1d8efa0136960261196e7585f89f4ff7db75ae17)]
105
114
 
106
115
  ### [0.3.76](https://github.com/eea/volto-cca-policy/compare/0.3.75...0.3.76) - 30 July 2025
107
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-cca-policy",
3
- "version": "0.3.77",
3
+ "version": "0.3.78",
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",
@@ -25,7 +25,6 @@
25
25
  "@eeacms/volto-tabs-block",
26
26
  "@eeacms/volto-datablocks",
27
27
  "@eeacms/volto-embed",
28
- "@eeacms/volto-plotlycharts",
29
28
  "@eeacms/volto-globalsearch"
30
29
  ],
31
30
  "dependencies": {
@@ -35,7 +34,6 @@
35
34
  "@eeacms/volto-embed": "*",
36
35
  "@eeacms/volto-globalsearch": "2.1.2",
37
36
  "@eeacms/volto-openlayers-map": "1.0.1",
38
- "@eeacms/volto-plotlycharts": "13.0.2",
39
37
  "@eeacms/volto-searchlib": "2.1.7",
40
38
  "@eeacms/volto-slate-label": "1.0.1",
41
39
  "@eeacms/volto-tabs-block": "9.0.3",