@backstage/plugin-catalog 1.10.0-next.2 → 1.10.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 +43 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
+ ## 1.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4dbf3d3e4da: Added a new EntitySwitch isResourceType to allow different views depending on Resource type
8
+ - fc6cab4eb48: Added `isEntityWith` condition helper for `EntitySwitch` case statements.
9
+
10
+ ### Patch Changes
11
+
12
+ - 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
13
+ - e0c6e8b9c3c: Update peer dependencies
14
+ - Updated dependencies
15
+ - @backstage/core-components@0.13.0
16
+ - @backstage/catalog-client@1.4.1
17
+ - @backstage/plugin-catalog-react@1.5.0
18
+ - @backstage/plugin-search-react@1.5.2
19
+ - @backstage/integration-react@1.1.12
20
+ - @backstage/theme@0.2.19
21
+ - @backstage/core-plugin-api@1.5.1
22
+ - @backstage/catalog-model@1.3.0
23
+ - @backstage/errors@1.1.5
24
+ - @backstage/types@1.0.2
25
+ - @backstage/plugin-catalog-common@1.0.13
26
+ - @backstage/plugin-search-common@1.2.3
27
+
28
+ ## 1.10.0-next.3
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - @backstage/plugin-catalog-react@1.5.0-next.3
34
+ - @backstage/catalog-model@1.3.0-next.0
35
+ - @backstage/core-components@0.13.0-next.3
36
+ - @backstage/catalog-client@1.4.1-next.1
37
+ - @backstage/core-plugin-api@1.5.1-next.1
38
+ - @backstage/errors@1.1.5
39
+ - @backstage/integration-react@1.1.12-next.3
40
+ - @backstage/theme@0.2.19-next.0
41
+ - @backstage/types@1.0.2
42
+ - @backstage/plugin-catalog-common@1.0.13-next.1
43
+ - @backstage/plugin-search-common@1.2.3-next.0
44
+ - @backstage/plugin-search-react@1.5.2-next.3
45
+
3
46
  ## 1.10.0-next.2
4
47
 
5
48
  ### 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.10.0-next.2",
4
+ "version": "1.10.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,17 +32,17 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/catalog-client": "^1.4.1-next.0",
36
- "@backstage/catalog-model": "^1.2.1",
37
- "@backstage/core-components": "^0.12.6-next.2",
38
- "@backstage/core-plugin-api": "^1.5.1-next.1",
35
+ "@backstage/catalog-client": "^1.4.1",
36
+ "@backstage/catalog-model": "^1.3.0",
37
+ "@backstage/core-components": "^0.13.0",
38
+ "@backstage/core-plugin-api": "^1.5.1",
39
39
  "@backstage/errors": "^1.1.5",
40
- "@backstage/integration-react": "^1.1.12-next.2",
41
- "@backstage/plugin-catalog-common": "^1.0.13-next.0",
42
- "@backstage/plugin-catalog-react": "^1.4.1-next.2",
43
- "@backstage/plugin-search-common": "^1.2.3-next.0",
44
- "@backstage/plugin-search-react": "^1.5.2-next.2",
45
- "@backstage/theme": "^0.2.19-next.0",
40
+ "@backstage/integration-react": "^1.1.12",
41
+ "@backstage/plugin-catalog-common": "^1.0.13",
42
+ "@backstage/plugin-catalog-react": "^1.5.0",
43
+ "@backstage/plugin-search-common": "^1.2.3",
44
+ "@backstage/plugin-search-react": "^1.5.2",
45
+ "@backstage/theme": "^0.2.19",
46
46
  "@backstage/types": "^1.0.2",
47
47
  "@material-ui/core": "^4.12.2",
48
48
  "@material-ui/icons": "^4.9.1",
@@ -61,11 +61,11 @@
61
61
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/cli": "^0.22.6-next.2",
65
- "@backstage/core-app-api": "^1.7.0-next.2",
66
- "@backstage/dev-utils": "^1.0.14-next.2",
67
- "@backstage/plugin-permission-react": "^0.4.12-next.1",
68
- "@backstage/test-utils": "^1.3.0-next.2",
64
+ "@backstage/cli": "^0.22.6",
65
+ "@backstage/core-app-api": "^1.7.0",
66
+ "@backstage/dev-utils": "^1.0.14",
67
+ "@backstage/plugin-permission-react": "^0.4.12",
68
+ "@backstage/test-utils": "^1.3.0",
69
69
  "@testing-library/dom": "^8.0.0",
70
70
  "@testing-library/jest-dom": "^5.10.1",
71
71
  "@testing-library/react": "^12.1.3",