Version Packages

This commit is contained in:
github-actions[bot]
2021-07-22 10:52:38 +00:00
parent c9edb08290
commit f51fcaeba2
110 changed files with 733 additions and 546 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/test-utils
## 0.1.15
### Patch Changes
- 45b5fc3a8: Updated the layout of catalog and API index pages to handle smaller screen sizes. This adds responsive wrappers to the entity tables, and switches filters to a drawer when width-constrained. If you have created a custom catalog or API index page, you will need to update the page structure to match the updated [catalog customization](https://backstage.io/docs/features/software-catalog/catalog-customization) documentation.
- Updated dependencies
- @backstage/core-app-api@0.1.5
## 0.1.14
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "0.1.14",
"version": "0.1.15",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,7 +29,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-app-api": "^0.1.3",
"@backstage/core-app-api": "^0.1.5",
"@backstage/core-plugin-api": "^0.1.3",
"@backstage/test-utils-core": "^0.1.1",
"@backstage/theme": "^0.2.8",
@@ -46,7 +46,7 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@backstage/cli": "^0.7.2",
"@backstage/cli": "^0.7.5",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},