@backstage-community/plugin-badges-backend 0.11.0 → 0.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage-community/plugin-badges-backend
2
2
 
3
+ ## 0.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6c0f6ee: Update README links to point to community-plugins repository.
8
+
3
9
  ## 0.11.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -201,7 +201,7 @@ The badges backend api exposes two main endpoints for entity badges. The
201
201
 
202
202
  - `/badges/entity/:namespace/:kind/:name/badge-specs` List all defined badges
203
203
  for a particular entity, in json format. See
204
- [BadgeSpec](https://github.com/backstage/backstage/tree/master/plugins/badges/src/api/types.ts)
204
+ [BadgeSpec](https://github.com/backstage/community-plugins/blob/main/workspaces/badges/plugins/badges/src/api/types.ts)
205
205
  from the frontend plugin for a type declaration.
206
206
 
207
207
  - `/badges/entity/:namespace/:kind/:name/badge/:badgeId` Get the entity badge as
@@ -220,7 +220,7 @@ The badges backend api exposes two main endpoints for entity badges. The
220
220
 
221
221
  - `/badge/entity/:entityUuid/badge-specs` List all defined badges for a
222
222
  particular entity, in json format. See
223
- [BadgeSpec](https://github.com/backstage/backstage/tree/master/plugins/badges/src/api/types.ts)
223
+ [BadgeSpec](https://github.com/backstage/community-plugins/blob/main/workspaces/badges/plugins/badges/src/api/types.ts)
224
224
  from the frontend plugin for a type declaration.
225
225
 
226
226
  ### Custom badge styles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-badges-backend",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "A Backstage backend plugin that generates README badges for your entities",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",