Version Packages

This commit is contained in:
github-actions[bot]
2025-01-14 12:23:31 +00:00
parent 28705fb8f6
commit 43f666371b
412 changed files with 4831 additions and 1268 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-signals-backend
## 0.3.0
### Minor Changes
- f59ea1d: Removed support for the old backend system. If you were using the old `createRouter` export, please migrate to [the new backend system](https://backstage.io/docs/backend-system/).
### Patch Changes
- Updated dependencies
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.6
- @backstage/backend-plugin-api@1.1.1
- @backstage/config@1.3.2
- @backstage/plugin-events-node@0.4.7
- @backstage/plugin-signals-node@0.1.16
## 0.3.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-signals-backend",
"version": "0.3.0-next.2",
"version": "0.3.0",
"backstage": {
"role": "backend-plugin",
"pluginId": "signals",