Version Packages

This commit is contained in:
github-actions[bot]
2023-12-19 13:39:54 +00:00
parent 7615a4c90b
commit a9801a3ec9
706 changed files with 7721 additions and 2335 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-api-docs
## 0.10.2
### Patch Changes
- 816d331: Add dependency on `graphql-config` to compensate for `graphql-language-service` needing it but not shipping the dep properly
- 615159e: Updated dependency `graphiql` to `3.0.10`.
- e16e7ce: Updated dependency `@asyncapi/react-component` to `1.2.2`.
- 82fb18b: Updated dependency `@asyncapi/react-component` to `1.2.6`.
- 53e2c06: Updated dependency `@asyncapi/react-component` to `1.1.0`.
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/plugin-catalog-react@1.9.2
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/plugin-catalog@1.16.0
- @backstage/catalog-model@1.4.3
## 0.10.2-next.4
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-api-docs",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"version": "0.10.2-next.4",
"version": "0.10.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",