@eeacms/volto-eea-kitkat 8.2.2 → 8.2.3
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 +7 -2
- package/CHANGELOG.md +7 -2
- package/new.json +5 -4
- package/old.json +3 -3
- package/package.json +5 -4
- package/partfile +1 -0
- package/releasefile +10 -4
package/CHANGELOG
CHANGED
|
@@ -4,11 +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
|
-
### [8.2.
|
|
7
|
+
### [8.2.3](https://github.com/eea/volto-eea-kitkat/compare/8.2.2...8.2.3) - 6 October 2022
|
|
8
8
|
|
|
9
9
|
#### :rocket: Dependency updates
|
|
10
10
|
|
|
11
|
-
- Release @eeacms/volto-
|
|
11
|
+
- Release @eeacms/volto-accordion-block@4.1.0 [EEA Jenkins - [`66615fa`](https://github.com/eea/volto-eea-kitkat/commit/66615fa6876acfa1846ef8f5dda490511f99569c)]
|
|
12
|
+
|
|
13
|
+
#### :hammer_and_wrench: Others
|
|
14
|
+
|
|
15
|
+
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`fdeeab3`](https://github.com/eea/volto-eea-kitkat/commit/fdeeab3e19db1a57e69dab8513d37323c0d16e11)]
|
|
16
|
+
### [8.2.2](https://github.com/eea/volto-eea-kitkat/compare/8.2.1...8.2.2) - 28 September 2022
|
|
12
17
|
|
|
13
18
|
### [8.2.1](https://github.com/eea/volto-eea-kitkat/compare/8.2.0...8.2.1) - 28 September 2022
|
|
14
19
|
|
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +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
|
-
### [8.2.
|
|
7
|
+
### [8.2.3](https://github.com/eea/volto-eea-kitkat/compare/8.2.2...8.2.3) - 6 October 2022
|
|
8
8
|
|
|
9
9
|
#### :rocket: Dependency updates
|
|
10
10
|
|
|
11
|
-
- Release @eeacms/volto-
|
|
11
|
+
- Release @eeacms/volto-accordion-block@4.1.0 [EEA Jenkins - [`66615fa`](https://github.com/eea/volto-eea-kitkat/commit/66615fa6876acfa1846ef8f5dda490511f99569c)]
|
|
12
|
+
|
|
13
|
+
#### :hammer_and_wrench: Others
|
|
14
|
+
|
|
15
|
+
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`fdeeab3`](https://github.com/eea/volto-eea-kitkat/commit/fdeeab3e19db1a57e69dab8513d37323c0d16e11)]
|
|
16
|
+
### [8.2.2](https://github.com/eea/volto-eea-kitkat/compare/8.2.1...8.2.2) - 28 September 2022
|
|
12
17
|
|
|
13
18
|
### [8.2.1](https://github.com/eea/volto-eea-kitkat/compare/8.2.0...8.2.1) - 28 September 2022
|
|
14
19
|
|
package/new.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.3",
|
|
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",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@eeacms/volto-block-image-cards"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@eeacms/volto-accordion-block": "4.
|
|
53
|
+
"@eeacms/volto-accordion-block": "4.1.0",
|
|
54
54
|
"@eeacms/volto-banner": "2.2.1",
|
|
55
55
|
"@eeacms/volto-block-divider": "3.0.2",
|
|
56
56
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"volto-slate": "6.4.0"
|
|
80
80
|
},
|
|
81
81
|
"resolutions": {
|
|
82
|
-
"@eeacms/volto-accordion-block": "4.
|
|
82
|
+
"@eeacms/volto-accordion-block": "4.1.0",
|
|
83
83
|
"@eeacms/volto-banner": "2.2.1",
|
|
84
84
|
"@eeacms/volto-block-divider": "3.0.2",
|
|
85
85
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
@@ -110,7 +110,8 @@
|
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@cypress/code-coverage": "^3.9.5",
|
|
112
112
|
"@plone/scripts": "*",
|
|
113
|
-
"babel-plugin-transform-class-properties": "^6.24.1"
|
|
113
|
+
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
114
|
+
"md5": "^2.3.0"
|
|
114
115
|
},
|
|
115
116
|
"scripts": {
|
|
116
117
|
"release": "release-it",
|
package/old.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.2",
|
|
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",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@eeacms/volto-corsproxy": "2.1.6",
|
|
61
61
|
"@eeacms/volto-depiction": "0.1.6",
|
|
62
62
|
"@eeacms/volto-group-block": "4.3.8",
|
|
63
|
-
"@eeacms/volto-listing-block": "0.6.
|
|
63
|
+
"@eeacms/volto-listing-block": "0.6.7",
|
|
64
64
|
"@eeacms/volto-matomo": "2.0.9",
|
|
65
65
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
66
66
|
"@eeacms/volto-object-widget": "4.0.2",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@eeacms/volto-corsproxy": "2.1.6",
|
|
90
90
|
"@eeacms/volto-depiction": "0.1.6",
|
|
91
91
|
"@eeacms/volto-group-block": "4.3.8",
|
|
92
|
-
"@eeacms/volto-listing-block": "0.6.
|
|
92
|
+
"@eeacms/volto-listing-block": "0.6.7",
|
|
93
93
|
"@eeacms/volto-matomo": "2.0.9",
|
|
94
94
|
"@eeacms/volto-metadata-block": "4.0.8",
|
|
95
95
|
"@eeacms/volto-object-widget": "4.0.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eeacms/volto-eea-kitkat",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.3",
|
|
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",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@eeacms/volto-block-image-cards"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@eeacms/volto-accordion-block": "4.
|
|
53
|
+
"@eeacms/volto-accordion-block": "4.1.0",
|
|
54
54
|
"@eeacms/volto-banner": "2.2.1",
|
|
55
55
|
"@eeacms/volto-block-divider": "3.0.2",
|
|
56
56
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"volto-slate": "6.4.0"
|
|
80
80
|
},
|
|
81
81
|
"resolutions": {
|
|
82
|
-
"@eeacms/volto-accordion-block": "4.
|
|
82
|
+
"@eeacms/volto-accordion-block": "4.1.0",
|
|
83
83
|
"@eeacms/volto-banner": "2.2.1",
|
|
84
84
|
"@eeacms/volto-block-divider": "3.0.2",
|
|
85
85
|
"@eeacms/volto-block-image-cards": "0.6.5",
|
|
@@ -110,7 +110,8 @@
|
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@cypress/code-coverage": "^3.9.5",
|
|
112
112
|
"@plone/scripts": "*",
|
|
113
|
-
"babel-plugin-transform-class-properties": "^6.24.1"
|
|
113
|
+
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
114
|
+
"md5": "^2.3.0"
|
|
114
115
|
},
|
|
115
116
|
"scripts": {
|
|
116
117
|
"release": "release-it",
|
package/partfile
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`fdeeab3`](https://github.com/eea/volto-eea-kitkat/commit/fdeeab3e19db1a57e69dab8513d37323c0d16e11)]
|
package/releasefile
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
# Dependency updates
|
|
2
2
|
|
|
3
|
-
### [@eeacms/volto-
|
|
3
|
+
### [@eeacms/volto-accordion-block: 4.0.0 ~ 4.1.0](https://github.com/eea/volto-accordion-block/releases)
|
|
4
4
|
|
|
5
|
-
###### :
|
|
5
|
+
###### :rocket: New Features
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- feat(accordion): Add possibility to provide semantic options and default theme - Refs [#153783](https://taskman.eionet.europa.eu/issues/153783) [Alin Voinea - [`9c7e210`](https://github.com/eea/volto-accordion-block/commit/9c7e210a12209b49a63ba4d131b990f7556fc3cb)]
|
|
8
|
+
###### :bug: Bug Fixes
|
|
9
|
+
|
|
10
|
+
- fix(accordion): Default icons on the right - Refs [#153783](https://taskman.eionet.europa.eu/issues/153783) [Alin Voinea - [`c3ba73e`](https://github.com/eea/volto-accordion-block/commit/c3ba73e21ef2ad9fddfdc113e3d16df63f05b5ee)]
|
|
8
11
|
###### :hammer_and_wrench: Others
|
|
9
12
|
|
|
10
|
-
-
|
|
13
|
+
- test(cypress): Add missing md5 dependency [Alin Voinea - [`1afae5d`](https://github.com/eea/volto-accordion-block/commit/1afae5d677de53778d5727334f9a6add8120d046)]
|
|
14
|
+
|
|
15
|
+
# Internal
|
|
11
16
|
|
|
17
|
+
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`fdeeab3`](https://github.com/eea/volto-eea-kitkat/commit/fdeeab3e19db1a57e69dab8513d37323c0d16e11)]
|