@backstage/plugin-catalog-backend 3.8.1 → 3.8.2-next.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,25 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 3.8.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ee40136: Fixed a missing promise return in a database migration rollback function.
8
+ - b7650ad: Simplified internal router setup by removing unnecessary conditional guards around route registrations.
9
+ - Updated dependencies
10
+ - @backstage/integration@2.1.0-next.0
11
+
12
+ ## 3.8.2-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/backend-plugin-api@1.10.0-next.0
18
+ - @backstage/plugin-permission-node@0.11.3-next.0
19
+ - @backstage/backend-openapi-utils@0.7.1-next.0
20
+ - @backstage/plugin-catalog-node@2.2.4-next.0
21
+ - @backstage/plugin-events-node@0.4.25-next.0
22
+
3
23
  ## 3.8.1
4
24
 
5
25
  ### Patch Changes