@backstage/plugin-devtools 0.1.2-next.2 → 0.1.2

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 +16 -0
  2. package/package.json +12 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 5969639fd075: Allow specifying custom title for `DevToolsLayout`
8
+ - 2c4869473155: Updated the `README` with instructions on how to integrate the Catalog Unprocessed Entities plugin as a tab within DevTools
9
+ - e6f50426333b: update some peer dependencies to silence yarn install
10
+ - Updated dependencies
11
+ - @backstage/theme@0.4.1
12
+ - @backstage/errors@1.2.1
13
+ - @backstage/core-components@0.13.3
14
+ - @backstage/core-plugin-api@1.5.3
15
+ - @backstage/types@1.1.0
16
+ - @backstage/plugin-devtools-common@0.1.2
17
+ - @backstage/plugin-permission-react@0.4.14
18
+
3
19
  ## 0.1.2-next.2
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.1.2-next.2",
3
+ "version": "0.1.2",
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.13.3-next.2",
32
- "@backstage/core-plugin-api": "^1.5.3-next.1",
33
- "@backstage/errors": "^1.2.1-next.0",
34
- "@backstage/plugin-devtools-common": "^0.1.2-next.0",
35
- "@backstage/plugin-permission-react": "^0.4.14-next.2",
36
- "@backstage/theme": "^0.4.1-next.1",
31
+ "@backstage/core-components": "^0.13.3",
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",
@@ -44,13 +44,14 @@
44
44
  "peerDependencies": {
45
45
  "@types/react": "^16.13.1 || ^17.0.0",
46
46
  "react": "^16.13.1 || ^17.0.0",
47
+ "react-dom": "^16.13.1 || ^17.0.0",
47
48
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
48
49
  },
49
50
  "devDependencies": {
50
- "@backstage/cli": "^0.22.9-next.1",
51
- "@backstage/core-app-api": "^1.8.2-next.1",
52
- "@backstage/dev-utils": "^1.0.17-next.2",
53
- "@backstage/test-utils": "^1.4.1-next.2",
51
+ "@backstage/cli": "^0.22.9",
52
+ "@backstage/core-app-api": "^1.9.0",
53
+ "@backstage/dev-utils": "^1.0.17",
54
+ "@backstage/test-utils": "^1.4.1",
54
55
  "@testing-library/jest-dom": "^5.10.1",
55
56
  "@testing-library/react": "^12.1.3",
56
57
  "@testing-library/user-event": "^14.0.0",