Version Packages

This commit is contained in:
github-actions[bot]
2024-09-17 13:19:01 +00:00
parent 7d9f2ff245
commit 698adeb1ea
565 changed files with 7343 additions and 2357 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-proxy-backend
## 0.5.6
### 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-common@0.25.0
- @backstage/backend-plugin-api@1.0.0
- @backstage/config@1.2.0
- @backstage/types@1.1.1
## 0.5.6-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-proxy-backend",
"version": "0.5.6-next.2",
"version": "0.5.6",
"description": "A Backstage backend plugin that helps you set up proxy endpoints in the backend",
"backstage": {
"role": "backend-plugin",