@backstage/plugin-catalog 1.7.0-next.4 → 1.7.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 +30 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
+ ## 1.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6ffa47bb0a: Fixes in kind selectors (now `OwnershipCard` works again). `EntityKindPicker` now accepts an optional `allowedKinds` prop, just like `CatalogKindHeader`.
8
+ - 462c1d012e: Removed `CatalogKindHeader` from `DefaultCatalogPage`. Deprecated `CatalogKindHeader` in favour of `EntityKindPicker`.
9
+
10
+ ### Patch Changes
11
+
12
+ - d3fea4ae0a: Internal fixes to avoid implicit usage of globals
13
+ - ca04d97b09: Handle refresh entity error in `AboutCard`.
14
+ - 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
15
+ - a19cffbeed: Update search links to only have header as linkable text
16
+ - 19356df560: Updated dependency `zen-observable` to `^0.9.0`.
17
+ - c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
18
+ - 387d1d5218: Fixed Entity kind pluralisation in the `CatalogKindHeader` component.
19
+ - Updated dependencies
20
+ - @backstage/core-plugin-api@1.2.0
21
+ - @backstage/catalog-client@1.2.0
22
+ - @backstage/plugin-search-react@1.3.0
23
+ - @backstage/core-components@0.12.1
24
+ - @backstage/errors@1.1.4
25
+ - @backstage/plugin-catalog-react@1.2.2
26
+ - @backstage/integration-react@1.1.7
27
+ - @backstage/types@1.0.2
28
+ - @backstage/plugin-search-common@1.2.0
29
+ - @backstage/catalog-model@1.1.4
30
+ - @backstage/theme@0.2.16
31
+ - @backstage/plugin-catalog-common@1.0.9
32
+
3
33
  ## 1.7.0-next.4
4
34
 
5
35
  ### Patch 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.7.0-next.4",
4
+ "version": "1.7.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.2.0-next.1",
36
- "@backstage/catalog-model": "^1.1.4-next.1",
37
- "@backstage/core-components": "^0.12.1-next.4",
38
- "@backstage/core-plugin-api": "^1.2.0-next.2",
39
- "@backstage/errors": "^1.1.4-next.1",
40
- "@backstage/integration-react": "^1.1.7-next.4",
41
- "@backstage/plugin-catalog-common": "^1.0.9-next.3",
42
- "@backstage/plugin-catalog-react": "^1.2.2-next.4",
43
- "@backstage/plugin-search-common": "^1.2.0-next.3",
44
- "@backstage/plugin-search-react": "^1.3.0-next.4",
35
+ "@backstage/catalog-client": "^1.2.0",
36
+ "@backstage/catalog-model": "^1.1.4",
37
+ "@backstage/core-components": "^0.12.1",
38
+ "@backstage/core-plugin-api": "^1.2.0",
39
+ "@backstage/errors": "^1.1.4",
40
+ "@backstage/integration-react": "^1.1.7",
41
+ "@backstage/plugin-catalog-common": "^1.0.9",
42
+ "@backstage/plugin-catalog-react": "^1.2.2",
43
+ "@backstage/plugin-search-common": "^1.2.0",
44
+ "@backstage/plugin-search-react": "^1.3.0",
45
45
  "@backstage/theme": "^0.2.16",
46
- "@backstage/types": "^1.0.2-next.1",
46
+ "@backstage/types": "^1.0.2",
47
47
  "@material-ui/core": "^4.12.2",
48
48
  "@material-ui/icons": "^4.9.1",
49
49
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -60,11 +60,11 @@
60
60
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/cli": "^0.22.0-next.4",
64
- "@backstage/core-app-api": "^1.3.0-next.4",
65
- "@backstage/dev-utils": "^1.0.9-next.4",
66
- "@backstage/plugin-permission-react": "^0.4.8-next.3",
67
- "@backstage/test-utils": "^1.2.3-next.4",
63
+ "@backstage/cli": "^0.22.0",
64
+ "@backstage/core-app-api": "^1.3.0",
65
+ "@backstage/dev-utils": "^1.0.9",
66
+ "@backstage/plugin-permission-react": "^0.4.8",
67
+ "@backstage/test-utils": "^1.2.3",
68
68
  "@testing-library/jest-dom": "^5.10.1",
69
69
  "@testing-library/react": "^12.1.3",
70
70
  "@testing-library/user-event": "^14.0.0",