@backstage/plugin-devtools 0.0.0-nightly-20240123021705 → 0.0.0-nightly-20240124021659

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,6 +1,6 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20240123021705
3
+ ## 0.0.0-nightly-20240124021659
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,8 +8,24 @@
8
8
  - b89d8be: Added alpha support for the New Frontend System (Declarative Integration)
9
9
  - 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
10
10
  - Updated dependencies
11
- - @backstage/core-compat-api@0.0.0-nightly-20240123021705
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240123021705
11
+ - @backstage/core-compat-api@0.0.0-nightly-20240124021659
12
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240124021659
13
+ - @backstage/core-components@0.13.10
14
+ - @backstage/core-plugin-api@1.8.2
15
+ - @backstage/errors@1.2.3
16
+ - @backstage/plugin-devtools-common@0.1.8
17
+ - @backstage/plugin-permission-react@0.4.19
18
+
19
+ ## 0.1.9-next.0
20
+
21
+ ### Patch Changes
22
+
23
+ - c12a86c: Refactored code to improve accessibility by moving elements outside the `ul` tag and placing them appropriately. Also adjusted theme to offer better contrast.
24
+ - b89d8be: Added alpha support for the New Frontend System (Declarative Integration)
25
+ - 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
26
+ - Updated dependencies
27
+ - @backstage/core-compat-api@0.1.2-next.0
28
+ - @backstage/frontend-plugin-api@0.5.1-next.0
13
29
  - @backstage/core-components@0.13.10
14
30
  - @backstage/core-plugin-api@1.8.2
15
31
  - @backstage/errors@1.2.3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240123021705",
3
+ "version": "0.0.0-nightly-20240124021659",
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-20240123021705",
3
+ "version": "0.0.0-nightly-20240124021659",
4
4
  "main": "./dist/index.esm.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -40,11 +40,11 @@
40
40
  "postpack": "backstage-cli package postpack"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/core-compat-api": "^0.0.0-nightly-20240123021705",
43
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240124021659",
44
44
  "@backstage/core-components": "^0.13.10",
45
45
  "@backstage/core-plugin-api": "^1.8.2",
46
46
  "@backstage/errors": "^1.2.3",
47
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240123021705",
47
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240124021659",
48
48
  "@backstage/plugin-devtools-common": "^0.1.8",
49
49
  "@backstage/plugin-permission-react": "^0.4.19",
50
50
  "@material-ui/core": "^4.9.13",
@@ -60,8 +60,8 @@
60
60
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/cli": "^0.0.0-nightly-20240123021705",
64
- "@backstage/dev-utils": "^0.0.0-nightly-20240123021705",
63
+ "@backstage/cli": "^0.0.0-nightly-20240124021659",
64
+ "@backstage/dev-utils": "^0.0.0-nightly-20240124021659",
65
65
  "@testing-library/jest-dom": "^6.0.0",
66
66
  "@testing-library/react": "^14.0.0"
67
67
  },