@backstage/plugin-catalog-common 1.0.3-next.0 → 1.0.4-next.0

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,5 +1,30 @@
1
1
  # @backstage/plugin-catalog-common
2
2
 
3
+ ## 1.0.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-permission-common@0.6.3-next.0
9
+ - @backstage/plugin-search-common@0.3.6-next.0
10
+
11
+ ## 1.0.3
12
+
13
+ ### Patch Changes
14
+
15
+ - 7d8acfc32e: Replaced all usages of `@backstage/search-common` with `@backstage/plugin-search-common`
16
+ - Updated dependencies
17
+ - @backstage/plugin-search-common@0.3.5
18
+ - @backstage/plugin-permission-common@0.6.2
19
+
20
+ ## 1.0.3-next.1
21
+
22
+ ### Patch Changes
23
+
24
+ - 7d8acfc32e: Replaced all usages of `@backstage/search-common` with `@backstage/plugin-search-common`
25
+ - Updated dependencies
26
+ - @backstage/plugin-search-common@0.3.5-next.1
27
+
3
28
  ## 1.0.3-next.0
4
29
 
5
30
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-common",
3
- "version": "1.0.3-next.0",
3
+ "version": "1.0.4-next.0",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "module": "../dist/index.esm.js",
6
6
  "types": "../dist/index.alpha.d.ts"
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  import { BasicPermission } from '@backstage/plugin-permission-common';
9
- import { IndexableDocument } from '@backstage/search-common';
9
+ import { IndexableDocument } from '@backstage/plugin-search-common';
10
10
  import { ResourcePermission } from '@backstage/plugin-permission-common';
11
11
 
12
12
  /**
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  import { BasicPermission } from '@backstage/plugin-permission-common';
9
- import { IndexableDocument } from '@backstage/search-common';
9
+ import { IndexableDocument } from '@backstage/plugin-search-common';
10
10
  import { ResourcePermission } from '@backstage/plugin-permission-common';
11
11
 
12
12
  /* Excluded from this release type: catalogEntityCreatePermission */
package/dist/index.d.ts CHANGED
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  import { BasicPermission } from '@backstage/plugin-permission-common';
9
- import { IndexableDocument } from '@backstage/search-common';
9
+ import { IndexableDocument } from '@backstage/plugin-search-common';
10
10
  import { ResourcePermission } from '@backstage/plugin-permission-common';
11
11
 
12
12
  /* Excluded from this release type: catalogEntityCreatePermission */
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": "1.0.3-next.0",
4
+ "version": "1.0.4-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,16 +34,16 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/plugin-permission-common": "^0.6.2-next.0",
38
- "@backstage/search-common": "^0.3.5-next.0"
37
+ "@backstage/plugin-permission-common": "^0.6.3-next.0",
38
+ "@backstage/plugin-search-common": "^0.3.6-next.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/cli": "^0.17.2-next.1"
41
+ "@backstage/cli": "^0.18.0-next.1"
42
42
  },
43
43
  "files": [
44
44
  "dist",
45
45
  "alpha"
46
46
  ],
47
- "gitHead": "e15c24ddb5d14034629ced8a5a5d8f12b8f1a7dd",
47
+ "gitHead": "e0a993834c31487a97a1ae6878eaf3685f03fc1a",
48
48
  "module": "dist/index.esm.js"
49
49
  }