@backstage/plugin-devtools-common 0.0.0-nightly-20230530022329 → 0.0.0-nightly-20230601024016

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,12 +1,21 @@
1
1
  # @backstage/plugin-devtools-common
2
2
 
3
- ## 0.0.0-nightly-20230530022329
3
+ ## 0.0.0-nightly-20230601024016
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 459331f657ec: Export the list of permissions
8
8
  - Updated dependencies
9
- - @backstage/plugin-permission-common@0.0.0-nightly-20230530022329
9
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230601024016
10
+ - @backstage/types@1.0.2
11
+
12
+ ## 0.1.1-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - 459331f657ec: Export the list of permissions
17
+ - Updated dependencies
18
+ - @backstage/plugin-permission-common@0.7.6-next.0
10
19
  - @backstage/types@1.0.2
11
20
 
12
21
  ## 0.1.0
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-20230530022329",
4
+ "version": "0.0.0-nightly-20230601024016",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,11 +23,11 @@
23
23
  "postpack": "backstage-cli package postpack"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230530022329",
26
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230601024016",
27
27
  "@backstage/types": "^1.0.2"
28
28
  },
29
29
  "devDependencies": {
30
- "@backstage/cli": "^0.0.0-nightly-20230530022329"
30
+ "@backstage/cli": "^0.0.0-nightly-20230601024016"
31
31
  },
32
32
  "files": [
33
33
  "dist"