@backstage/plugin-catalog-react 0.6.4 → 0.6.5
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 +12 -0
- package/dist/index.cjs.js +158 -160
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +66 -66
- package/dist/index.esm.js.map +1 -1
- package/package.json +14 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
+
## 0.6.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
|
|
8
|
+
- 69034b4419: Fix typo in catalog-react package.json
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/core-components@0.8.0
|
|
11
|
+
- @backstage/core-plugin-api@0.3.0
|
|
12
|
+
- @backstage/core-app-api@0.2.0
|
|
13
|
+
- @backstage/version-bridge@0.1.1
|
|
14
|
+
|
|
3
15
|
## 0.6.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|