@backstage/plugin-auth-backend 0.12.0 → 0.12.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,47 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - efc73db10c: Use `better-sqlite3` instead of `@vscode/sqlite3`
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.13.1
10
+ - @backstage/catalog-model@1.0.0
11
+ - @backstage/catalog-client@1.0.0
12
+ - @backstage/config@1.0.0
13
+ - @backstage/errors@1.0.0
14
+ - @backstage/types@1.0.0
15
+ - @backstage/plugin-auth-node@0.1.6
16
+
17
+ ## 0.12.1
18
+
19
+ ### Patch Changes
20
+
21
+ - ab7cd7d70e: Do some groundwork for supporting the `better-sqlite3` driver, to maybe eventually replace `@vscode/sqlite3` (#9912)
22
+ - e0a69ba49f: build(deps): bump `fs-extra` from 9.1.0 to 10.0.1
23
+ - bf95bb806c: Remove usages of now-removed `CatalogApi.getEntityByName`
24
+ - 3c2bc73901: Use `setupRequestMockHandlers` from `@backstage/backend-test-utils`
25
+ - Updated dependencies
26
+ - @backstage/backend-common@0.13.0
27
+ - @backstage/catalog-model@0.13.0
28
+ - @backstage/catalog-client@0.9.0
29
+ - @backstage/plugin-auth-node@0.1.5
30
+
31
+ ## 0.12.1-next.0
32
+
33
+ ### Patch Changes
34
+
35
+ - ab7cd7d70e: Do some groundwork for supporting the `better-sqlite3` driver, to maybe eventually replace `@vscode/sqlite3` (#9912)
36
+ - e0a69ba49f: build(deps): bump `fs-extra` from 9.1.0 to 10.0.1
37
+ - bf95bb806c: Remove usages of now-removed `CatalogApi.getEntityByName`
38
+ - 3c2bc73901: Use `setupRequestMockHandlers` from `@backstage/backend-test-utils`
39
+ - Updated dependencies
40
+ - @backstage/backend-common@0.13.0-next.0
41
+ - @backstage/catalog-model@0.13.0-next.0
42
+ - @backstage/catalog-client@0.9.0-next.0
43
+ - @backstage/plugin-auth-node@0.1.5-next.0
44
+
3
45
  ## 0.12.0
4
46
 
5
47
  ### Minor Changes