@backstage/plugin-catalog-common 0.0.0-nightly-20220417023605 → 0.0.0-nightly-20220511024315

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.
package/CHANGELOG.md CHANGED
@@ -1,14 +1,30 @@
1
1
  # @backstage/plugin-catalog-common
2
2
 
3
- ## 0.0.0-nightly-20220417023605
3
+ ## 0.0.0-nightly-20220511024315
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/search-common@0.0.0-nightly-20220511024315
9
+ - @backstage/plugin-permission-common@0.0.0-nightly-20220511024315
10
+
11
+ ## 1.0.2-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/plugin-permission-common@0.6.1-next.0
17
+ - @backstage/search-common@0.3.4-next.0
18
+
19
+ ## 1.0.1
4
20
 
5
21
  ### Patch Changes
6
22
 
7
23
  - ada4446733: Use `createPermission` helper when creating permissions.
8
24
  - 8c8bee47f4: Add `@alpha` `CatalogEntityPermission` convenience type, available for import from `@backstage/plugin-catalog-common/alpha`.
9
25
  - Updated dependencies
10
- - @backstage/plugin-permission-common@0.0.0-nightly-20220417023605
11
- - @backstage/search-common@0.0.0-nightly-20220417023605
26
+ - @backstage/plugin-permission-common@0.6.0
27
+ - @backstage/search-common@0.3.3
12
28
 
13
29
  ## 1.0.1-next.1
14
30
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-common",
3
- "version": "0.0.0-nightly-20220417023605",
3
+ "version": "0.0.0-nightly-20220511024315",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "module": "../dist/index.esm.js",
6
6
  "types": "../dist/index.alpha.d.ts"
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-20220417023605",
4
+ "version": "0.0.0-nightly-20220511024315",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,11 +34,11 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20220417023605",
38
- "@backstage/search-common": "^0.0.0-nightly-20220417023605"
37
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20220511024315",
38
+ "@backstage/search-common": "^0.0.0-nightly-20220511024315"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/cli": "^0.0.0-nightly-20220417023605"
41
+ "@backstage/cli": "^0.0.0-nightly-20220511024315"
42
42
  },
43
43
  "files": [
44
44
  "dist",