Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-08-27 11:41:57 +00:00
parent 0a48cc88a8
commit 911bbe0d92
292 changed files with 5855 additions and 154 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-proxy-backend
## 0.5.6-next.0
### Patch Changes
- d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
- d298e6e: Deprecated `createRouter` and its router options in favour of the new backend system.
- Updated dependencies
- @backstage/backend-plugin-api@0.9.0-next.0
- @backstage/backend-common@0.25.0-next.0
- @backstage/config@1.2.0
- @backstage/types@1.1.1
## 0.5.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-proxy-backend",
"version": "0.5.4",
"version": "0.5.6-next.0",
"description": "A Backstage backend plugin that helps you set up proxy endpoints in the backend",
"backstage": {
"role": "backend-plugin",