@eeacms/volto-eea-kitkat 4.1.5 → 4.1.6

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 CHANGED
@@ -4,8 +4,22 @@ 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
+ #### [4.1.6](https://github.com/eea/volto-eea-kitkat/compare/4.1.5...4.1.6)
8
+
9
+ - Cypress tests in child addons [`#18`](https://github.com/eea/volto-eea-kitkat/pull/18)
10
+ - screenshotOnRunFailure: false [`de33099`](https://github.com/eea/volto-eea-kitkat/commit/de330994f12db6e0436ddfcfa0dc173ddeff3778)
11
+ - cy: upload video on failure [`b3c2b46`](https://github.com/eea/volto-eea-kitkat/commit/b3c2b464b14baf5e2a972bc001f5872288faa0a8)
12
+ - Refs #142010 - Optimize Volto-addons gitflow pipelines [`8494683`](https://github.com/eea/volto-eea-kitkat/commit/84946833bfc87dac06ce38a23665b42addafdcfe)
13
+ - archive cypress-reports/videos [`ffa28b1`](https://github.com/eea/volto-eea-kitkat/commit/ffa28b10234ba316ffd7e133a94117e2e0f240ae)
14
+ - Release @eeacms/volto-accordion-block@3.4.8 [`9c99f2b`](https://github.com/eea/volto-eea-kitkat/commit/9c99f2b4ae946baa1c0190efff44ee547565b16a)
15
+ - shift configs -> cypress.json [`8c2ff75`](https://github.com/eea/volto-eea-kitkat/commit/8c2ff758fabf7a156d50ce179555862fec1cad3e)
16
+ - run cypress in child addons [`4a29e33`](https://github.com/eea/volto-eea-kitkat/commit/4a29e33c9ebfc2ca039e9da34bab55e58dc007d3)
17
+
7
18
  #### [4.1.5](https://github.com/eea/volto-eea-kitkat/compare/4.1.4...4.1.5)
8
19
 
20
+ > 19 November 2021
21
+
22
+ - Addons updates [`#17`](https://github.com/eea/volto-eea-kitkat/pull/17)
9
23
  - Release @eeacms/volto-block-style@3.5.3 [`6ca12a3`](https://github.com/eea/volto-eea-kitkat/commit/6ca12a382fbb5d8f7662fb5ba7169e5640b056c3)
10
24
  - Revert "Release volto-slate@5.1.1" [`fff322e`](https://github.com/eea/volto-eea-kitkat/commit/fff322e60cbb11639bb0987eaad3500225cfa9b8)
11
25
  - Release volto-slate@5.1.1 [`39a8899`](https://github.com/eea/volto-eea-kitkat/commit/39a8899700b84a170ad255677289efacca3c4c3a)
package/cypress.json CHANGED
@@ -13,5 +13,9 @@
13
13
  "mochaFile": "cypress/reports/cypress-[hash].xml",
14
14
  "jenkinsMode": true,
15
15
  "toConsole": true
16
- }
16
+ },
17
+ "integrationFolder": "../../../node_modules/@eeacms",
18
+ "testFiles": "**/cypress/integration/**/*.js",
19
+ "videoUploadOnPasses": false,
20
+ "screenshotOnRunFailure": false
17
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-kitkat",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "description": "@eeacms/volto-eea-kitkat: Volto Add-ons bundle - A known good set of Volto addons to be used within all EEA projects and beyond",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -49,7 +49,7 @@
49
49
  "@eeacms/volto-block-image-cards"
50
50
  ],
51
51
  "dependencies": {
52
- "@eeacms/volto-accordion-block": "3.4.7",
52
+ "@eeacms/volto-accordion-block": "3.4.8",
53
53
  "@eeacms/volto-banner": "1.0.1",
54
54
  "@eeacms/volto-block-divider": "2.1.3",
55
55
  "@eeacms/volto-block-image-cards": "0.1.4",
@@ -77,7 +77,7 @@
77
77
  "volto-slate": "4.2.1"
78
78
  },
79
79
  "resolutions": {
80
- "@eeacms/volto-accordion-block": "3.4.7",
80
+ "@eeacms/volto-accordion-block": "3.4.8",
81
81
  "@eeacms/volto-banner": "1.0.0",
82
82
  "@eeacms/volto-block-divider": "2.1.3",
83
83
  "@eeacms/volto-block-image-cards": "0.1.4",