Version Packages
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-user-settings-backend
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 104ca74: User-settings will now use DataLoader to batch consecutive calls into one API call to improve performance
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8148621: Moved `@backstage/backend-defaults` from `dependencies` to `devDependencies`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.7.0
|
||||
- @backstage/plugin-auth-node@0.6.13
|
||||
- @backstage/plugin-user-settings-common@0.1.0
|
||||
- @backstage/plugin-signals-node@0.1.28
|
||||
|
||||
## 0.4.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-user-settings-backend",
|
||||
"version": "0.4.0-next.1",
|
||||
"version": "0.4.0",
|
||||
"description": "The Backstage backend plugin to manage user settings",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
|
||||
Reference in New Issue
Block a user