Skip to content

Commit a1d0c1d

Browse files
Merge branch 'main' into feat-adoption-insights-fe
2 parents d95d486 + 46ec84f commit a1d0c1d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

workspaces/marketplace/plugins/catalog-backend-module-marketplace/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @red-hat-developer-hub/backstage-plugin-catalog-backend-module-marketplace
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- 791a6d4: Fix certified badge in marketplace
8+
39
## 0.2.1
410

511
### Patch Changes

workspaces/marketplace/plugins/catalog-backend-module-marketplace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-catalog-backend-module-marketplace",
33
"description": "The marketplace backend module for the catalog plugin.",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/marketplace/plugins/catalog-backend-module-marketplace/src/providers/BaseEntityProvider.ts

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export abstract class BaseEntityProvider<T extends Entity>
5454
metadata: {
5555
...file.content.metadata,
5656
annotations: {
57+
...file.content.metadata.annotations,
5758
[ANNOTATION_LOCATION]: `file:${this.getProviderName()}`,
5859
[ANNOTATION_ORIGIN_LOCATION]: `file:${this.getProviderName()}`,
5960
},

0 commit comments

Comments
 (0)