@backstage/plugin-catalog-react 0.6.4 → 0.6.8

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
+ ## 0.6.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 3491a36ab9: added useOwnedEntities hook to get the list of entities of the logged-in user
8
+ - Updated dependencies
9
+ - @backstage/core-plugin-api@0.4.0
10
+ - @backstage/core-components@0.8.2
11
+ - @backstage/catalog-client@0.5.3
12
+
13
+ ## 0.6.7
14
+
15
+ ### Patch Changes
16
+
17
+ - 6156fb8730: `useEntityTypeFilter`: Skip updating selected types if a kind filter change did not change them.
18
+ - Updated dependencies
19
+ - @backstage/core-plugin-api@0.3.1
20
+ - @backstage/core-components@0.8.1
21
+ - @backstage/catalog-model@0.9.8
22
+
23
+ ## 0.6.6
24
+
25
+ ### Patch Changes
26
+
27
+ - 4c0f0b2003: Removed dependency on `@backstage/core-app-api`.
28
+
29
+ ## 0.6.5
30
+
31
+ ### Patch Changes
32
+
33
+ - cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
34
+ - 69034b4419: Fix typo in catalog-react package.json
35
+ - Updated dependencies
36
+ - @backstage/core-components@0.8.0
37
+ - @backstage/core-plugin-api@0.3.0
38
+ - @backstage/core-app-api@0.2.0
39
+ - @backstage/version-bridge@0.1.1
40
+
3
41
  ## 0.6.4
4
42
 
5
43
  ### Patch Changes