@backstage/plugin-catalog-react 0.6.3 → 0.6.7

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,45 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 0.6.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 6156fb8730: `useEntityTypeFilter`: Skip updating selected types if a kind filter change did not change them.
8
+ - Updated dependencies
9
+ - @backstage/core-plugin-api@0.3.1
10
+ - @backstage/core-components@0.8.1
11
+ - @backstage/catalog-model@0.9.8
12
+
13
+ ## 0.6.6
14
+
15
+ ### Patch Changes
16
+
17
+ - 4c0f0b2003: Removed dependency on `@backstage/core-app-api`.
18
+
19
+ ## 0.6.5
20
+
21
+ ### Patch Changes
22
+
23
+ - cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
24
+ - 69034b4419: Fix typo in catalog-react package.json
25
+ - Updated dependencies
26
+ - @backstage/core-components@0.8.0
27
+ - @backstage/core-plugin-api@0.3.0
28
+ - @backstage/core-app-api@0.2.0
29
+ - @backstage/version-bridge@0.1.1
30
+
31
+ ## 0.6.4
32
+
33
+ ### Patch Changes
34
+
35
+ - a125278b81: Refactor out the deprecated path and icon from RouteRefs
36
+ - Updated dependencies
37
+ - @backstage/catalog-client@0.5.2
38
+ - @backstage/catalog-model@0.9.7
39
+ - @backstage/core-components@0.7.4
40
+ - @backstage/core-plugin-api@0.2.0
41
+ - @backstage/core-app-api@0.1.21
42
+
3
43
  ## 0.6.3
4
44
 
5
45
  ### Patch Changes