@backstage/plugin-app 0.0.0-nightly-20240912022955 → 0.0.0-nightly-20240914022633

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-20240912022955
3
+ ## 0.0.0-nightly-20240914022633
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-20240912022955
45
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240912022955
46
- - @backstage/core-plugin-api@0.0.0-nightly-20240912022955
47
- - @backstage/theme@0.0.0-nightly-20240912022955
48
- - @backstage/plugin-permission-react@0.0.0-nightly-20240912022955
44
+ - @backstage/core-components@0.0.0-nightly-20240914022633
45
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240914022633
46
+ - @backstage/core-plugin-api@0.0.0-nightly-20240914022633
47
+ - @backstage/theme@0.0.0-nightly-20240914022633
48
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240914022633
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-20240912022955",
3
+ "version": "0.0.0-nightly-20240914022633",
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-20240912022955",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240912022955",
39
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240912022955",
40
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240912022955",
41
- "@backstage/theme": "^0.0.0-nightly-20240912022955",
37
+ "@backstage/core-components": "^0.0.0-nightly-20240914022633",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240914022633",
39
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240914022633",
40
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20240914022633",
41
+ "@backstage/theme": "^0.0.0-nightly-20240914022633",
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-20240912022955",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20240912022955",
55
- "@backstage/frontend-test-utils": "^0.0.0-nightly-20240912022955",
53
+ "@backstage/cli": "^0.0.0-nightly-20240914022633",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20240914022633",
55
+ "@backstage/frontend-test-utils": "^0.0.0-nightly-20240914022633",
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",