Version Packages
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-api-docs
|
||||
|
||||
## 0.4.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ee5529268: Include the GraphiQL stylesheet
|
||||
- 60bddefce: Export `apiDocsConfigRef` from `api-docs` plugin to allow extending it with
|
||||
custom API rendering.
|
||||
- 9f48b548c: Make it possible to specify entity type to `useEntity` when it's known
|
||||
- Updated dependencies [9f48b548c]
|
||||
- Updated dependencies [8488a1a96]
|
||||
- @backstage/plugin-catalog-react@0.1.4
|
||||
- @backstage/catalog-model@0.7.5
|
||||
|
||||
## 0.4.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-api-docs",
|
||||
"version": "0.4.9",
|
||||
"version": "0.4.10",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -30,9 +30,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@asyncapi/react-component": "^0.19.2",
|
||||
"@backstage/catalog-model": "^0.7.3",
|
||||
"@backstage/catalog-model": "^0.7.5",
|
||||
"@backstage/core": "^0.7.3",
|
||||
"@backstage/plugin-catalog-react": "^0.1.2",
|
||||
"@backstage/plugin-catalog-react": "^0.1.4",
|
||||
"@backstage/theme": "^0.2.5",
|
||||
"@material-icons/font": "^1.0.2",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
|
||||
Reference in New Issue
Block a user