catalog-react: release core-app-api dependency removal

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-12-10 10:52:26 +01:00
parent 4c0f0b2003
commit e3d163d48f
3 changed files with 7 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Removed dependency on `@backstage/core-app-api`.
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-catalog-react
## 0.6.6
### Patch Changes
- 4c0f0b2003: Removed dependency on `@backstage/core-app-api`.
## 0.6.5
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-react",
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
"version": "0.6.5",
"version": "0.6.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",