@backstage/plugin-devtools-common 0.0.0-nightly-20230829023907 → 0.0.0-nightly-20230831021048

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 +11 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,22 @@
1
1
  # @backstage/plugin-devtools-common
2
2
 
3
- ## 0.0.0-nightly-20230829023907
3
+ ## 0.0.0-nightly-20230831021048
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 12e644aa4eef: Show resource utilization in `DevTools` plugin
8
8
  - Updated dependencies
9
9
  - @backstage/types@1.1.0
10
- - @backstage/plugin-permission-common@0.7.7
10
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230831021048
11
+
12
+ ## 0.1.4-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - 12e644aa4eef: Show resource utilization in `DevTools` plugin
17
+ - Updated dependencies
18
+ - @backstage/plugin-permission-common@0.7.8-next.0
19
+ - @backstage/types@1.1.0
11
20
 
12
21
  ## 0.1.3
13
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-common",
3
3
  "description": "Common functionalities for the devtools plugin",
4
- "version": "0.0.0-nightly-20230829023907",
4
+ "version": "0.0.0-nightly-20230831021048",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,11 +29,11 @@
29
29
  "postpack": "backstage-cli package postpack"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/plugin-permission-common": "^0.7.7",
32
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230831021048",
33
33
  "@backstage/types": "^1.1.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@backstage/cli": "^0.0.0-nightly-20230829023907"
36
+ "@backstage/cli": "^0.0.0-nightly-20230831021048"
37
37
  },
38
38
  "files": [
39
39
  "dist"