@backstage/plugin-catalog-react 1.2.1-next.0 → 1.2.1

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,43 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
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
+ - e47f466f80: Removed forced capitalization for Entity types in the catalog sidebar.
9
+ - Updated dependencies
10
+ - @backstage/core-components@0.12.0
11
+ - @backstage/version-bridge@1.0.2
12
+ - @backstage/core-plugin-api@1.1.0
13
+ - @backstage/integration@1.4.0
14
+ - @backstage/catalog-model@1.1.3
15
+ - @backstage/plugin-permission-common@0.7.1
16
+ - @backstage/types@1.0.1
17
+ - @backstage/catalog-client@1.1.2
18
+ - @backstage/errors@1.1.3
19
+ - @backstage/theme@0.2.16
20
+ - @backstage/plugin-catalog-common@1.0.8
21
+ - @backstage/plugin-permission-react@0.4.7
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
40
+
3
41
  ## 1.2.1-next.0
4
42
 
5
43
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "1.2.1-next.0",
3
+ "version": "1.2.1",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }