@backstage/plugin-catalog 1.7.0-next.4 → 1.7.1

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 +40 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
+ ## 1.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.12.2
9
+ - @backstage/integration-react@1.1.8
10
+ - @backstage/plugin-catalog-react@1.2.3
11
+ - @backstage/plugin-search-react@1.3.1
12
+
13
+ ## 1.7.0
14
+
15
+ ### Minor Changes
16
+
17
+ - 6ffa47bb0a: Fixes in kind selectors (now `OwnershipCard` works again). `EntityKindPicker` now accepts an optional `allowedKinds` prop, just like `CatalogKindHeader`.
18
+ - 462c1d012e: Removed `CatalogKindHeader` from `DefaultCatalogPage`. Deprecated `CatalogKindHeader` in favour of `EntityKindPicker`.
19
+
20
+ ### Patch Changes
21
+
22
+ - d3fea4ae0a: Internal fixes to avoid implicit usage of globals
23
+ - ca04d97b09: Handle refresh entity error in `AboutCard`.
24
+ - 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
25
+ - a19cffbeed: Update search links to only have header as linkable text
26
+ - 19356df560: Updated dependency `zen-observable` to `^0.9.0`.
27
+ - c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
28
+ - 387d1d5218: Fixed Entity kind pluralisation in the `CatalogKindHeader` component.
29
+ - Updated dependencies
30
+ - @backstage/core-plugin-api@1.2.0
31
+ - @backstage/catalog-client@1.2.0
32
+ - @backstage/plugin-search-react@1.3.0
33
+ - @backstage/core-components@0.12.1
34
+ - @backstage/errors@1.1.4
35
+ - @backstage/plugin-catalog-react@1.2.2
36
+ - @backstage/integration-react@1.1.7
37
+ - @backstage/types@1.0.2
38
+ - @backstage/plugin-search-common@1.2.0
39
+ - @backstage/catalog-model@1.1.4
40
+ - @backstage/theme@0.2.16
41
+ - @backstage/plugin-catalog-common@1.0.9
42
+
3
43
  ## 1.7.0-next.4
4
44
 
5
45
  ### 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.1",
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.2",
38
+ "@backstage/core-plugin-api": "^1.2.0",
39
+ "@backstage/errors": "^1.1.4",
40
+ "@backstage/integration-react": "^1.1.8",
41
+ "@backstage/plugin-catalog-common": "^1.0.9",
42
+ "@backstage/plugin-catalog-react": "^1.2.3",
43
+ "@backstage/plugin-search-common": "^1.2.0",
44
+ "@backstage/plugin-search-react": "^1.3.1",
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.10",
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",