@eeacms/volto-n2k 1.1.8 → 1.1.9

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 +6 -0
  2. package/package.json +2 -4
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ 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
+ ### [1.1.9](https://github.com/eea/volto-n2k/compare/1.1.8...1.1.9) - 23 October 2025
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat(dependencies): remove volto-spotlight [Miu Razvan - [`2f3e6a1`](https://github.com/eea/volto-n2k/commit/2f3e6a111a2e38073d96398611f745c15e4a0ff7)]
12
+
7
13
  ### [1.1.8](https://github.com/eea/volto-n2k/compare/1.1.7...1.1.8) - 1 October 2025
8
14
 
9
15
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-n2k",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "volto-n2k: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -16,8 +16,7 @@
16
16
  "@eeacms/volto-datablocks",
17
17
  "@eeacms/volto-openlayers-map",
18
18
  "@eeacms/volto-resize-helper",
19
- "@eeacms/volto-tabs-block",
20
- "@eeacms/volto-spotlight"
19
+ "@eeacms/volto-tabs-block"
21
20
  ],
22
21
  "repository": {
23
22
  "type": "git",
@@ -27,7 +26,6 @@
27
26
  "@eeacms/volto-datablocks": "*",
28
27
  "@eeacms/volto-openlayers-map": "*",
29
28
  "@eeacms/volto-resize-helper": "*",
30
- "@eeacms/volto-spotlight": "*",
31
29
  "@eeacms/volto-tabs-block": "*",
32
30
  "d3": "^7.6.1",
33
31
  "d3-shape": "^3.1.0",