@backstage/plugin-app 0.0.0-nightly-20240917021806 → 0.0.0-nightly-20240918022959

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 +17 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
1
1
  # @backstage/plugin-app
2
2
 
3
- ## 0.0.0-nightly-20240917021806
3
+ ## 0.0.0-nightly-20240918022959
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240918022959
9
+ - @backstage/core-components@0.15.0
10
+ - @backstage/core-plugin-api@1.9.4
11
+ - @backstage/theme@0.5.7
12
+ - @backstage/plugin-permission-react@0.4.26
13
+
14
+ ## 0.1.0
4
15
 
5
16
  ### Minor Changes
6
17
 
@@ -41,11 +52,11 @@
41
52
  - 57bf6ae: Fix issue with `AlertDisplay` and other components defined with `AppRootElementBlueprint` not being rendered when at the `SignInWrapper`
42
53
  - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
43
54
  - Updated dependencies
44
- - @backstage/core-components@0.0.0-nightly-20240917021806
45
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240917021806
46
- - @backstage/core-plugin-api@0.0.0-nightly-20240917021806
47
- - @backstage/theme@0.0.0-nightly-20240917021806
48
- - @backstage/plugin-permission-react@0.0.0-nightly-20240917021806
55
+ - @backstage/core-components@0.15.0
56
+ - @backstage/frontend-plugin-api@0.8.0
57
+ - @backstage/core-plugin-api@1.9.4
58
+ - @backstage/theme@0.5.7
59
+ - @backstage/plugin-permission-react@0.4.26
49
60
 
50
61
  ## 0.1.0-next.2
51
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app",
3
- "version": "0.0.0-nightly-20240917021806",
3
+ "version": "0.0.0-nightly-20240918022959",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -34,11 +34,11 @@
34
34
  "postpack": "backstage-cli package postpack"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/core-components": "^0.0.0-nightly-20240917021806",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240917021806",
39
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240917021806",
40
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240917021806",
41
- "@backstage/theme": "^0.0.0-nightly-20240917021806",
37
+ "@backstage/core-components": "^0.15.0",
38
+ "@backstage/core-plugin-api": "^1.9.4",
39
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240918022959",
40
+ "@backstage/plugin-permission-react": "^0.4.26",
41
+ "@backstage/theme": "^0.5.7",
42
42
  "@material-ui/core": "^4.9.13",
43
43
  "@material-ui/icons": "^4.9.1",
44
44
  "@material-ui/lab": "^4.0.0-alpha.61",
@@ -50,9 +50,9 @@
50
50
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.0.0-nightly-20240917021806",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20240917021806",
55
- "@backstage/frontend-test-utils": "^0.0.0-nightly-20240917021806",
53
+ "@backstage/cli": "^0.0.0-nightly-20240918022959",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20240918022959",
55
+ "@backstage/frontend-test-utils": "^0.0.0-nightly-20240918022959",
56
56
  "@testing-library/jest-dom": "^6.0.0",
57
57
  "@testing-library/react": "^16.0.0",
58
58
  "@testing-library/user-event": "^14.0.0",