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

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 +6 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-app
2
2
 
3
- ## 0.0.0-nightly-20240915023307
3
+ ## 0.0.0-nightly-20240917021806
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -41,11 +41,11 @@
41
41
  - 57bf6ae: Fix issue with `AlertDisplay` and other components defined with `AppRootElementBlueprint` not being rendered when at the `SignInWrapper`
42
42
  - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
43
43
  - Updated dependencies
44
- - @backstage/core-components@0.0.0-nightly-20240915023307
45
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240915023307
46
- - @backstage/core-plugin-api@0.0.0-nightly-20240915023307
47
- - @backstage/theme@0.0.0-nightly-20240915023307
48
- - @backstage/plugin-permission-react@0.0.0-nightly-20240915023307
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
49
49
 
50
50
  ## 0.1.0-next.2
51
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app",
3
- "version": "0.0.0-nightly-20240915023307",
3
+ "version": "0.0.0-nightly-20240917021806",
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-20240915023307",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240915023307",
39
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240915023307",
40
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240915023307",
41
- "@backstage/theme": "^0.0.0-nightly-20240915023307",
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",
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-20240915023307",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20240915023307",
55
- "@backstage/frontend-test-utils": "^0.0.0-nightly-20240915023307",
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",
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",