@backstage/plugin-app 0.0.0-nightly-20241126023633 → 0.0.0-nightly-20241127023716
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 +19 -5
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,31 @@
|
|
|
1
1
|
# @backstage/plugin-app
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20241127023716
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- e5fa018: The OAuth 2 client implementations will now attempt to refresh the session when the existing session doesn't have the required scopes. The previous behavior was to only try to refresh the session of it was missing, and otherwise directly request a new session. This fixes an issue where some auth providers will not return access tokens with certain scopes unless explicitly requested, leading to an auth popup even if the underlying session already had been granted the requested scopes.
|
|
8
8
|
- 5f04976: Fixed a bug that caused missing code in published packages.
|
|
9
9
|
- Updated dependencies
|
|
10
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
11
|
-
- @backstage/theme@0.0.0-nightly-
|
|
12
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
10
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20241127023716
|
|
11
|
+
- @backstage/theme@0.0.0-nightly-20241127023716
|
|
12
|
+
- @backstage/core-components@0.0.0-nightly-20241127023716
|
|
13
13
|
- @backstage/core-plugin-api@1.10.1
|
|
14
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
14
|
+
- @backstage/integration-react@0.0.0-nightly-20241127023716
|
|
15
|
+
- @backstage/plugin-permission-react@0.4.28
|
|
16
|
+
|
|
17
|
+
## 0.1.4-next.0
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- e5fa018: The OAuth 2 client implementations will now attempt to refresh the session when the existing session doesn't have the required scopes. The previous behavior was to only try to refresh the session of it was missing, and otherwise directly request a new session. This fixes an issue where some auth providers will not return access tokens with certain scopes unless explicitly requested, leading to an auth popup even if the underlying session already had been granted the requested scopes.
|
|
22
|
+
- 5f04976: Fixed a bug that caused missing code in published packages.
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @backstage/frontend-plugin-api@0.9.3-next.0
|
|
25
|
+
- @backstage/theme@0.6.3-next.0
|
|
26
|
+
- @backstage/core-components@0.16.2-next.0
|
|
27
|
+
- @backstage/core-plugin-api@1.10.1
|
|
28
|
+
- @backstage/integration-react@1.2.2-next.0
|
|
15
29
|
- @backstage/plugin-permission-react@0.4.28
|
|
16
30
|
|
|
17
31
|
## 0.1.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-app",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20241127023716",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "app",
|
|
@@ -37,21 +37,21 @@
|
|
|
37
37
|
"test": "backstage-cli package test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/core-components": "0.0.0-nightly-
|
|
40
|
+
"@backstage/core-components": "0.0.0-nightly-20241127023716",
|
|
41
41
|
"@backstage/core-plugin-api": "1.10.1",
|
|
42
|
-
"@backstage/frontend-plugin-api": "0.0.0-nightly-
|
|
43
|
-
"@backstage/integration-react": "0.0.0-nightly-
|
|
42
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20241127023716",
|
|
43
|
+
"@backstage/integration-react": "0.0.0-nightly-20241127023716",
|
|
44
44
|
"@backstage/plugin-permission-react": "0.4.28",
|
|
45
|
-
"@backstage/theme": "0.0.0-nightly-
|
|
45
|
+
"@backstage/theme": "0.0.0-nightly-20241127023716",
|
|
46
46
|
"@material-ui/core": "^4.9.13",
|
|
47
47
|
"@material-ui/icons": "^4.9.1",
|
|
48
48
|
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
49
49
|
"react-use": "^17.2.4"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
53
|
-
"@backstage/dev-utils": "0.0.0-nightly-
|
|
54
|
-
"@backstage/frontend-test-utils": "0.0.0-nightly-
|
|
52
|
+
"@backstage/cli": "0.0.0-nightly-20241127023716",
|
|
53
|
+
"@backstage/dev-utils": "0.0.0-nightly-20241127023716",
|
|
54
|
+
"@backstage/frontend-test-utils": "0.0.0-nightly-20241127023716",
|
|
55
55
|
"@testing-library/jest-dom": "^6.0.0",
|
|
56
56
|
"@testing-library/react": "^16.0.0",
|
|
57
57
|
"@testing-library/user-event": "^14.0.0",
|