@backstage/plugin-catalog 1.12.0-next.2 → 1.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
+ ## 1.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - eae0352d3864: Tables which use `EntityTableProps` now have an additional `tableOptions` prop which can be used to provide additional table options to these components.
8
+
9
+ ### Patch Changes
10
+
11
+ - 294b1629de28: Display a warning alert if relations are defined, which don't exist in the catalog.
12
+ - Updated dependencies
13
+ - @backstage/theme@0.4.1
14
+ - @backstage/errors@1.2.1
15
+ - @backstage/plugin-catalog-react@1.8.0
16
+ - @backstage/core-components@0.13.3
17
+ - @backstage/core-plugin-api@1.5.3
18
+ - @backstage/catalog-client@1.4.3
19
+ - @backstage/catalog-model@1.4.1
20
+ - @backstage/integration-react@1.1.15
21
+ - @backstage/types@1.1.0
22
+ - @backstage/plugin-catalog-common@1.0.15
23
+ - @backstage/plugin-scaffolder-common@1.3.2
24
+ - @backstage/plugin-search-common@1.2.5
25
+ - @backstage/plugin-search-react@1.6.3
26
+
3
27
  ## 1.12.0-next.2
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
3
  "description": "The Backstage plugin for browsing the Backstage catalog",
4
- "version": "1.12.0-next.2",
4
+ "version": "1.12.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,18 +32,18 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/catalog-client": "^1.4.3-next.0",
36
- "@backstage/catalog-model": "^1.4.1-next.0",
37
- "@backstage/core-components": "^0.13.3-next.2",
38
- "@backstage/core-plugin-api": "^1.5.3-next.1",
39
- "@backstage/errors": "^1.2.1-next.0",
40
- "@backstage/integration-react": "^1.1.15-next.2",
41
- "@backstage/plugin-catalog-common": "^1.0.15-next.0",
42
- "@backstage/plugin-catalog-react": "^1.8.0-next.2",
43
- "@backstage/plugin-scaffolder-common": "^1.3.2-next.0",
44
- "@backstage/plugin-search-common": "^1.2.5-next.0",
45
- "@backstage/plugin-search-react": "^1.6.3-next.2",
46
- "@backstage/theme": "^0.4.1-next.1",
35
+ "@backstage/catalog-client": "^1.4.3",
36
+ "@backstage/catalog-model": "^1.4.1",
37
+ "@backstage/core-components": "^0.13.3",
38
+ "@backstage/core-plugin-api": "^1.5.3",
39
+ "@backstage/errors": "^1.2.1",
40
+ "@backstage/integration-react": "^1.1.15",
41
+ "@backstage/plugin-catalog-common": "^1.0.15",
42
+ "@backstage/plugin-catalog-react": "^1.8.0",
43
+ "@backstage/plugin-scaffolder-common": "^1.3.2",
44
+ "@backstage/plugin-search-common": "^1.2.5",
45
+ "@backstage/plugin-search-react": "^1.6.3",
46
+ "@backstage/theme": "^0.4.1",
47
47
  "@backstage/types": "^1.1.0",
48
48
  "@material-ui/core": "^4.12.2",
49
49
  "@material-ui/icons": "^4.9.1",
@@ -62,11 +62,11 @@
62
62
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/cli": "^0.22.9-next.1",
66
- "@backstage/core-app-api": "^1.8.2-next.1",
67
- "@backstage/dev-utils": "^1.0.17-next.2",
68
- "@backstage/plugin-permission-react": "^0.4.14-next.2",
69
- "@backstage/test-utils": "^1.4.1-next.2",
65
+ "@backstage/cli": "^0.22.9",
66
+ "@backstage/core-app-api": "^1.9.0",
67
+ "@backstage/dev-utils": "^1.0.17",
68
+ "@backstage/plugin-permission-react": "^0.4.14",
69
+ "@backstage/test-utils": "^1.4.1",
70
70
  "@testing-library/dom": "^8.0.0",
71
71
  "@testing-library/jest-dom": "^5.10.1",
72
72
  "@testing-library/react": "^12.1.3",