@backstage/plugin-app 0.0.0-nightly-20250114022708 → 0.0.0-nightly-20250123022835

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 +30 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,16 +1,40 @@
1
1
  # @backstage/plugin-app
2
2
 
3
- ## 0.0.0-nightly-20250114022708
3
+ ## 0.0.0-nightly-20250123022835
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250114022708
9
- - @backstage/core-plugin-api@0.0.0-nightly-20250114022708
10
- - @backstage/core-components@0.0.0-nightly-20250114022708
11
- - @backstage/integration-react@0.0.0-nightly-20250114022708
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20250123022835
9
+ - @backstage/core-components@0.16.3
10
+ - @backstage/core-plugin-api@1.10.3
11
+ - @backstage/integration-react@1.2.3
12
12
  - @backstage/theme@0.6.3
13
- - @backstage/plugin-permission-react@0.0.0-nightly-20250114022708
13
+ - @backstage/plugin-permission-react@0.4.30
14
+
15
+ ## 0.1.6-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/frontend-plugin-api@0.9.5-next.0
21
+ - @backstage/core-components@0.16.3
22
+ - @backstage/core-plugin-api@1.10.3
23
+ - @backstage/integration-react@1.2.3
24
+ - @backstage/theme@0.6.3
25
+ - @backstage/plugin-permission-react@0.4.30
26
+
27
+ ## 0.1.5
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @backstage/frontend-plugin-api@0.9.4
33
+ - @backstage/core-plugin-api@1.10.3
34
+ - @backstage/core-components@0.16.3
35
+ - @backstage/integration-react@1.2.3
36
+ - @backstage/theme@0.6.3
37
+ - @backstage/plugin-permission-react@0.4.30
14
38
 
15
39
  ## 0.1.5-next.0
16
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app",
3
- "version": "0.0.0-nightly-20250114022708",
3
+ "version": "0.0.0-nightly-20250123022835",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "app",
@@ -37,11 +37,11 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/core-components": "0.0.0-nightly-20250114022708",
41
- "@backstage/core-plugin-api": "0.0.0-nightly-20250114022708",
42
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250114022708",
43
- "@backstage/integration-react": "0.0.0-nightly-20250114022708",
44
- "@backstage/plugin-permission-react": "0.0.0-nightly-20250114022708",
40
+ "@backstage/core-components": "0.16.3",
41
+ "@backstage/core-plugin-api": "1.10.3",
42
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20250123022835",
43
+ "@backstage/integration-react": "1.2.3",
44
+ "@backstage/plugin-permission-react": "0.4.30",
45
45
  "@backstage/theme": "0.6.3",
46
46
  "@material-ui/core": "^4.9.13",
47
47
  "@material-ui/icons": "^4.9.1",
@@ -49,9 +49,9 @@
49
49
  "react-use": "^17.2.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "0.0.0-nightly-20250114022708",
53
- "@backstage/dev-utils": "0.0.0-nightly-20250114022708",
54
- "@backstage/frontend-test-utils": "0.0.0-nightly-20250114022708",
52
+ "@backstage/cli": "0.0.0-nightly-20250123022835",
53
+ "@backstage/dev-utils": "0.0.0-nightly-20250123022835",
54
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20250123022835",
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",