@backstage/plugin-devtools 0.0.0-nightly-20240227020936 → 0.0.0-nightly-20240229020904

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,18 +1,32 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20240227020936
3
+ ## 0.0.0-nightly-20240229020904
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a0e3393: Updated to use `fetchApi` as per [ADR013](https://backstage.io/docs/architecture-decisions/adrs-adr013)
8
8
  - Updated dependencies
9
- - @backstage/errors@0.0.0-nightly-20240227020936
10
- - @backstage/core-components@0.0.0-nightly-20240227020936
11
- - @backstage/core-plugin-api@0.0.0-nightly-20240227020936
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240227020936
13
- - @backstage/core-compat-api@0.0.0-nightly-20240227020936
14
- - @backstage/plugin-devtools-common@0.0.0-nightly-20240227020936
15
- - @backstage/plugin-permission-react@0.0.0-nightly-20240227020936
9
+ - @backstage/errors@0.0.0-nightly-20240229020904
10
+ - @backstage/core-components@0.0.0-nightly-20240229020904
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20240229020904
12
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240229020904
13
+ - @backstage/core-compat-api@0.0.0-nightly-20240229020904
14
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20240229020904
15
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240229020904
16
+
17
+ ## 0.1.10-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - a0e3393: Updated to use `fetchApi` as per [ADR013](https://backstage.io/docs/architecture-decisions/adrs-adr013)
22
+ - Updated dependencies
23
+ - @backstage/errors@1.2.4-next.0
24
+ - @backstage/core-components@0.14.1-next.0
25
+ - @backstage/core-plugin-api@1.9.1-next.0
26
+ - @backstage/frontend-plugin-api@0.6.1-next.0
27
+ - @backstage/core-compat-api@0.2.1-next.0
28
+ - @backstage/plugin-devtools-common@0.1.9-next.0
29
+ - @backstage/plugin-permission-react@0.4.21-next.0
16
30
 
17
31
  ## 0.1.9
18
32
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20240227020936",
3
+ "version": "0.0.0-nightly-20240229020904",
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-20240227020936",
3
+ "version": "0.0.0-nightly-20240229020904",
4
4
  "main": "./dist/index.esm.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -40,13 +40,13 @@
40
40
  "postpack": "backstage-cli package postpack"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/core-compat-api": "^0.0.0-nightly-20240227020936",
44
- "@backstage/core-components": "^0.0.0-nightly-20240227020936",
45
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240227020936",
46
- "@backstage/errors": "^0.0.0-nightly-20240227020936",
47
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240227020936",
48
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20240227020936",
49
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240227020936",
43
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240229020904",
44
+ "@backstage/core-components": "^0.0.0-nightly-20240229020904",
45
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240229020904",
46
+ "@backstage/errors": "^0.0.0-nightly-20240229020904",
47
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240229020904",
48
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20240229020904",
49
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20240229020904",
50
50
  "@material-ui/core": "^4.9.13",
51
51
  "@material-ui/icons": "^4.9.1",
52
52
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -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-20240227020936",
64
- "@backstage/dev-utils": "^0.0.0-nightly-20240227020936",
63
+ "@backstage/cli": "^0.0.0-nightly-20240229020904",
64
+ "@backstage/dev-utils": "^0.0.0-nightly-20240229020904",
65
65
  "@testing-library/jest-dom": "^6.0.0",
66
66
  "@testing-library/react": "^14.0.0"
67
67
  },