@backstage/backend-test-utils 0.3.8-next.2 → 0.3.9-next.0

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,33 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
+ ## 0.3.9-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 6a576dc: Fix the logger service mock to prevent returning `undefined` from the `child` method.
8
+ - Updated dependencies
9
+ - @backstage/backend-app-api@0.7.6-next.0
10
+ - @backstage/backend-common@0.22.1-next.0
11
+ - @backstage/plugin-events-node@0.3.5-next.0
12
+ - @backstage/backend-plugin-api@0.6.19-next.0
13
+ - @backstage/plugin-auth-node@0.4.14-next.0
14
+ - @backstage/config@1.2.0
15
+ - @backstage/errors@1.2.4
16
+ - @backstage/types@1.1.1
17
+
18
+ ## 0.3.8
19
+
20
+ ### Patch Changes
21
+
22
+ - d229dc4: Move path utilities from `backend-common` to the `backend-plugin-api` package.
23
+ - 7e5a50d: added `eventsServiceFactory` to `defaultServiceFactories` to resolve issue where different instances of the EventsServices could be used
24
+ - Updated dependencies
25
+ - @backstage/backend-app-api@0.7.3
26
+ - @backstage/backend-common@0.22.0
27
+ - @backstage/backend-plugin-api@0.6.18
28
+ - @backstage/plugin-events-node@0.3.4
29
+ - @backstage/plugin-auth-node@0.4.13
30
+
3
31
  ## 0.3.8-next.2
4
32
 
5
33
  ### Patch Changes