@backstage/plugin-catalog-react 0.0.0-nightly-20240312020947 → 0.0.0-nightly-20240314033554

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,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20240312020947
3
+ ## 0.0.0-nightly-20240314033554
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,18 +13,41 @@
13
13
  - a6e237f: Added `DefaultFilters` component
14
14
  - 298953b: Added support for providing an `initiallySelectedNamespaces` which accepts an array of Namespaces to have selected by default
15
15
  - Updated dependencies
16
- - @backstage/core-components@0.0.0-nightly-20240312020947
17
- - @backstage/errors@0.0.0-nightly-20240312020947
18
- - @backstage/integration-react@0.0.0-nightly-20240312020947
19
- - @backstage/plugin-permission-common@0.0.0-nightly-20240312020947
20
- - @backstage/core-plugin-api@0.0.0-nightly-20240312020947
21
- - @backstage/plugin-permission-react@0.0.0-nightly-20240312020947
22
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240312020947
23
- - @backstage/catalog-client@0.0.0-nightly-20240312020947
24
- - @backstage/catalog-model@0.0.0-nightly-20240312020947
16
+ - @backstage/core-components@0.0.0-nightly-20240314033554
17
+ - @backstage/errors@0.0.0-nightly-20240314033554
18
+ - @backstage/integration-react@0.0.0-nightly-20240314033554
19
+ - @backstage/plugin-permission-common@0.0.0-nightly-20240314033554
20
+ - @backstage/catalog-client@0.0.0-nightly-20240314033554
21
+ - @backstage/core-plugin-api@0.0.0-nightly-20240314033554
22
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240314033554
23
+ - @backstage/catalog-model@0.0.0-nightly-20240314033554
24
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240314033554
25
25
  - @backstage/types@1.1.1
26
26
  - @backstage/version-bridge@1.0.7
27
- - @backstage/plugin-catalog-common@0.0.0-nightly-20240312020947
27
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20240314033554
28
+
29
+ ## 1.11.0-next.2
30
+
31
+ ### Minor Changes
32
+
33
+ - 72b8827: Number of results is now directly added as the field `totalItems` on `useEntityList`.
34
+
35
+ ### Patch Changes
36
+
37
+ - 298953b: Added support for providing an `initiallySelectedNamespaces` which accepts an array of Namespaces to have selected by default
38
+ - Updated dependencies
39
+ - @backstage/core-components@0.14.1-next.2
40
+ - @backstage/catalog-client@1.6.1-next.1
41
+ - @backstage/integration-react@1.1.25-next.2
42
+ - @backstage/frontend-plugin-api@0.6.1-next.2
43
+ - @backstage/catalog-model@1.4.5-next.0
44
+ - @backstage/core-plugin-api@1.9.1-next.1
45
+ - @backstage/errors@1.2.4-next.0
46
+ - @backstage/types@1.1.1
47
+ - @backstage/version-bridge@1.0.7
48
+ - @backstage/plugin-catalog-common@1.0.22-next.1
49
+ - @backstage/plugin-permission-common@0.7.13-next.1
50
+ - @backstage/plugin-permission-react@0.4.21-next.1
28
51
 
29
52
  ## 1.10.1-next.1
30
53
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20240312020947",
3
+ "version": "0.0.0-nightly-20240314033554",
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
3
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
4
- "version": "0.0.0-nightly-20240312020947",
4
+ "version": "0.0.0-nightly-20240314033554",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -44,16 +44,16 @@
44
44
  "start": "backstage-cli package start"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/catalog-client": "^0.0.0-nightly-20240312020947",
48
- "@backstage/catalog-model": "^0.0.0-nightly-20240312020947",
49
- "@backstage/core-components": "^0.0.0-nightly-20240312020947",
50
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240312020947",
51
- "@backstage/errors": "^0.0.0-nightly-20240312020947",
52
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240312020947",
53
- "@backstage/integration-react": "^0.0.0-nightly-20240312020947",
54
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240312020947",
55
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20240312020947",
56
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240312020947",
47
+ "@backstage/catalog-client": "^0.0.0-nightly-20240314033554",
48
+ "@backstage/catalog-model": "^0.0.0-nightly-20240314033554",
49
+ "@backstage/core-components": "^0.0.0-nightly-20240314033554",
50
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240314033554",
51
+ "@backstage/errors": "^0.0.0-nightly-20240314033554",
52
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240314033554",
53
+ "@backstage/integration-react": "^0.0.0-nightly-20240314033554",
54
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240314033554",
55
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20240314033554",
56
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20240314033554",
57
57
  "@backstage/types": "^1.1.1",
58
58
  "@backstage/version-bridge": "^1.0.7",
59
59
  "@material-ui/core": "^4.12.2",
@@ -75,11 +75,11 @@
75
75
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "^0.0.0-nightly-20240312020947",
79
- "@backstage/core-app-api": "^0.0.0-nightly-20240312020947",
80
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240312020947",
81
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20240312020947",
82
- "@backstage/test-utils": "^0.0.0-nightly-20240312020947",
78
+ "@backstage/cli": "^0.0.0-nightly-20240314033554",
79
+ "@backstage/core-app-api": "^0.0.0-nightly-20240314033554",
80
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240314033554",
81
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20240314033554",
82
+ "@backstage/test-utils": "^0.0.0-nightly-20240314033554",
83
83
  "@testing-library/dom": "^9.0.0",
84
84
  "@testing-library/jest-dom": "^6.0.0",
85
85
  "@testing-library/react": "^14.0.0",