Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-04-22 12:36:56 +00:00
parent 6c2c6cdbe8
commit ce2cf32847
303 changed files with 4505 additions and 166 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-auth-backend
## 0.25.0-next.0
### Minor Changes
- 57221d9: **BREAKING**: Removed support for the old backend system, and removed all deprecated exports.
If you were using one of the deprecated imports from this package, you will have to follow the instructions in their respective deprecation notices before upgrading. Most of the general utilities are available from `@backstage/plugin-auth-node`, and the specific auth providers are available from dedicated packages such as for example `@backstage/plugin-auth-backend-module-github-provider`. See [the auth docs](https://backstage.io/docs/auth/) for specific instructions.
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.17.0-next.0
- @backstage/backend-plugin-api@1.3.1-next.0
- @backstage/plugin-auth-node@0.6.3-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
## 0.24.5
### Patch Changes