@backstage/plugin-catalog-node 1.6.0-next.2 → 1.6.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,38 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
+ ## 1.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a168507: Added `EntitiesSearchFilter` and `EntityFilter` from `@backstage/plugin-catalog-backend`, for reuse
8
+ - 7804597: Permission rules can now be added for the Catalog plugin through the `CatalogPermissionExtensionPoint` interface.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+ - @backstage/catalog-client@1.5.0
14
+ - @backstage/plugin-permission-common@0.7.11
15
+ - @backstage/plugin-permission-node@0.7.19
16
+ - @backstage/backend-plugin-api@0.6.8
17
+ - @backstage/catalog-model@1.4.3
18
+ - @backstage/errors@1.2.3
19
+ - @backstage/types@1.1.1
20
+ - @backstage/plugin-catalog-common@1.0.19
21
+
22
+ ## 1.6.0-next.3
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @backstage/backend-plugin-api@0.6.8-next.3
28
+ - @backstage/catalog-client@1.5.0-next.1
29
+ - @backstage/catalog-model@1.4.3
30
+ - @backstage/errors@1.2.3
31
+ - @backstage/types@1.1.1
32
+ - @backstage/plugin-catalog-common@1.0.18
33
+ - @backstage/plugin-permission-common@0.7.10
34
+ - @backstage/plugin-permission-node@0.7.19-next.3
35
+
3
36
  ## 1.6.0-next.2
4
37
 
5
38
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "1.6.0-next.2",
3
+ "version": "1.6.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
3
  "description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
4
- "version": "1.6.0-next.2",
4
+ "version": "1.6.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,19 +40,19 @@
40
40
  "postpack": "backstage-cli package postpack"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "^0.6.8-next.2",
44
- "@backstage/catalog-client": "^1.5.0-next.1",
43
+ "@backstage/backend-plugin-api": "^0.6.8",
44
+ "@backstage/catalog-client": "^1.5.0",
45
45
  "@backstage/catalog-model": "^1.4.3",
46
46
  "@backstage/errors": "^1.2.3",
47
- "@backstage/plugin-catalog-common": "^1.0.18",
48
- "@backstage/plugin-permission-common": "^0.7.10",
49
- "@backstage/plugin-permission-node": "^0.7.19-next.2",
47
+ "@backstage/plugin-catalog-common": "^1.0.19",
48
+ "@backstage/plugin-permission-common": "^0.7.11",
49
+ "@backstage/plugin-permission-node": "^0.7.19",
50
50
  "@backstage/types": "^1.1.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-common": "^0.20.0-next.2",
54
- "@backstage/backend-test-utils": "^0.2.9-next.2",
55
- "@backstage/cli": "^0.25.0-next.2"
53
+ "@backstage/backend-common": "^0.20.0",
54
+ "@backstage/backend-test-utils": "^0.2.9",
55
+ "@backstage/cli": "^0.25.0"
56
56
  },
57
57
  "files": [
58
58
  "dist",