Skip to content

Commit

Permalink
feat: Add support also for eea.api.controlpanel backend add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Mar 15, 2024
1 parent 81404be commit 3ecc243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-controlpanel",
"version": "0.2.0",
"version": "0.3.0",
"description": "@eeacms/volto-controlpanel: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
1 change: 1 addition & 0 deletions src/system.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const updateSystemInfo = (config) => {
method: 'PATCH',
body: JSON.stringify({
'eea.kitkat.interfaces.IEEAVersionsFrontend.version': version,
'eea.api.controlpanel.interfaces.IEEAVersionsFrontend.version': version,
}),
headers: {
Accept: 'application/json',
Expand Down

0 comments on commit 3ecc243

Please sign in to comment.