@backstage/plugin-catalog-react 0.0.0-nightly-20221108024703 → 0.0.0-nightly-20221110024817

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,24 +1,42 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20221108024703
3
+ ## 0.0.0-nightly-20221110024817
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a889314692: Both `EntityProvider` and `AsyncEntityProvider` contexts now wrap all children with an `AnalyticsContext` containing the corresponding `entityRef`; this opens up the possibility for all events underneath these contexts to be associated with and aggregated by the corresponding entity.
8
8
  - e47f466f80: Removed forced capitalization for Entity types in the catalog sidebar.
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20221108024703
11
- - @backstage/core-plugin-api@0.0.0-nightly-20221108024703
12
- - @backstage/integration@0.0.0-nightly-20221108024703
13
- - @backstage/catalog-model@0.0.0-nightly-20221108024703
14
- - @backstage/plugin-permission-common@0.0.0-nightly-20221108024703
15
- - @backstage/types@0.0.0-nightly-20221108024703
16
- - @backstage/catalog-client@0.0.0-nightly-20221108024703
17
- - @backstage/errors@0.0.0-nightly-20221108024703
10
+ - @backstage/core-components@0.0.0-nightly-20221110024817
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20221110024817
12
+ - @backstage/integration@0.0.0-nightly-20221110024817
13
+ - @backstage/catalog-model@0.0.0-nightly-20221110024817
14
+ - @backstage/plugin-permission-common@0.0.0-nightly-20221110024817
15
+ - @backstage/types@0.0.0-nightly-20221110024817
16
+ - @backstage/catalog-client@0.0.0-nightly-20221110024817
17
+ - @backstage/errors@0.0.0-nightly-20221110024817
18
18
  - @backstage/theme@0.2.16
19
19
  - @backstage/version-bridge@1.0.1
20
- - @backstage/plugin-catalog-common@0.0.0-nightly-20221108024703
21
- - @backstage/plugin-permission-react@0.0.0-nightly-20221108024703
20
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20221110024817
21
+ - @backstage/plugin-permission-react@0.0.0-nightly-20221110024817
22
+
23
+ ## 1.2.1-next.1
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/core-components@0.12.0-next.1
29
+ - @backstage/catalog-client@1.1.2-next.0
30
+ - @backstage/catalog-model@1.1.3-next.0
31
+ - @backstage/core-plugin-api@1.1.0-next.0
32
+ - @backstage/errors@1.1.3-next.0
33
+ - @backstage/integration@1.4.0-next.0
34
+ - @backstage/theme@0.2.16
35
+ - @backstage/types@1.0.1-next.0
36
+ - @backstage/version-bridge@1.0.1
37
+ - @backstage/plugin-catalog-common@1.0.8-next.0
38
+ - @backstage/plugin-permission-common@0.7.1-next.0
39
+ - @backstage/plugin-permission-react@0.4.7-next.0
22
40
 
23
41
  ## 1.2.1-next.0
24
42
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20221108024703",
3
+ "version": "0.0.0-nightly-20221110024817",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
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-20221108024703",
4
+ "version": "0.0.0-nightly-20221110024817",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,17 +33,17 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-client": "^0.0.0-nightly-20221108024703",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20221108024703",
38
- "@backstage/core-components": "^0.0.0-nightly-20221108024703",
39
- "@backstage/core-plugin-api": "^0.0.0-nightly-20221108024703",
40
- "@backstage/errors": "^0.0.0-nightly-20221108024703",
41
- "@backstage/integration": "^0.0.0-nightly-20221108024703",
42
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221108024703",
43
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20221108024703",
44
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20221108024703",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20221110024817",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20221110024817",
38
+ "@backstage/core-components": "^0.0.0-nightly-20221110024817",
39
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20221110024817",
40
+ "@backstage/errors": "^0.0.0-nightly-20221110024817",
41
+ "@backstage/integration": "^0.0.0-nightly-20221110024817",
42
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221110024817",
43
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20221110024817",
44
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20221110024817",
45
45
  "@backstage/theme": "^0.2.16",
46
- "@backstage/types": "^0.0.0-nightly-20221108024703",
46
+ "@backstage/types": "^0.0.0-nightly-20221110024817",
47
47
  "@backstage/version-bridge": "^1.0.1",
48
48
  "@material-ui/core": "^4.12.2",
49
49
  "@material-ui/icons": "^4.9.1",
@@ -62,11 +62,11 @@
62
62
  "react-router": "6.0.0-beta.0 || ^6.3.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/cli": "^0.0.0-nightly-20221108024703",
66
- "@backstage/core-app-api": "^0.0.0-nightly-20221108024703",
67
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221108024703",
68
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20221108024703",
69
- "@backstage/test-utils": "^0.0.0-nightly-20221108024703",
65
+ "@backstage/cli": "^0.0.0-nightly-20221110024817",
66
+ "@backstage/core-app-api": "^0.0.0-nightly-20221110024817",
67
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221110024817",
68
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20221110024817",
69
+ "@backstage/test-utils": "^0.0.0-nightly-20221110024817",
70
70
  "@testing-library/jest-dom": "^5.10.1",
71
71
  "@testing-library/react": "^12.1.3",
72
72
  "@testing-library/react-hooks": "^8.0.0",