Skip to content

Commit e0252c5

Browse files
committed
Add missing dependency @eeacms/volto-genai-blocks 1.0.1
1 parent 3063e43 commit e0252c5

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eea-website-frontend",
33
"description": "EEA Main Website frontend (Plone 6)",
44
"license": "MIT",
5-
"version": "6.6.2-beta.1",
5+
"version": "6.6.2-beta.2",
66
"scripts": {
77
"start": "razzle start",
88
"postinstall": "make omelette && make patches",
@@ -213,7 +213,7 @@
213213
"@plone-collective/volto-authomatic": "2.0.4",
214214
"@plone-collective/volto-rss-provider": "1.0.1",
215215
"@eeacms/volto-flourish": "1.0.1",
216-
"@eeacms/volto-genai-blocks": "1.0.0",
216+
"@eeacms/volto-genai-blocks": "1.0.1",
217217
"@plone/scripts": "^3.10.6",
218218
"volto-subsites": "4.0.0",
219219
"react": "18.2.0",
@@ -256,6 +256,7 @@
256256
"@eeacms/volto-embed-content": "1.0.2",
257257
"@eeacms/volto-embed-static-content": "1.0.4",
258258
"@eeacms/volto-flourish": "1.0.1",
259+
"@eeacms/volto-genai-blocks": "1.0.1",
259260
"@eeacms/volto-globalsearch": "4.1.1",
260261
"@eeacms/volto-plotlycharts": "14.0.7",
261262
"@eeacms/volto-redirector": "1.0.1",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,6 +2724,13 @@ __metadata:
27242724
languageName: node
27252725
linkType: hard
27262726

2727+
"@eeacms/volto-genai-blocks@npm:1.0.1":
2728+
version: 1.0.1
2729+
resolution: "@eeacms/volto-genai-blocks@npm:1.0.1"
2730+
checksum: 8fc4a149dd9706662d6f1b3bae2f7d2b5f4278d252f9d1ae5347b29044ae9f252846bf4b8753ca152e7ee01cf61cc0ee66a5b3ef8c6bc0aa119b87277c113ce6
2731+
languageName: node
2732+
linkType: hard
2733+
27272734
"@eeacms/volto-globalsearch@npm:4.1.1":
27282735
version: 4.1.1
27292736
resolution: "@eeacms/volto-globalsearch@npm:4.1.1"
@@ -14127,6 +14134,7 @@ __metadata:
1412714134
"@eeacms/volto-embed-content": 1.0.2
1412814135
"@eeacms/volto-embed-static-content": 1.0.4
1412914136
"@eeacms/volto-flourish": 1.0.1
14137+
"@eeacms/volto-genai-blocks": 1.0.1
1413014138
"@eeacms/volto-globalsearch": 4.1.1
1413114139
"@eeacms/volto-plotlycharts": 14.0.7
1413214140
"@eeacms/volto-redirector": 1.0.1

0 commit comments

Comments
 (0)