@backstage/backend-test-utils 0.3.9-next.0 → 0.4.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,35 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
+ ## 0.4.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 0634fdc: Refactored `TestDatabases` to no longer depend on `backend-common`
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@0.6.19-next.2
10
+ - @backstage/backend-app-api@0.7.6-next.2
11
+ - @backstage/plugin-auth-node@0.4.14-next.2
12
+ - @backstage/plugin-events-node@0.3.5-next.1
13
+ - @backstage/config@1.2.0
14
+ - @backstage/errors@1.2.4
15
+ - @backstage/types@1.1.1
16
+
17
+ ## 0.4.0-next.1
18
+
19
+ ### Minor Changes
20
+
21
+ - 805cbe7: Added `TestCaches` that functions just like `TestDatabases`
22
+
23
+ ### Patch Changes
24
+
25
+ - 9e63318: Made it possible to give access restrictions to `mockCredentials.service`
26
+ - Updated dependencies
27
+ - @backstage/backend-app-api@0.7.6-next.1
28
+ - @backstage/backend-plugin-api@0.6.19-next.1
29
+ - @backstage/backend-common@0.23.0-next.1
30
+ - @backstage/plugin-auth-node@0.4.14-next.1
31
+ - @backstage/plugin-events-node@0.3.5-next.0
32
+
3
33
  ## 0.3.9-next.0
4
34
 
5
35
  ### Patch Changes