@backstage/plugin-app 0.0.0-nightly-20241007023251 → 0.0.0-nightly-20241009023248

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,15 +1,26 @@
1
1
  # @backstage/plugin-app
2
2
 
3
- ## 0.0.0-nightly-20241007023251
3
+ ## 0.0.0-nightly-20241009023248
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20241007023251
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241007023251
10
- - @backstage/core-plugin-api@0.0.0-nightly-20241007023251
11
- - @backstage/plugin-permission-react@0.0.0-nightly-20241007023251
12
- - @backstage/theme@0.0.0-nightly-20241007023251
8
+ - @backstage/core-components@0.0.0-nightly-20241009023248
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241009023248
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20241009023248
11
+ - @backstage/plugin-permission-react@0.0.0-nightly-20241009023248
12
+ - @backstage/theme@0.0.0-nightly-20241009023248
13
+
14
+ ## 0.1.1-next.2
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/theme@0.6.0-next.1
20
+ - @backstage/core-components@0.15.1-next.2
21
+ - @backstage/core-plugin-api@1.10.0-next.1
22
+ - @backstage/frontend-plugin-api@0.9.0-next.2
23
+ - @backstage/plugin-permission-react@0.4.27-next.1
13
24
 
14
25
  ## 0.1.1-next.1
15
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app",
3
- "version": "0.0.0-nightly-20241007023251",
3
+ "version": "0.0.0-nightly-20241009023248",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "app",
@@ -37,20 +37,20 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/core-components": "0.0.0-nightly-20241007023251",
41
- "@backstage/core-plugin-api": "0.0.0-nightly-20241007023251",
42
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241007023251",
43
- "@backstage/plugin-permission-react": "0.0.0-nightly-20241007023251",
44
- "@backstage/theme": "0.0.0-nightly-20241007023251",
40
+ "@backstage/core-components": "0.0.0-nightly-20241009023248",
41
+ "@backstage/core-plugin-api": "0.0.0-nightly-20241009023248",
42
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241009023248",
43
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20241009023248",
44
+ "@backstage/theme": "0.0.0-nightly-20241009023248",
45
45
  "@material-ui/core": "^4.9.13",
46
46
  "@material-ui/icons": "^4.9.1",
47
47
  "@material-ui/lab": "^4.0.0-alpha.61",
48
48
  "react-use": "^17.2.4"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "0.0.0-nightly-20241007023251",
52
- "@backstage/dev-utils": "0.0.0-nightly-20241007023251",
53
- "@backstage/frontend-test-utils": "0.0.0-nightly-20241007023251",
51
+ "@backstage/cli": "0.0.0-nightly-20241009023248",
52
+ "@backstage/dev-utils": "0.0.0-nightly-20241009023248",
53
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20241009023248",
54
54
  "@testing-library/jest-dom": "^6.0.0",
55
55
  "@testing-library/react": "^16.0.0",
56
56
  "@testing-library/user-event": "^14.0.0",