Skip to content

Commit e9e6c25

Browse files
authored
Merge pull request #6 from eea/develop
Develop
2 parents fe5e339 + 2b9cf12 commit e9e6c25

File tree

5 files changed

+41
-283
lines changed

5 files changed

+41
-283
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
### [1.2.0](https://github.com/eea/cca-frontend/compare/1.1.0...1.2.0) - 11 January 2023
7+
### [1.3.0](https://github.com/eea/cca-frontend/compare/1.2.0...1.3.0) - 13 January 2023
8+
9+
#### :rocket: Dependency updates
10+
11+
- Release @eeacms/volto-eea-kitkat@10.5.1 [EEA Jenkins - [`6de0581`](https://github.com/eea/cca-frontend/commit/6de05819a5dadf76ba67c92aab9882a71eee546c)]
12+
- Release @eeacms/volto-cca-policy@0.1.4 [EEA Jenkins - [`e869ec2`](https://github.com/eea/cca-frontend/commit/e869ec21b7cf50341ad68665bcbd5b7b45b814bd)]
813

914
#### :hammer_and_wrench: Others
1015

11-
- Refs #158294 - Enable volto-eea-map block. [GhitaB - [`e196a71`](https://github.com/eea/cca-frontend/commit/e196a71454a93e4440c5d8014271ee910d72410e)]
16+
- Refs #158294 - Enable @eeacms/volto-embed. [GhitaB - [`ef5b99c`](https://github.com/eea/cca-frontend/commit/ef5b99cc8403eab4bde514be78c2aad88106993c)]
17+
- Refs #158294 - Add @eeacms/volto-embed. [GhitaB - [`aef2e9b`](https://github.com/eea/cca-frontend/commit/aef2e9bc63c3d49dccd2b44c8b25f4a6824e297a)]
18+
### [1.2.0](https://github.com/eea/cca-frontend/compare/1.1.0...1.2.0) - 11 January 2023
19+
1220
### [1.1.0](https://github.com/eea/cca-frontend/compare/1.0.0-alpha.2...1.1.0) - 10 January 2023
1321

1422
#### :rocket: Dependency updates

jsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
],
1010
"@eeacms/volto-eea-website-theme": [
1111
"addons/volto-eea-website-theme/src"
12+
],
13+
"@eeacms/volto-embed": [
14+
"addons/volto-embed/src"
1215
]
1316
},
1417
"baseUrl": "src"

mrs.developer.json

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
"develop": true,
88
"path": "src"
99
},
10+
"volto-embed": {
11+
"url": "[email protected]:eea/volto-embed.git",
12+
"https": "https://github.com/eea/volto-embed.git",
13+
"package": "@eeacms/volto-embed",
14+
"branch": "develop",
15+
"develop": true,
16+
"path": "src"
17+
},
1018
"volto-matomo": {
1119
"url": "[email protected]:eea/volto-matomo.git",
1220
"https": "https://github.com/eea/volto-matomo.git",

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cca-frontend",
33
"description": "CCA frontend (Plone 4)",
44
"license": "MIT",
5-
"version": "1.2.0",
5+
"version": "1.3.0",
66
"scripts": {
77
"start": "razzle start",
88
"postinstall": "make omelette && make patches",
@@ -49,8 +49,8 @@
4949
"@eeacms/volto-eea-kitkat",
5050
"@eeacms/volto-eea-design-system",
5151
"@eeacms/volto-eea-website-theme",
52-
"@eeacms/volto-cca-policy",
53-
"@eeacms/volto-eea-map"
52+
"@eeacms/volto-embed",
53+
"@eeacms/volto-cca-policy"
5454
],
5555
"jest": {
5656
"modulePathIgnorePatterns": [
@@ -153,11 +153,11 @@
153153
"@eeacms/volto-eea-design-system": "1.0.0-alpha.9"
154154
},
155155
"dependencies": {
156-
"@eeacms/volto-cca-policy": "0.1.3",
156+
"@eeacms/volto-cca-policy": "0.1.4",
157157
"@eeacms/volto-eea-design-system": "1.0.0-alpha.9",
158-
"@eeacms/volto-eea-kitkat": "10.5.0",
159-
"@eeacms/volto-eea-map": "*",
158+
"@eeacms/volto-eea-kitkat": "10.5.1",
160159
"@eeacms/volto-eea-website-theme": "1.5.0",
160+
"@eeacms/volto-embed": "*",
161161
"@plone/volto": "16.6.0",
162162
"volto-subsites": "4.0.0"
163163
},

0 commit comments

Comments
 (0)