Version Packages

This commit is contained in:
github-actions[bot]
2024-07-16 12:06:55 +00:00
parent 6770d81f38
commit 8d2fe707cb
436 changed files with 5209 additions and 1305 deletions
+26
View File
@@ -1,5 +1,31 @@
# @backstage/frontend-app-api
## 0.7.3
### Patch Changes
- d3c39fc: Allow for the disabling of external routes through config, which was rendered impossible after the introduction of default targets.
```yaml
app:
routes:
bindings:
# This has the effect of removing the button for registering new
# catalog entities in the scaffolder template list view
scaffolder.registerComponent: false
```
- Updated dependencies
- @backstage/core-components@0.14.9
- @backstage/core-app-api@1.14.0
- @backstage/frontend-plugin-api@0.6.7
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
## 0.7.3-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-app-api",
"version": "0.7.3-next.2",
"version": "0.7.3",
"backstage": {
"role": "web-library"
},