@backstage/plugin-catalog 1.21.1-next.2 → 1.21.2-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
+ ## 1.21.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.6.8-next.0
9
+ - @backstage/plugin-catalog-react@1.12.3-next.0
10
+ - @backstage/plugin-search-react@1.7.14-next.0
11
+ - @backstage/core-components@0.14.10-next.0
12
+ - @backstage/catalog-client@1.6.5
13
+ - @backstage/catalog-model@1.5.0
14
+ - @backstage/core-compat-api@0.2.8-next.0
15
+ - @backstage/core-plugin-api@1.9.3
16
+ - @backstage/errors@1.2.4
17
+ - @backstage/integration-react@1.1.30-next.0
18
+ - @backstage/types@1.1.1
19
+ - @backstage/plugin-catalog-common@1.0.25
20
+ - @backstage/plugin-permission-react@0.4.24
21
+ - @backstage/plugin-scaffolder-common@1.5.4
22
+ - @backstage/plugin-search-common@1.2.13
23
+
24
+ ## 1.21.1
25
+
26
+ ### Patch Changes
27
+
28
+ - 06c0956: Support i18n for catalog and catalog-react plugins
29
+ - d133eaa: Added small notes to AboutCard to discourage customizability PRs
30
+ - Updated dependencies
31
+ - @backstage/core-components@0.14.9
32
+ - @backstage/plugin-catalog-react@1.12.2
33
+ - @backstage/plugin-permission-react@0.4.24
34
+ - @backstage/plugin-catalog-common@1.0.25
35
+ - @backstage/plugin-scaffolder-common@1.5.4
36
+ - @backstage/plugin-search-common@1.2.13
37
+ - @backstage/frontend-plugin-api@0.6.7
38
+ - @backstage/integration-react@1.1.29
39
+ - @backstage/plugin-search-react@1.7.13
40
+ - @backstage/catalog-client@1.6.5
41
+ - @backstage/catalog-model@1.5.0
42
+ - @backstage/core-compat-api@0.2.7
43
+ - @backstage/core-plugin-api@1.9.3
44
+ - @backstage/errors@1.2.4
45
+ - @backstage/types@1.1.1
46
+
3
47
  ## 1.21.1-next.2
4
48
 
5
49
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog__alpha",
3
- "version": "1.21.1-next.2",
3
+ "version": "1.21.2-next.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
- "version": "1.21.1-next.2",
3
+ "version": "1.21.2-next.0",
4
4
  "description": "The Backstage plugin for browsing the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -59,18 +59,18 @@
59
59
  "dependencies": {
60
60
  "@backstage/catalog-client": "^1.6.5",
61
61
  "@backstage/catalog-model": "^1.5.0",
62
- "@backstage/core-compat-api": "^0.2.7-next.1",
63
- "@backstage/core-components": "^0.14.9-next.1",
62
+ "@backstage/core-compat-api": "^0.2.8-next.0",
63
+ "@backstage/core-components": "^0.14.10-next.0",
64
64
  "@backstage/core-plugin-api": "^1.9.3",
65
65
  "@backstage/errors": "^1.2.4",
66
- "@backstage/frontend-plugin-api": "^0.6.7-next.1",
67
- "@backstage/integration-react": "^1.1.29-next.0",
68
- "@backstage/plugin-catalog-common": "^1.0.24",
69
- "@backstage/plugin-catalog-react": "^1.12.2-next.2",
70
- "@backstage/plugin-permission-react": "^0.4.23",
71
- "@backstage/plugin-scaffolder-common": "^1.5.3",
72
- "@backstage/plugin-search-common": "^1.2.12",
73
- "@backstage/plugin-search-react": "^1.7.13-next.1",
66
+ "@backstage/frontend-plugin-api": "^0.6.8-next.0",
67
+ "@backstage/integration-react": "^1.1.30-next.0",
68
+ "@backstage/plugin-catalog-common": "^1.0.25",
69
+ "@backstage/plugin-catalog-react": "^1.12.3-next.0",
70
+ "@backstage/plugin-permission-react": "^0.4.24",
71
+ "@backstage/plugin-scaffolder-common": "^1.5.4",
72
+ "@backstage/plugin-search-common": "^1.2.13",
73
+ "@backstage/plugin-search-react": "^1.7.14-next.0",
74
74
  "@backstage/types": "^1.1.1",
75
75
  "@material-ui/core": "^4.12.2",
76
76
  "@material-ui/icons": "^4.9.1",
@@ -86,11 +86,11 @@
86
86
  "zen-observable": "^0.10.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/cli": "^0.26.11-next.1",
90
- "@backstage/core-app-api": "^1.13.1-next.1",
91
- "@backstage/dev-utils": "^1.0.35-next.2",
92
- "@backstage/plugin-permission-common": "^0.7.14",
93
- "@backstage/test-utils": "^1.5.8-next.1",
89
+ "@backstage/cli": "^0.27.0-next.0",
90
+ "@backstage/core-app-api": "^1.14.1-next.0",
91
+ "@backstage/dev-utils": "^1.0.36-next.0",
92
+ "@backstage/plugin-permission-common": "^0.8.0",
93
+ "@backstage/test-utils": "^1.5.9-next.0",
94
94
  "@testing-library/dom": "^10.0.0",
95
95
  "@testing-library/jest-dom": "^6.0.0",
96
96
  "@testing-library/react": "^15.0.0",