@eeacms/volto-bise-policy 1.2.9 → 1.2.10

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 +10 -1
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -4,7 +4,16 @@ 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.2.9](https://github.com/eea/volto-bise-policy/compare/1.2.8...1.2.9) - 15 February 2024
7
+ ### [1.2.10](https://github.com/eea/volto-bise-policy/compare/1.2.9...1.2.10) - 13 May 2024
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix(tests): add cypress 13 to devdependencies [ana-oprea - [`30aa2da`](https://github.com/eea/volto-bise-policy/commit/30aa2da4e8c3cf49e52efa917c4a5a45c30ecd30)]
12
+
13
+ #### :hammer_and_wrench: Others
14
+
15
+ - pin eea-website-theme theme to 1.18.2 [ana-oprea - [`28c891c`](https://github.com/eea/volto-bise-policy/commit/28c891c5d09adbcacfa2e2256c1b3b9b23dc9042)]
16
+ ### [1.2.9](https://github.com/eea/volto-bise-policy/compare/1.2.8...1.2.9) - 9 May 2024
8
17
 
9
18
  ### [1.2.8](https://github.com/eea/volto-bise-policy/compare/1.2.7...1.2.8) - 12 February 2024
10
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-bise-policy",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "description": "@eeacms/volto-bise-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -27,13 +27,14 @@
27
27
  "@eeacms/volto-block-toc": "*",
28
28
  "@eeacms/volto-datablocks": "*",
29
29
  "@eeacms/volto-eea-design-system": "*",
30
- "@eeacms/volto-eea-website-theme": "*",
30
+ "@eeacms/volto-eea-website-theme": "<1.18.2",
31
31
  "@eeacms/volto-spotlight": "*",
32
32
  "esri-loader": "3.7.0",
33
33
  "plotly.js": "^2.28.0",
34
34
  "react-plotly.js": "2.6.0"
35
35
  },
36
36
  "devDependencies": {
37
+ "cypress": "13.1.0",
37
38
  "@cypress/code-coverage": "^3.10.0",
38
39
  "@plone/scripts": "*",
39
40
  "babel-plugin-transform-class-properties": "^6.24.1",