@backstage/plugin-auth-backend 0.15.0 → 0.15.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,29 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c676a9e07b: Fixed a bug in auth plugin on the backend where it ignores the skip migration database options when using the database provider.
8
+ - 2d7d6028e1: Updated dependency `@google-cloud/firestore` to `^6.0.0`.
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.15.0
11
+ - @backstage/plugin-auth-node@0.2.4
12
+
13
+ ## 0.15.1-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 2d7d6028e1: Updated dependency `@google-cloud/firestore` to `^6.0.0`.
18
+
19
+ ## 0.15.1-next.0
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/backend-common@0.15.0-next.0
25
+ - @backstage/plugin-auth-node@0.2.4-next.0
26
+
3
27
  ## 0.15.0
4
28
 
5
29
  ### Minor Changes