@backstage/plugin-devtools 0.0.0-nightly-20240618021721 → 0.0.0-nightly-20240626021705

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,43 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20240618021721
3
+ ## 0.0.0-nightly-20240626021705
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20240626021705
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240626021705
10
+ - @backstage/core-compat-api@0.0.0-nightly-20240626021705
11
+ - @backstage/core-plugin-api@1.9.3
12
+ - @backstage/errors@1.2.4
13
+ - @backstage/plugin-devtools-common@0.1.10
14
+ - @backstage/plugin-permission-react@0.4.23
15
+
16
+ ## 0.1.16-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/core-components@0.14.9-next.0
22
+ - @backstage/frontend-plugin-api@0.6.7-next.0
23
+ - @backstage/core-compat-api@0.2.7-next.0
24
+ - @backstage/core-plugin-api@1.9.3
25
+ - @backstage/errors@1.2.4
26
+ - @backstage/plugin-devtools-common@0.1.10
27
+ - @backstage/plugin-permission-react@0.4.23
28
+
29
+ ## 0.1.15
4
30
 
5
31
  ### Patch Changes
6
32
 
7
33
  - d44a20a: Added additional plugin metadata to `package.json`.
8
34
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240618021721
10
- - @backstage/core-compat-api@0.0.0-nightly-20240618021721
11
- - @backstage/core-plugin-api@0.0.0-nightly-20240618021721
12
- - @backstage/plugin-permission-react@0.0.0-nightly-20240618021721
13
- - @backstage/plugin-devtools-common@0.0.0-nightly-20240618021721
14
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240618021721
35
+ - @backstage/core-components@0.14.8
36
+ - @backstage/core-compat-api@0.2.6
37
+ - @backstage/core-plugin-api@1.9.3
38
+ - @backstage/plugin-permission-react@0.4.23
39
+ - @backstage/plugin-devtools-common@0.1.10
40
+ - @backstage/frontend-plugin-api@0.6.6
15
41
  - @backstage/errors@1.2.4
16
42
 
17
43
  ## 0.1.15-next.2
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240618021721",
2
+ "name": "@backstage/plugin-devtools__alpha",
3
+ "version": "0.0.0-nightly-20240626021705",
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-20240618021721",
3
+ "version": "0.0.0-nightly-20240626021705",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "devtools",
@@ -50,13 +50,13 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/core-compat-api": "^0.0.0-nightly-20240618021721",
54
- "@backstage/core-components": "^0.0.0-nightly-20240618021721",
55
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240618021721",
53
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240626021705",
54
+ "@backstage/core-components": "^0.0.0-nightly-20240626021705",
55
+ "@backstage/core-plugin-api": "^1.9.3",
56
56
  "@backstage/errors": "^1.2.4",
57
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240618021721",
58
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20240618021721",
59
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240618021721",
57
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240626021705",
58
+ "@backstage/plugin-devtools-common": "^0.1.10",
59
+ "@backstage/plugin-permission-react": "^0.4.23",
60
60
  "@material-ui/core": "^4.9.13",
61
61
  "@material-ui/icons": "^4.9.1",
62
62
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -64,8 +64,8 @@
64
64
  "react-use": "^17.2.4"
65
65
  },
66
66
  "devDependencies": {
67
- "@backstage/cli": "^0.0.0-nightly-20240618021721",
68
- "@backstage/dev-utils": "^0.0.0-nightly-20240618021721",
67
+ "@backstage/cli": "^0.0.0-nightly-20240626021705",
68
+ "@backstage/dev-utils": "^0.0.0-nightly-20240626021705",
69
69
  "@testing-library/jest-dom": "^6.0.0"
70
70
  },
71
71
  "peerDependencies": {