@backstage/plugin-catalog-react 0.0.0-nightly-202111222339 → 0.0.0-nightly-202111152243

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,32 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 0.0.0-nightly-202111152243
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.0.0-nightly-202111152243
10
+ - @backstage/core-components@0.0.0-nightly-202111152243
11
+
12
+ ## 0.6.6
13
+
14
+ ### Patch Changes
15
+
16
+ - 4c0f0b2003: Removed dependency on `@backstage/core-app-api`.
17
+
18
+ ## 0.6.5
19
+
20
+ ### Patch Changes
21
+
22
+ - cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
23
+ - 69034b4419: Fix typo in catalog-react package.json
24
+ - Updated dependencies
25
+ - @backstage/core-components@0.8.0
26
+ - @backstage/core-plugin-api@0.3.0
27
+ - @backstage/core-app-api@0.2.0
28
+ - @backstage/version-bridge@0.1.1
29
+
3
30
  ## 0.6.4
4
31
 
5
32
  ### Patch Changes