@backstage/plugin-catalog-backend 1.14.0-next.0 → 1.14.0-next.2

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,55 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 1.14.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 0b55f773a7: Removed some unused dependencies
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.19.8-next.2
10
+ - @backstage/plugin-auth-node@0.4.0-next.2
11
+ - @backstage/catalog-model@1.4.3-next.0
12
+ - @backstage/integration@1.7.1-next.1
13
+ - @backstage/errors@1.2.3-next.0
14
+ - @backstage/backend-openapi-utils@0.0.5-next.0
15
+ - @backstage/backend-tasks@0.5.11-next.2
16
+ - @backstage/plugin-catalog-node@1.4.7-next.2
17
+ - @backstage/plugin-permission-node@0.7.17-next.2
18
+ - @backstage/plugin-search-backend-module-catalog@0.1.10-next.2
19
+ - @backstage/backend-plugin-api@0.6.6-next.2
20
+ - @backstage/catalog-client@1.4.5-next.0
21
+ - @backstage/config@1.1.1-next.0
22
+ - @backstage/types@1.1.1
23
+ - @backstage/plugin-catalog-common@1.0.17-next.0
24
+ - @backstage/plugin-events-node@0.2.15-next.2
25
+ - @backstage/plugin-permission-common@0.7.9-next.0
26
+
27
+ ## 1.14.0-next.1
28
+
29
+ ### Patch Changes
30
+
31
+ - 7a2e2924c7: Marked the `LocationEntityProcessor` as deprecated, as it is no longer used internally since way back and can even be harmful at this point.
32
+ - Updated dependencies
33
+ - @backstage/backend-tasks@0.5.10-next.1
34
+ - @backstage/plugin-catalog-node@1.4.6-next.1
35
+ - @backstage/backend-common@0.19.7-next.1
36
+ - @backstage/backend-plugin-api@0.6.5-next.1
37
+ - @backstage/plugin-search-backend-module-catalog@0.1.9-next.1
38
+ - @backstage/plugin-auth-node@0.3.2-next.1
39
+ - @backstage/plugin-permission-node@0.7.16-next.1
40
+ - @backstage/config@1.1.0
41
+ - @backstage/backend-openapi-utils@0.0.4
42
+ - @backstage/catalog-client@1.4.4
43
+ - @backstage/catalog-model@1.4.2
44
+ - @backstage/errors@1.2.2
45
+ - @backstage/integration@1.7.1-next.0
46
+ - @backstage/types@1.1.1
47
+ - @backstage/plugin-catalog-common@1.0.16
48
+ - @backstage/plugin-events-node@0.2.14-next.1
49
+ - @backstage/plugin-permission-common@0.7.8
50
+ - @backstage/plugin-scaffolder-common@1.4.1
51
+ - @backstage/plugin-search-common@1.2.6
52
+
3
53
  ## 1.14.0-next.0
4
54
 
5
55
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.14.0-next.0",
3
+ "version": "1.14.0-next.2",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }