Version Packages (next)
This commit is contained in:
@@ -1,5 +1,31 @@
|
||||
# @backstage/frontend-app-api
|
||||
|
||||
## 0.7.2-next.0
|
||||
|
||||
### 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-next.0
|
||||
- @backstage/core-app-api@1.13.0-next.0
|
||||
- @backstage/frontend-plugin-api@0.6.7-next.0
|
||||
- @backstage/core-plugin-api@1.9.3
|
||||
- @backstage/config@1.2.0
|
||||
- @backstage/errors@1.2.4
|
||||
- @backstage/theme@0.5.6
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/version-bridge@1.0.8
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-app-api",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2-next.0",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user