@backstage/plugin-catalog-unprocessed-entities-common 0.0.15 → 0.0.16

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,10 +1,29 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities-common
2
2
 
3
- ## 0.0.15
3
+ ## 0.0.16
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 755d03e: Added `unprocessedEntitiesReadPermission` for authorizing read access to unprocessed entity endpoints.
7
+ - fa06df6: Added `unprocessedEntitiesReadPermission` for authorizing read access to unprocessed entity endpoints.
8
+ - Updated dependencies
9
+ - @backstage/catalog-model@1.9.0
10
+ - @backstage/errors@1.3.1
11
+ - @backstage/plugin-permission-common@0.9.9
12
+
13
+ ## 0.0.16-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - fa06df6: Added `unprocessedEntitiesReadPermission` for authorizing read access to unprocessed entity endpoints.
18
+
19
+ ## 0.0.15-next.0
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/errors@1.3.1-next.0
25
+ - @backstage/catalog-model@1.8.1-next.0
26
+ - @backstage/plugin-permission-common@0.9.9-next.0
8
27
 
9
28
  ## 0.0.14
10
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities-common",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "Common functionalities for the catalog-unprocessed-entities plugin",
5
5
  "backstage": {
6
6
  "role": "common-library",
@@ -37,12 +37,12 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/catalog-model": "^1.8.0",
41
- "@backstage/errors": "^1.3.0",
42
- "@backstage/plugin-permission-common": "^0.9.8"
40
+ "@backstage/catalog-model": "^1.9.0",
41
+ "@backstage/errors": "^1.3.1",
42
+ "@backstage/plugin-permission-common": "^0.9.9"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.36.1"
45
+ "@backstage/cli": "^0.36.2"
46
46
  },
47
47
  "typesVersions": {
48
48
  "*": {