@backstage/plugin-catalog 1.24.0-next.2 → 1.24.1-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,54 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
+ ## 1.24.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.16.0-next.0
9
+ - @backstage/catalog-client@1.8.0-next.0
10
+ - @backstage/catalog-model@1.7.0
11
+ - @backstage/core-compat-api@0.3.2-next.0
12
+ - @backstage/core-plugin-api@1.10.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/frontend-plugin-api@0.9.1-next.0
15
+ - @backstage/integration-react@1.2.0
16
+ - @backstage/types@1.1.1
17
+ - @backstage/plugin-catalog-common@1.1.0
18
+ - @backstage/plugin-catalog-react@1.14.1-next.0
19
+ - @backstage/plugin-permission-react@0.4.27
20
+ - @backstage/plugin-scaffolder-common@1.5.6
21
+ - @backstage/plugin-search-common@1.2.14
22
+ - @backstage/plugin-search-react@1.8.2-next.0
23
+
24
+ ## 1.24.0
25
+
26
+ ### Minor Changes
27
+
28
+ - 71f9f0c: Updated default columns for location entities to remove description and tags from the catalog table view.
29
+ - cec8e8c: Adding negation keyword for entity filtering
30
+
31
+ ### Patch Changes
32
+
33
+ - e969dc7: Move `@types/react` to a peer dependency.
34
+ - 46b5a20: Empty states updated with external link icon for learn more links
35
+ - Updated dependencies
36
+ - @backstage/core-components@0.15.1
37
+ - @backstage/frontend-plugin-api@0.9.0
38
+ - @backstage/integration-react@1.2.0
39
+ - @backstage/core-compat-api@0.3.1
40
+ - @backstage/core-plugin-api@1.10.0
41
+ - @backstage/plugin-permission-react@0.4.27
42
+ - @backstage/plugin-catalog-react@1.14.0
43
+ - @backstage/plugin-search-react@1.8.1
44
+ - @backstage/catalog-client@1.7.1
45
+ - @backstage/catalog-model@1.7.0
46
+ - @backstage/errors@1.2.4
47
+ - @backstage/types@1.1.1
48
+ - @backstage/plugin-catalog-common@1.1.0
49
+ - @backstage/plugin-scaffolder-common@1.5.6
50
+ - @backstage/plugin-search-common@1.2.14
51
+
3
52
  ## 1.24.0-next.2
4
53
 
5
54
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog__alpha",
3
- "version": "1.24.0-next.2",
3
+ "version": "1.24.1-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.24.0-next.2",
3
+ "version": "1.24.1-next.0",
4
4
  "description": "The Backstage plugin for browsing the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -58,20 +58,20 @@
58
58
  "test": "backstage-cli package test"
59
59
  },
60
60
  "dependencies": {
61
- "@backstage/catalog-client": "1.7.1-next.0",
61
+ "@backstage/catalog-client": "1.8.0-next.0",
62
62
  "@backstage/catalog-model": "1.7.0",
63
- "@backstage/core-compat-api": "0.3.1-next.2",
64
- "@backstage/core-components": "0.15.1-next.2",
65
- "@backstage/core-plugin-api": "1.10.0-next.1",
63
+ "@backstage/core-compat-api": "0.3.2-next.0",
64
+ "@backstage/core-components": "0.16.0-next.0",
65
+ "@backstage/core-plugin-api": "1.10.0",
66
66
  "@backstage/errors": "1.2.4",
67
- "@backstage/frontend-plugin-api": "0.9.0-next.2",
68
- "@backstage/integration-react": "1.2.0-next.2",
67
+ "@backstage/frontend-plugin-api": "0.9.1-next.0",
68
+ "@backstage/integration-react": "1.2.0",
69
69
  "@backstage/plugin-catalog-common": "1.1.0",
70
- "@backstage/plugin-catalog-react": "1.14.0-next.2",
71
- "@backstage/plugin-permission-react": "0.4.27-next.1",
70
+ "@backstage/plugin-catalog-react": "1.14.1-next.0",
71
+ "@backstage/plugin-permission-react": "0.4.27",
72
72
  "@backstage/plugin-scaffolder-common": "1.5.6",
73
73
  "@backstage/plugin-search-common": "1.2.14",
74
- "@backstage/plugin-search-react": "1.8.1-next.2",
74
+ "@backstage/plugin-search-react": "1.8.2-next.0",
75
75
  "@backstage/types": "1.1.1",
76
76
  "@material-ui/core": "^4.12.2",
77
77
  "@material-ui/icons": "^4.9.1",
@@ -86,12 +86,12 @@
86
86
  "zen-observable": "^0.10.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/cli": "0.28.0-next.2",
90
- "@backstage/core-app-api": "1.15.1-next.1",
91
- "@backstage/dev-utils": "1.1.2-next.2",
92
- "@backstage/frontend-test-utils": "0.2.1-next.2",
89
+ "@backstage/cli": "0.29.0-next.0",
90
+ "@backstage/core-app-api": "1.15.1",
91
+ "@backstage/dev-utils": "1.1.3-next.0",
92
+ "@backstage/frontend-test-utils": "0.2.2-next.0",
93
93
  "@backstage/plugin-permission-common": "0.8.1",
94
- "@backstage/test-utils": "1.6.1-next.2",
94
+ "@backstage/test-utils": "1.7.0",
95
95
  "@testing-library/dom": "^10.0.0",
96
96
  "@testing-library/jest-dom": "^6.0.0",
97
97
  "@testing-library/react": "^16.0.0",