@backstage/plugin-catalog 2.0.8-next.3 → 2.0.8

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,26 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
+ ## 2.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 80b37b3: Fixed the `AboutField` label in the About card using `variant="inherit"` instead of `variant="h2"` to prevent theme typography overrides from changing the intended 10px label size.
8
+ - 05aed2e: Fixed a brief "Entity not found" flash when navigating between catalog entity pages.
9
+ - 1d026b0: Added explicit type annotations to `FilterContainer` and `EntityListContainer` re-exports for forward-compatibility with TypeScript 7.
10
+ - Updated dependencies
11
+ - @backstage/catalog-model@1.10.0
12
+ - @backstage/core-components@0.18.13
13
+ - @backstage/core-plugin-api@1.12.9
14
+ - @backstage/plugin-catalog-react@3.2.1
15
+ - @backstage/ui@0.17.1
16
+ - @backstage/plugin-scaffolder-common@2.2.2
17
+ - @backstage/frontend-plugin-api@0.18.0
18
+ - @backstage/core-compat-api@0.5.14
19
+ - @backstage/integration-react@1.2.21
20
+ - @backstage/plugin-permission-react@0.5.4
21
+ - @backstage/plugin-search-react@1.11.7
22
+ - @backstage/plugin-techdocs-react@1.3.14
23
+
3
24
  ## 2.0.8-next.3
4
25
 
5
26
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog";
2
- var version = "2.0.8-next.3";
2
+ var version = "2.0.8";
3
3
  var description = "The Backstage plugin for browsing the Backstage catalog";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
- "version": "2.0.8-next.3",
3
+ "version": "2.0.8",
4
4
  "description": "The Backstage plugin for browsing the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,25 +70,25 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/catalog-client": "1.16.1",
74
- "@backstage/catalog-model": "1.9.0",
75
- "@backstage/core-compat-api": "0.5.14-next.1",
76
- "@backstage/core-components": "0.18.13-next.2",
77
- "@backstage/core-plugin-api": "1.12.9-next.1",
78
- "@backstage/errors": "1.3.1",
79
- "@backstage/frontend-plugin-api": "0.18.0-next.0",
80
- "@backstage/integration-react": "1.2.21-next.1",
81
- "@backstage/plugin-catalog-common": "1.1.10",
82
- "@backstage/plugin-catalog-react": "3.2.1-next.3",
83
- "@backstage/plugin-permission-react": "0.5.4-next.0",
84
- "@backstage/plugin-scaffolder-common": "2.2.2-next.0",
85
- "@backstage/plugin-search-common": "1.2.24",
86
- "@backstage/plugin-search-react": "1.11.7-next.1",
87
- "@backstage/plugin-techdocs-common": "0.1.1",
88
- "@backstage/plugin-techdocs-react": "1.3.14-next.1",
89
- "@backstage/types": "1.2.2",
90
- "@backstage/ui": "0.17.1-next.0",
91
- "@backstage/version-bridge": "1.0.12",
73
+ "@backstage/catalog-client": "^1.16.1",
74
+ "@backstage/catalog-model": "^1.10.0",
75
+ "@backstage/core-compat-api": "^0.5.14",
76
+ "@backstage/core-components": "^0.18.13",
77
+ "@backstage/core-plugin-api": "^1.12.9",
78
+ "@backstage/errors": "^1.3.1",
79
+ "@backstage/frontend-plugin-api": "^0.18.0",
80
+ "@backstage/integration-react": "^1.2.21",
81
+ "@backstage/plugin-catalog-common": "^1.1.10",
82
+ "@backstage/plugin-catalog-react": "^3.2.1",
83
+ "@backstage/plugin-permission-react": "^0.5.4",
84
+ "@backstage/plugin-scaffolder-common": "^2.2.2",
85
+ "@backstage/plugin-search-common": "^1.2.24",
86
+ "@backstage/plugin-search-react": "^1.11.7",
87
+ "@backstage/plugin-techdocs-common": "^0.1.1",
88
+ "@backstage/plugin-techdocs-react": "^1.3.14",
89
+ "@backstage/types": "^1.2.2",
90
+ "@backstage/ui": "^0.17.1",
91
+ "@backstage/version-bridge": "^1.0.12",
92
92
  "@material-ui/core": "^4.12.2",
93
93
  "@material-ui/icons": "^4.9.1",
94
94
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -105,12 +105,12 @@
105
105
  "zod": "^4.0.0"
106
106
  },
107
107
  "devDependencies": {
108
- "@backstage/cli": "0.36.5-next.1",
109
- "@backstage/core-app-api": "1.20.4-next.1",
110
- "@backstage/dev-utils": "1.1.26-next.2",
111
- "@backstage/frontend-test-utils": "0.6.3-next.1",
112
- "@backstage/plugin-permission-common": "0.9.9",
113
- "@backstage/test-utils": "1.7.21-next.1",
108
+ "@backstage/cli": "^0.36.5",
109
+ "@backstage/core-app-api": "^1.20.4",
110
+ "@backstage/dev-utils": "^1.1.26",
111
+ "@backstage/frontend-test-utils": "^0.6.3",
112
+ "@backstage/plugin-permission-common": "^0.9.10",
113
+ "@backstage/test-utils": "^1.7.21",
114
114
  "@testing-library/dom": "^10.0.0",
115
115
  "@testing-library/jest-dom": "^6.0.0",
116
116
  "@testing-library/react": "^16.0.0",