@backstage/plugin-devtools 0.0.0-nightly-20230710023405 → 0.0.0-nightly-20230712023401

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 +20 -7
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,19 +1,32 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20230710023405
3
+ ## 0.0.0-nightly-20230712023401
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 5969639fd075: Allow specifying custom title for `DevToolsLayout`
8
8
  - 2c4869473155: Updated the `README` with instructions on how to integrate the Catalog Unprocessed Entities plugin as a tab within DevTools
9
9
  - Updated dependencies
10
- - @backstage/theme@0.0.0-nightly-20230710023405
11
- - @backstage/errors@0.0.0-nightly-20230710023405
12
- - @backstage/core-components@0.0.0-nightly-20230710023405
13
- - @backstage/core-plugin-api@0.0.0-nightly-20230710023405
10
+ - @backstage/theme@0.0.0-nightly-20230712023401
11
+ - @backstage/errors@0.0.0-nightly-20230712023401
12
+ - @backstage/core-components@0.0.0-nightly-20230712023401
13
+ - @backstage/core-plugin-api@0.0.0-nightly-20230712023401
14
14
  - @backstage/types@1.1.0
15
- - @backstage/plugin-devtools-common@0.0.0-nightly-20230710023405
16
- - @backstage/plugin-permission-react@0.0.0-nightly-20230710023405
15
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20230712023401
16
+ - @backstage/plugin-permission-react@0.0.0-nightly-20230712023401
17
+
18
+ ## 0.1.2-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/theme@0.4.1-next.1
24
+ - @backstage/core-plugin-api@1.5.3-next.1
25
+ - @backstage/core-components@0.13.3-next.2
26
+ - @backstage/errors@1.2.1-next.0
27
+ - @backstage/types@1.1.0
28
+ - @backstage/plugin-devtools-common@0.1.2-next.0
29
+ - @backstage/plugin-permission-react@0.4.14-next.2
17
30
 
18
31
  ## 0.1.2-next.1
19
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20230710023405",
3
+ "version": "0.0.0-nightly-20230712023401",
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-20230710023405",
32
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230710023405",
33
- "@backstage/errors": "^0.0.0-nightly-20230710023405",
34
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230710023405",
35
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20230710023405",
36
- "@backstage/theme": "^0.0.0-nightly-20230710023405",
31
+ "@backstage/core-components": "^0.0.0-nightly-20230712023401",
32
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230712023401",
33
+ "@backstage/errors": "^0.0.0-nightly-20230712023401",
34
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230712023401",
35
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20230712023401",
36
+ "@backstage/theme": "^0.0.0-nightly-20230712023401",
37
37
  "@backstage/types": "^1.1.0",
38
38
  "@material-ui/core": "^4.9.13",
39
39
  "@material-ui/icons": "^4.9.1",
@@ -47,10 +47,10 @@
47
47
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "^0.0.0-nightly-20230710023405",
51
- "@backstage/core-app-api": "^0.0.0-nightly-20230710023405",
52
- "@backstage/dev-utils": "^0.0.0-nightly-20230710023405",
53
- "@backstage/test-utils": "^0.0.0-nightly-20230710023405",
50
+ "@backstage/cli": "^0.0.0-nightly-20230712023401",
51
+ "@backstage/core-app-api": "^0.0.0-nightly-20230712023401",
52
+ "@backstage/dev-utils": "^0.0.0-nightly-20230712023401",
53
+ "@backstage/test-utils": "^0.0.0-nightly-20230712023401",
54
54
  "@testing-library/jest-dom": "^5.10.1",
55
55
  "@testing-library/react": "^12.1.3",
56
56
  "@testing-library/user-event": "^14.0.0",