@backstage/plugin-devtools-react 0.0.0-nightly-20260127025640 → 0.0.0-nightly-20260128025246

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 +11 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # @backstage/plugin-devtools-react
2
2
 
3
- ## 0.0.0-nightly-20260127025640
3
+ ## 0.0.0-nightly-20260128025246
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260127025640
9
- - @backstage/core-plugin-api@0.0.0-nightly-20260127025640
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260128025246
9
+ - @backstage/core-plugin-api@0.0.0-nightly-20260128025246
10
+
11
+ ## 0.1.1-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/frontend-plugin-api@0.14.0-next.0
17
+ - @backstage/core-plugin-api@1.12.2-next.0
10
18
 
11
19
  ## 0.1.0
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-react",
3
- "version": "0.0.0-nightly-20260127025640",
3
+ "version": "0.0.0-nightly-20260128025246",
4
4
  "description": "Web library for the devtools plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -39,13 +39,13 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/core-plugin-api": "0.0.0-nightly-20260127025640",
43
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260127025640",
42
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260128025246",
43
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260128025246",
44
44
  "@material-ui/core": "^4.9.13"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "0.0.0-nightly-20260127025640",
48
- "@backstage/test-utils": "0.0.0-nightly-20260127025640",
47
+ "@backstage/cli": "0.0.0-nightly-20260128025246",
48
+ "@backstage/test-utils": "0.0.0-nightly-20260128025246",
49
49
  "@testing-library/jest-dom": "^6.0.0",
50
50
  "@testing-library/react": "^14.0.0",
51
51
  "@types/react": "^18.0.0",