@backstage/plugin-auth 0.0.0-nightly-20251216024726 → 0.0.0-nightly-20260107024940

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,14 +1,30 @@
1
1
  # @backstage/plugin-auth
2
2
 
3
- ## 0.0.0-nightly-20251216024726
3
+ ## 0.0.0-nightly-20260107024940
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251216024726
9
- - @backstage/core-components@0.0.0-nightly-20251216024726
10
- - @backstage/theme@0.0.0-nightly-20251216024726
8
+ - @backstage/core-components@0.0.0-nightly-20260107024940
11
9
  - @backstage/errors@1.2.7
10
+ - @backstage/frontend-plugin-api@0.13.2
11
+ - @backstage/theme@0.7.1
12
+
13
+ ## 0.1.4-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/core-components@0.18.5-next.0
19
+
20
+ ## 0.1.3
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/frontend-plugin-api@0.13.2
26
+ - @backstage/core-components@0.18.4
27
+ - @backstage/theme@0.7.1
12
28
 
13
29
  ## 0.1.3-next.0
14
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth",
3
- "version": "0.0.0-nightly-20251216024726",
3
+ "version": "0.0.0-nightly-20260107024940",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "auth",
@@ -55,20 +55,20 @@
55
55
  "test": "backstage-cli package test"
56
56
  },
57
57
  "dependencies": {
58
- "@backstage/core-components": "0.0.0-nightly-20251216024726",
58
+ "@backstage/core-components": "0.0.0-nightly-20260107024940",
59
59
  "@backstage/errors": "1.2.7",
60
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251216024726",
61
- "@backstage/theme": "0.0.0-nightly-20251216024726",
60
+ "@backstage/frontend-plugin-api": "0.13.2",
61
+ "@backstage/theme": "0.7.1",
62
62
  "@material-ui/core": "^4.12.2",
63
63
  "@material-ui/icons": "^4.9.1",
64
64
  "@material-ui/lab": "4.0.0-alpha.61",
65
65
  "react-use": "^17.2.4"
66
66
  },
67
67
  "devDependencies": {
68
- "@backstage/cli": "0.0.0-nightly-20251216024726",
69
- "@backstage/dev-utils": "0.0.0-nightly-20251216024726",
70
- "@backstage/frontend-defaults": "0.0.0-nightly-20251216024726",
71
- "@backstage/test-utils": "0.0.0-nightly-20251216024726",
68
+ "@backstage/cli": "0.0.0-nightly-20260107024940",
69
+ "@backstage/dev-utils": "0.0.0-nightly-20260107024940",
70
+ "@backstage/frontend-defaults": "0.0.0-nightly-20260107024940",
71
+ "@backstage/test-utils": "1.7.14",
72
72
  "@testing-library/jest-dom": "^6.0.0",
73
73
  "@testing-library/react": "^16.0.0",
74
74
  "@testing-library/user-event": "^14.0.0",