Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-31 15:30:51 +00:00
parent 292b6431a2
commit a2cb332e25
334 changed files with 3572 additions and 167 deletions
+25
View File
@@ -1,5 +1,30 @@
# @backstage/plugin-app
## 0.4.3-next.1
### Patch Changes
- e5baa20: Added support for configuring URL redirects on the `app/routes` extension. Redirects can be configured through `app-config` as an array of `{from, to}` path pairs, which will cause navigation to the `from` path to be redirected to the `to` path.
For example:
```yaml
app:
extensions:
- app/routes:
config:
redirects:
- from: /old-path
to: /new-path
```
- Updated dependencies
- @backstage/ui@0.14.0-next.1
- @backstage/frontend-plugin-api@0.16.0-next.1
- @backstage/core-components@0.18.9-next.0
- @backstage/core-plugin-api@1.12.5-next.1
- @backstage/plugin-app-react@0.2.2-next.1
## 0.4.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app",
"version": "0.4.3-next.0",
"version": "0.4.3-next.1",
"backstage": {
"role": "frontend-plugin",
"pluginId": "app",