@backstage/plugin-devtools-common 0.0.0-nightly-20230905021132 → 0.0.0-nightly-20230906021121

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 +10 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,21 @@
1
1
  # @backstage/plugin-devtools-common
2
2
 
3
- ## 0.0.0-nightly-20230905021132
3
+ ## 0.0.0-nightly-20230906021121
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.0.0-nightly-20230905021132
10
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230906021121
11
+
12
+ ## 0.1.4-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/plugin-permission-common@0.7.8-next.1
18
+ - @backstage/types@1.1.0
11
19
 
12
20
  ## 0.1.4-next.0
13
21
 
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-20230905021132",
4
+ "version": "0.0.0-nightly-20230906021121",
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.0.0-nightly-20230905021132",
32
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230906021121",
33
33
  "@backstage/types": "^1.1.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@backstage/cli": "^0.0.0-nightly-20230905021132"
36
+ "@backstage/cli": "^0.0.0-nightly-20230906021121"
37
37
  },
38
38
  "files": [
39
39
  "dist"