Skip to content

Commit

Permalink
chore(releases): add aem-sidekick (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
rofe authored Dec 10, 2024
1 parent 4457629 commit 3fbc715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions blocks/releases/releases.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
background-color: #E8E8E8;
}

.releases .release-aem-sidekick,
.releases .release-helix-sidekick-extension {
background-color: #E4E8BF;
}
Expand Down Expand Up @@ -73,6 +74,7 @@
.releases .helix-pipeline-service .release-helix-pipeline-service,
.releases .helix-importer-ui .release-helix-importer-ui,
.releases .helix-sidekick-extension .release-helix-sidekick-extension,
.releases .aem-sidekick .release-aem-sidekick,
.releases .helix-cli .release-helix-cli,
.releases .helix-config-service .release-helix-config-service,
.releases .aem-lib .release-aem-lib,
Expand Down
3 changes: 2 additions & 1 deletion blocks/releases/releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ const displayNames = {
'helix-admin': 'Admin API',
'helix-importer-ui': 'Content Importer',
'helix-cli': 'Command Line Interface',
'helix-sidekick-extension': 'Sidekick Extension',
'aem-sidekick': 'Sidekick Extension',
'franklin-sidekick-library': 'Sidekick Library',
'aem-lib': 'AEM Library',
'helix-sidekick-extension': 'Sidekick Extension (legacy)',
};

function createRelease(release) {
Expand Down

0 comments on commit 3fbc715

Please sign in to comment.