@backstage/plugin-devtools 0.0.0-nightly-20240924023337 → 0.0.0-nightly-20240925023229

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.
package/CHANGELOG.md CHANGED
@@ -1,17 +1,30 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20240924023337
3
+ ## 0.0.0-nightly-20240925023229
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240924023337
9
- - @backstage/core-compat-api@0.0.0-nightly-20240924023337
10
- - @backstage/core-components@0.15.0
11
- - @backstage/core-plugin-api@1.9.4
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240925023229
9
+ - @backstage/core-compat-api@0.0.0-nightly-20240925023229
10
+ - @backstage/core-components@0.0.0-nightly-20240925023229
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20240925023229
12
12
  - @backstage/errors@1.2.4
13
13
  - @backstage/plugin-devtools-common@0.1.12
14
- - @backstage/plugin-permission-react@0.4.26
14
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240925023229
15
+
16
+ ## 0.1.19-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/frontend-plugin-api@0.9.0-next.0
22
+ - @backstage/core-compat-api@0.3.1-next.0
23
+ - @backstage/core-components@0.15.1-next.0
24
+ - @backstage/core-plugin-api@1.10.0-next.0
25
+ - @backstage/errors@1.2.4
26
+ - @backstage/plugin-devtools-common@0.1.12
27
+ - @backstage/plugin-permission-react@0.4.27-next.0
15
28
 
16
29
  ## 0.1.18
17
30
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools__alpha",
3
- "version": "0.0.0-nightly-20240924023337",
3
+ "version": "0.0.0-nightly-20240925023229",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240924023337",
3
+ "version": "0.0.0-nightly-20240925023229",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -51,13 +51,13 @@
51
51
  "test": "backstage-cli package test"
52
52
  },
53
53
  "dependencies": {
54
- "@backstage/core-compat-api": "^0.0.0-nightly-20240924023337",
55
- "@backstage/core-components": "^0.15.0",
56
- "@backstage/core-plugin-api": "^1.9.4",
54
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240925023229",
55
+ "@backstage/core-components": "^0.0.0-nightly-20240925023229",
56
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240925023229",
57
57
  "@backstage/errors": "^1.2.4",
58
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240924023337",
58
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240925023229",
59
59
  "@backstage/plugin-devtools-common": "^0.1.12",
60
- "@backstage/plugin-permission-react": "^0.4.26",
60
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20240925023229",
61
61
  "@material-ui/core": "^4.9.13",
62
62
  "@material-ui/icons": "^4.9.1",
63
63
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -65,8 +65,8 @@
65
65
  "react-use": "^17.2.4"
66
66
  },
67
67
  "devDependencies": {
68
- "@backstage/cli": "^0.0.0-nightly-20240924023337",
69
- "@backstage/dev-utils": "^0.0.0-nightly-20240924023337",
68
+ "@backstage/cli": "^0.0.0-nightly-20240925023229",
69
+ "@backstage/dev-utils": "^0.0.0-nightly-20240925023229",
70
70
  "@testing-library/jest-dom": "^6.0.0"
71
71
  },
72
72
  "peerDependencies": {