Version Packages

This commit is contained in:
github-actions[bot]
2020-12-17 10:16:33 +00:00
parent 9d7b50f2f3
commit 6e9f4d4a15
101 changed files with 862 additions and 432 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-api-docs
## 0.4.1
### Patch Changes
- Updated dependencies [c911061b7]
- Updated dependencies [8ef71ed32]
- Updated dependencies [0e6298f7e]
- Updated dependencies [ac3560b42]
- @backstage/catalog-model@0.6.0
- @backstage/core@0.4.1
- @backstage/plugin-catalog@0.2.7
## 0.4.0
### Minor Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-api-docs",
"version": "0.4.0",
"version": "0.4.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,9 +29,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.5.0",
"@backstage/core": "^0.4.0",
"@backstage/plugin-catalog": "^0.2.6",
"@backstage/catalog-model": "^0.6.0",
"@backstage/core": "^0.4.1",
"@backstage/plugin-catalog": "^0.2.7",
"@backstage/theme": "^0.2.2",
"@kyma-project/asyncapi-react": "^0.14.2",
"@material-icons/font": "^1.0.2",
@@ -49,7 +49,7 @@
"swagger-ui-react": "^3.37.2"
},
"devDependencies": {
"@backstage/cli": "^0.4.1",
"@backstage/cli": "^0.4.2",
"@backstage/dev-utils": "^0.1.6",
"@backstage/test-utils": "^0.1.5",
"@testing-library/jest-dom": "^5.10.1",