@eeacms/volto-eea-kitkat 2.0.1 → 3.0.2

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 +30 -0
  2. package/package.json +11 -13
package/CHANGELOG.md CHANGED
@@ -4,9 +4,39 @@ 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
+ #### [3.0.2](https://github.com/eea/volto-eea-kitkat/compare/3.0.1...3.0.2)
8
+
9
+ - Update Jenkinsfile [`1d2f480`](https://github.com/eea/volto-eea-kitkat/commit/1d2f480c994a295a09331c3aae040e0c1edc032c)
10
+
11
+ #### [3.0.1](https://github.com/eea/volto-eea-kitkat/compare/3.0.0...3.0.1)
12
+
13
+ > 21 September 2021
14
+
15
+ - Added tableButton [`#6`](https://github.com/eea/volto-eea-kitkat/pull/6)
16
+ - Update package.json [`5012e7a`](https://github.com/eea/volto-eea-kitkat/commit/5012e7a746518d5a21523e33809e1a4e9a14a4a0)
17
+
18
+ ### [3.0.0](https://github.com/eea/volto-eea-kitkat/compare/2.0.2...3.0.0)
19
+
20
+ > 21 September 2021
21
+
22
+ - Remove volto-workflow-progress [`#5`](https://github.com/eea/volto-eea-kitkat/pull/5)
23
+ - Update to version 3.0.0 [`89bd9fd`](https://github.com/eea/volto-eea-kitkat/commit/89bd9fde1a8e4949f849bf8208cff33df1995a8d)
24
+ - Add Sonarqube tag using climate-energy-frontend addons list [`b700b5a`](https://github.com/eea/volto-eea-kitkat/commit/b700b5a985714197e89e656927586367d63b90a7)
25
+
26
+ #### [2.0.2](https://github.com/eea/volto-eea-kitkat/compare/2.0.1...2.0.2)
27
+
28
+ > 10 September 2021
29
+
30
+ - Develop - upgrade Slate [`#4`](https://github.com/eea/volto-eea-kitkat/pull/4)
31
+ - Update package.json [`d9afb01`](https://github.com/eea/volto-eea-kitkat/commit/d9afb0111b58d435a2cbc70e22c9fca0fe9068cd)
32
+
7
33
  #### [2.0.1](https://github.com/eea/volto-eea-kitkat/compare/2.0.0...2.0.1)
8
34
 
35
+ > 9 September 2021
36
+
37
+ - Develop #137887 [`#3`](https://github.com/eea/volto-eea-kitkat/pull/3)
9
38
  - Added two more addons [`67a480e`](https://github.com/eea/volto-eea-kitkat/commit/67a480e8289ff9aa48dd9ef4263eab4d8da080bc)
39
+ - important branding change [`de98c70`](https://github.com/eea/volto-eea-kitkat/commit/de98c7079311a9662c8288fadc26311359cd6b0f)
10
40
 
11
41
  ### [2.0.0](https://github.com/eea/volto-eea-kitkat/compare/1.0.0...2.0.0)
12
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-kitkat",
3
- "version": "2.0.1",
3
+ "version": "3.0.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",
@@ -31,7 +31,7 @@
31
31
  "@eeacms/volto-widget-toggle",
32
32
  "@eeacms/volto-widget-temporal-coverage",
33
33
  "@eeacms/volto-widget-geolocation",
34
- "volto-slate:asDefault",
34
+ "volto-slate:asDefault,tableButton",
35
35
  "@eeacms/volto-slate-metadata-mentions",
36
36
  "@eeacms/volto-slate-footnote",
37
37
  "@eeacms/volto-slate-zotero",
@@ -45,12 +45,11 @@
45
45
  "@eeacms/volto-resize-helper",
46
46
  "@eeacms/volto-block-style",
47
47
  "@eeacms/volto-tabs-block",
48
- "@eeacms/volto-workflow-progress",
49
48
  "@eeacms/volto-staging-banner",
50
49
  "@eeacms/volto-block-image-cards"
51
50
  ],
52
51
  "dependencies": {
53
- "@eeacms/volto-accordion-block": "3.4.0",
52
+ "@eeacms/volto-accordion-block": "3.4.3",
54
53
  "@eeacms/volto-block-divider": "2.1.3",
55
54
  "@eeacms/volto-block-image-cards": "0.1.3",
56
55
  "@eeacms/volto-block-style": "3.4.5",
@@ -61,22 +60,21 @@
61
60
  "@eeacms/volto-group-block": "4.3.0",
62
61
  "@eeacms/volto-listing-block": "0.1.2",
63
62
  "@eeacms/volto-matomo": "2.0.2",
64
- "@eeacms/volto-metadata-block": "3.2.1",
63
+ "@eeacms/volto-metadata-block": "3.3.1",
65
64
  "@eeacms/volto-object-widget": "3.0.0",
66
65
  "@eeacms/volto-resize-helper": "0.2.4",
67
66
  "@eeacms/volto-sentry-rancher-config": "2.1.2",
68
- "@eeacms/volto-slate-footnote": "3.0.0",
69
- "@eeacms/volto-slate-metadata-mentions": "3.0.1",
70
- "@eeacms/volto-slate-zotero": "2.1.6",
67
+ "@eeacms/volto-slate-footnote": "3.2.0",
68
+ "@eeacms/volto-slate-metadata-mentions": "3.0.2",
69
+ "@eeacms/volto-slate-zotero": "3.0.0",
70
+ "@eeacms/volto-staging-banner": "0.1.6",
71
71
  "@eeacms/volto-tabs-block": "1.2.7",
72
72
  "@eeacms/volto-taxonomy": "2.0.2",
73
- "@eeacms/volto-widget-geolocation": "3.0.1",
74
- "@eeacms/volto-widget-temporal-coverage": "3.0.1",
73
+ "@eeacms/volto-widget-geolocation": "3.0.3",
74
+ "@eeacms/volto-widget-temporal-coverage": "3.0.2",
75
75
  "@eeacms/volto-widget-toggle": "2.2.3",
76
76
  "@eeacms/volto-widgets-view": "3.0.0",
77
- "@eeacms/volto-workflow-progress": "2.3.7",
78
- "@eeacms/volto-staging-banner": "0.1.6",
79
- "volto-slate": "2.9.3"
77
+ "volto-slate": "3.1.1"
80
78
  },
81
79
  "devDependencies": {
82
80
  "@cypress/code-coverage": "^3.9.5",