@backstage/plugin-devtools 0.0.0-nightly-20230717023431 → 0.0.0-nightly-20230726022321

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 +33 -7
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,32 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20230717023431
3
+ ## 0.0.0-nightly-20230726022321
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20230726022321
9
+ - @backstage/core-plugin-api@1.5.3
10
+ - @backstage/errors@1.2.1
11
+ - @backstage/theme@0.4.1
12
+ - @backstage/types@1.1.0
13
+ - @backstage/plugin-devtools-common@0.1.2
14
+ - @backstage/plugin-permission-react@0.4.14
15
+
16
+ ## 0.1.3-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/core-components@0.13.4-next.0
22
+ - @backstage/core-plugin-api@1.5.3
23
+ - @backstage/errors@1.2.1
24
+ - @backstage/theme@0.4.1
25
+ - @backstage/types@1.1.0
26
+ - @backstage/plugin-devtools-common@0.1.2
27
+ - @backstage/plugin-permission-react@0.4.14
28
+
29
+ ## 0.1.2
4
30
 
5
31
  ### Patch Changes
6
32
 
@@ -8,13 +34,13 @@
8
34
  - 2c4869473155: Updated the `README` with instructions on how to integrate the Catalog Unprocessed Entities plugin as a tab within DevTools
9
35
  - e6f50426333b: update some peer dependencies to silence yarn install
10
36
  - Updated dependencies
11
- - @backstage/theme@0.0.0-nightly-20230717023431
12
- - @backstage/errors@0.0.0-nightly-20230717023431
13
- - @backstage/core-components@0.0.0-nightly-20230717023431
14
- - @backstage/core-plugin-api@0.0.0-nightly-20230717023431
37
+ - @backstage/theme@0.4.1
38
+ - @backstage/errors@1.2.1
39
+ - @backstage/core-components@0.13.3
40
+ - @backstage/core-plugin-api@1.5.3
15
41
  - @backstage/types@1.1.0
16
- - @backstage/plugin-devtools-common@0.0.0-nightly-20230717023431
17
- - @backstage/plugin-permission-react@0.0.0-nightly-20230717023431
42
+ - @backstage/plugin-devtools-common@0.1.2
43
+ - @backstage/plugin-permission-react@0.4.14
18
44
 
19
45
  ## 0.1.2-next.2
20
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20230717023431",
3
+ "version": "0.0.0-nightly-20230726022321",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,12 +28,12 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/core-components": "^0.0.0-nightly-20230717023431",
32
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230717023431",
33
- "@backstage/errors": "^0.0.0-nightly-20230717023431",
34
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230717023431",
35
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20230717023431",
36
- "@backstage/theme": "^0.0.0-nightly-20230717023431",
31
+ "@backstage/core-components": "^0.0.0-nightly-20230726022321",
32
+ "@backstage/core-plugin-api": "^1.5.3",
33
+ "@backstage/errors": "^1.2.1",
34
+ "@backstage/plugin-devtools-common": "^0.1.2",
35
+ "@backstage/plugin-permission-react": "^0.4.14",
36
+ "@backstage/theme": "^0.4.1",
37
37
  "@backstage/types": "^1.1.0",
38
38
  "@material-ui/core": "^4.9.13",
39
39
  "@material-ui/icons": "^4.9.1",
@@ -48,10 +48,10 @@
48
48
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.0.0-nightly-20230717023431",
52
- "@backstage/core-app-api": "^0.0.0-nightly-20230717023431",
53
- "@backstage/dev-utils": "^0.0.0-nightly-20230717023431",
54
- "@backstage/test-utils": "^0.0.0-nightly-20230717023431",
51
+ "@backstage/cli": "^0.0.0-nightly-20230726022321",
52
+ "@backstage/core-app-api": "^0.0.0-nightly-20230726022321",
53
+ "@backstage/dev-utils": "^0.0.0-nightly-20230726022321",
54
+ "@backstage/test-utils": "^0.0.0-nightly-20230726022321",
55
55
  "@testing-library/jest-dom": "^5.10.1",
56
56
  "@testing-library/react": "^12.1.3",
57
57
  "@testing-library/user-event": "^14.0.0",