Version Packages

This commit is contained in:
github-actions[bot]
2025-03-18 12:55:57 +00:00
parent 2b1ae6611f
commit 127408219b
502 changed files with 5951 additions and 2249 deletions
@@ -1,5 +1,24 @@
# @backstage/plugin-user-settings-backend
## 0.3.0
### Minor Changes
- e202017: **BREAKING**: Removed support for the old backend system.
As part of this change the plugin export from `/alpha` as been removed. If you are currently importing `@backstage/plugin-user-settings-backend/alpha`, please update your import to `@backstage/plugin-user-settings-backend`.
### Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.8.2
- @backstage/plugin-auth-node@0.6.1
- @backstage/backend-plugin-api@1.2.1
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-signals-node@0.1.18
- @backstage/plugin-user-settings-common@0.0.1
## 0.3.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-user-settings-backend",
"version": "0.3.0-next.2",
"version": "0.3.0",
"description": "The Backstage backend plugin to manage user settings",
"backstage": {
"role": "backend-plugin",