@backstage/plugin-catalog-common 0.0.0-nightly-2022122206 → 0.0.0-nightly-20220203021748

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 +7 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @backstage/plugin-catalog-common
2
2
 
3
- ## 0.0.0-nightly-2022122206
3
+ ## 0.0.0-nightly-20220203021748
4
+
5
+ ### Patch Changes
6
+
7
+ - ba59832aed: Adds new `catalogEntityCreatePermission` which can be imported and used when authoring a permission policy to restrict/grant a user's access to the catalog import plugin. (And the "Register Existing Component" button which navigates there).
8
+
9
+ ## 0.1.2-next.0
4
10
 
5
11
  ### Patch Changes
6
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-common",
3
3
  "description": "Common functionalities for the catalog plugin",
4
- "version": "0.0.0-nightly-2022122206",
4
+ "version": "0.0.0-nightly-20220203021748",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,7 +33,7 @@
33
33
  "@backstage/plugin-permission-common": "^0.4.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@backstage/cli": "^0.0.0-nightly-2022122206"
36
+ "@backstage/cli": "^0.0.0-nightly-20220203021748"
37
37
  },
38
38
  "files": [
39
39
  "dist"