@backstage/plugin-devtools 0.0.0-nightly-20230620022155 → 0.0.0-nightly-20230624023358

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 +21 -8
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,19 +1,32 @@
1
1
  # @backstage/plugin-devtools
2
2
 
3
- ## 0.0.0-nightly-20230620022155
3
+ ## 0.0.0-nightly-20230624023358
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/errors@0.0.0-nightly-20230624023358
9
+ - @backstage/core-components@0.0.0-nightly-20230624023358
10
+ - @backstage/core-plugin-api@1.5.2
11
+ - @backstage/theme@0.4.0
12
+ - @backstage/types@1.1.0
13
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20230624023358
14
+ - @backstage/plugin-permission-react@0.0.0-nightly-20230624023358
15
+
16
+ ## 0.1.1
4
17
 
5
18
  ### Patch Changes
6
19
 
7
20
  - 62d191f6c8b5: Updated DevTools documentation for Docker users
8
21
  - bbe15f70c5cc: Added note to README about how secrets are displayed in the Config tab of the DevTools plugin
9
22
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20230620022155
11
- - @backstage/types@0.0.0-nightly-20230620022155
12
- - @backstage/theme@0.0.0-nightly-20230620022155
13
- - @backstage/errors@0.0.0-nightly-20230620022155
14
- - @backstage/plugin-devtools-common@0.0.0-nightly-20230620022155
15
- - @backstage/core-plugin-api@0.0.0-nightly-20230620022155
16
- - @backstage/plugin-permission-react@0.0.0-nightly-20230620022155
23
+ - @backstage/core-plugin-api@1.5.2
24
+ - @backstage/core-components@0.13.2
25
+ - @backstage/types@1.1.0
26
+ - @backstage/theme@0.4.0
27
+ - @backstage/errors@1.2.0
28
+ - @backstage/plugin-devtools-common@0.1.1
29
+ - @backstage/plugin-permission-react@0.4.13
17
30
 
18
31
  ## 0.1.1-next.3
19
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools",
3
- "version": "0.0.0-nightly-20230620022155",
3
+ "version": "0.0.0-nightly-20230624023358",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,13 +28,13 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/core-components": "^0.0.0-nightly-20230620022155",
32
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230620022155",
33
- "@backstage/errors": "^0.0.0-nightly-20230620022155",
34
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230620022155",
35
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20230620022155",
36
- "@backstage/theme": "^0.0.0-nightly-20230620022155",
37
- "@backstage/types": "^0.0.0-nightly-20230620022155",
31
+ "@backstage/core-components": "^0.0.0-nightly-20230624023358",
32
+ "@backstage/core-plugin-api": "^1.5.2",
33
+ "@backstage/errors": "^0.0.0-nightly-20230624023358",
34
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230624023358",
35
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20230624023358",
36
+ "@backstage/theme": "^0.4.0",
37
+ "@backstage/types": "^1.1.0",
38
38
  "@material-ui/core": "^4.9.13",
39
39
  "@material-ui/icons": "^4.9.1",
40
40
  "@material-ui/lab": "^4.0.0-alpha.57",
@@ -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-20230620022155",
51
- "@backstage/core-app-api": "^0.0.0-nightly-20230620022155",
52
- "@backstage/dev-utils": "^0.0.0-nightly-20230620022155",
53
- "@backstage/test-utils": "^0.0.0-nightly-20230620022155",
50
+ "@backstage/cli": "^0.0.0-nightly-20230624023358",
51
+ "@backstage/core-app-api": "^1.8.1",
52
+ "@backstage/dev-utils": "^0.0.0-nightly-20230624023358",
53
+ "@backstage/test-utils": "^0.0.0-nightly-20230624023358",
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",