@eeacms/volto-eea-kitkat 18.0.2 → 18.0.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 CHANGED
@@ -4,6 +4,15 @@ 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
+ ### [18.0.3](https://github.com/eea/volto-eea-kitkat/compare/18.0.2...18.0.3) - 23 August 2023
8
+
9
+ #### :rocket: Dependency updates
10
+
11
+ - Release @eeacms/volto-accordion-block@10.1.1 [EEA Jenkins - [`7a56ad9`](https://github.com/eea/volto-eea-kitkat/commit/7a56ad931bfe880ae68f3ac762ffa9e9db4870c2)]
12
+
13
+ #### :hammer_and_wrench: Others
14
+
15
+ - test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`f3a61b9`](https://github.com/eea/volto-eea-kitkat/commit/f3a61b95bb39963eb531c65ac02dc634e682c686)]
7
16
  ### [18.0.2](https://github.com/eea/volto-eea-kitkat/compare/18.0.1...18.0.2) - 18 August 2023
8
17
 
9
18
  #### :rocket: Dependency updates
package/CHANGELOG.md CHANGED
@@ -4,6 +4,15 @@ 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
+ ### [18.0.3](https://github.com/eea/volto-eea-kitkat/compare/18.0.2...18.0.3) - 23 August 2023
8
+
9
+ #### :rocket: Dependency updates
10
+
11
+ - Release @eeacms/volto-accordion-block@10.1.1 [EEA Jenkins - [`7a56ad9`](https://github.com/eea/volto-eea-kitkat/commit/7a56ad931bfe880ae68f3ac762ffa9e9db4870c2)]
12
+
13
+ #### :hammer_and_wrench: Others
14
+
15
+ - test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`f3a61b9`](https://github.com/eea/volto-eea-kitkat/commit/f3a61b95bb39963eb531c65ac02dc634e682c686)]
7
16
  ### [18.0.2](https://github.com/eea/volto-eea-kitkat/compare/18.0.1...18.0.2) - 18 August 2023
8
17
 
9
18
  #### :rocket: Dependency updates
@@ -1,11 +1,12 @@
1
1
  version: "3"
2
2
  services:
3
3
  backend:
4
- image: plone/plone-backend:${PLONE_VERSION:-6}
4
+ image: eeacms/plone-backend
5
5
  ports:
6
6
  - "8080:8080"
7
7
  environment:
8
8
  SITE: "Plone"
9
+ PROFILES: "eea.kitkat:testing"
9
10
 
10
11
  frontend:
11
12
  build:
@@ -23,6 +24,9 @@ services:
23
24
  volumes:
24
25
  - ./:/app/src/addons/${ADDON_PATH}
25
26
  environment:
27
+ CI: "true"
28
+ NODE_ENV: "development"
29
+ RAZZLE_JEST_CONFIG: "src/addons/${ADDON_PATH}/jest-addon.config.js"
26
30
  RAZZLE_INTERNAL_API_PATH: "http://backend:8080/Plone"
27
31
  RAZZLE_DEV_PROXY_API_PATH: "http://backend:8080/Plone"
28
32
  HOST: "0.0.0.0"
package/new.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-kitkat",
3
- "version": "18.0.2",
3
+ "version": "18.0.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",
@@ -60,7 +60,7 @@
60
60
  ],
61
61
  "dependencies": {
62
62
  "@eeacms/countup": "2.0.4",
63
- "@eeacms/volto-accordion-block": "10.1.0",
63
+ "@eeacms/volto-accordion-block": "10.1.1",
64
64
  "@eeacms/volto-anchors": "0.4.0",
65
65
  "@eeacms/volto-banner": "3.1.3",
66
66
  "@eeacms/volto-block-divider": "6.1.2",
@@ -109,7 +109,7 @@
109
109
  "@eeacms/volto-description-block": "1.1.3",
110
110
  "@eeacms/volto-slate-label": "0.5.2",
111
111
  "@plone-collective/volto-sentry": "0.3.0",
112
- "@eeacms/volto-accordion-block": "10.1.0",
112
+ "@eeacms/volto-accordion-block": "10.1.1",
113
113
  "@eeacms/volto-banner": "3.1.3",
114
114
  "@eeacms/volto-block-divider": "6.1.2",
115
115
  "@eeacms/volto-block-image-cards": "1.3.3",
package/old.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-kitkat",
3
- "version": "18.0.1",
3
+ "version": "18.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",
@@ -70,7 +70,7 @@
70
70
  "@eeacms/volto-columns-block": "6.3.2",
71
71
  "@eeacms/volto-corsproxy": "3.1.3",
72
72
  "@eeacms/volto-description-block": "1.1.3",
73
- "@eeacms/volto-group-block": "6.2.0",
73
+ "@eeacms/volto-group-block": "6.2.1",
74
74
  "@eeacms/volto-hero-block": "5.4.1",
75
75
  "@eeacms/volto-listing-block": "5.0.0",
76
76
  "@eeacms/volto-matomo": "4.1.3",
@@ -116,7 +116,7 @@
116
116
  "@eeacms/volto-block-style": "5.2.2",
117
117
  "@eeacms/volto-columns-block": "6.3.2",
118
118
  "@eeacms/volto-corsproxy": "3.1.3",
119
- "@eeacms/volto-group-block": "6.2.0",
119
+ "@eeacms/volto-group-block": "6.2.1",
120
120
  "@eeacms/volto-listing-block": "5.0.0",
121
121
  "@eeacms/volto-matomo": "4.1.3",
122
122
  "@eeacms/volto-metadata-block": "6.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-kitkat",
3
- "version": "18.0.2",
3
+ "version": "18.0.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",
@@ -60,7 +60,7 @@
60
60
  ],
61
61
  "dependencies": {
62
62
  "@eeacms/countup": "2.0.4",
63
- "@eeacms/volto-accordion-block": "10.1.0",
63
+ "@eeacms/volto-accordion-block": "10.1.1",
64
64
  "@eeacms/volto-anchors": "0.4.0",
65
65
  "@eeacms/volto-banner": "3.1.3",
66
66
  "@eeacms/volto-block-divider": "6.1.2",
@@ -109,7 +109,7 @@
109
109
  "@eeacms/volto-description-block": "1.1.3",
110
110
  "@eeacms/volto-slate-label": "0.5.2",
111
111
  "@plone-collective/volto-sentry": "0.3.0",
112
- "@eeacms/volto-accordion-block": "10.1.0",
112
+ "@eeacms/volto-accordion-block": "10.1.1",
113
113
  "@eeacms/volto-banner": "3.1.3",
114
114
  "@eeacms/volto-block-divider": "6.1.2",
115
115
  "@eeacms/volto-block-image-cards": "1.3.3",
package/partfile CHANGED
@@ -0,0 +1 @@
1
+ - test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`f3a61b9`](https://github.com/eea/volto-eea-kitkat/commit/f3a61b95bb39963eb531c65ac02dc634e682c686)]
package/releasefile CHANGED
@@ -1,14 +1,14 @@
1
1
  # Dependency updates
2
2
 
3
- ### [@eeacms/volto-group-block: 6.2.0 ~ 6.2.1](https://github.com/eea/volto-group-block/releases)
3
+ ### [@eeacms/volto-accordion-block: 10.1.0 ~ 10.1.1](https://github.com/eea/volto-accordion-block/releases)
4
4
 
5
5
  ###### :bug: Bug Fixes
6
6
 
7
- - fix: ignoreSpaces on char counter - Refs [#256525](https://taskman.eionet.europa.eu/issues/256525) [rexalex - [`8d1ad2c`](https://github.com/eea/volto-group-block/commit/8d1ad2cfdf972b88f02f9efc4b7ef55b1e4b3592)]
8
- ###### :house: Documentation changes
9
-
10
- - docs: Cleanup Makefile, update DEVELOP documentation, i18n - Refs [#254894](https://taskman.eionet.europa.eu/issues/254894) [valentinab25 - [`94b58f7`](https://github.com/eea/volto-group-block/commit/94b58f7c0390bfcac24adbfbea61577137c91e2b)]
7
+ - fix(filter): export component [kreafox - [`13bc2ff`](https://github.com/eea/volto-accordion-block/commit/13bc2ffa149e0d947974ab8bc0e0fef3784de24b)]
11
8
  ###### :hammer_and_wrench: Others
12
9
 
13
- - test: increase test coverage - Refs [#254313](https://taskman.eionet.europa.eu/issues/254313) [ana-oprea - [`5facade`](https://github.com/eea/volto-group-block/commit/5facadec2f866a066ca836f8247a5e58ea44d176)]
10
+ - test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`666342e`](https://github.com/eea/volto-accordion-block/commit/666342e6d08d537f28c836dc917d9766e3c905d8)]
11
+
12
+ # Internal
14
13
 
14
+ - test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`f3a61b9`](https://github.com/eea/volto-eea-kitkat/commit/f3a61b95bb39963eb531c65ac02dc634e682c686)]