@backstage-community/plugin-multi-source-security-viewer 0.2.1 → 0.2.3

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,17 @@
1
1
  # @backstage-community/plugin-multi-source-security-viewer
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 4b13a33: Fix installation documentation
8
+
9
+ ## 0.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - bb1d492: Updated dependency `@backstage-community/plugin-jenkins` to `^0.18.0`.
14
+
3
15
  ## 0.2.1
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -21,7 +21,7 @@ This plugin enables you to visualize pipeline security information from multiple
21
21
  1. Install the plugin using the following command:
22
22
 
23
23
  ```
24
- yarn workspace app add @backstage-community/multi-source-security-viewer
24
+ yarn workspace app add @backstage-community/plugin-multi-source-security-viewer
25
25
  ```
26
26
 
27
27
  To enable the PipelineRun list in the Security tab on the entity view page, add the following snippet in the packages/app/src/components/catalog/EntityPage.tsx.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-multi-source-security-viewer",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -43,7 +43,7 @@
43
43
  "@backstage-community/plugin-azure-devops": "^0.13.0",
44
44
  "@backstage-community/plugin-azure-devops-common": "^0.9.0",
45
45
  "@backstage-community/plugin-github-actions": "^0.9.0",
46
- "@backstage-community/plugin-jenkins": "^0.17.0",
46
+ "@backstage-community/plugin-jenkins": "^0.18.0",
47
47
  "@backstage-community/plugin-multi-source-security-viewer-common": "^0.1.1",
48
48
  "@backstage/catalog-model": "^1.7.3",
49
49
  "@backstage/core-components": "^0.16.4",