Version Packages
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
# @backstage/backend-defaults
|
||||
|
||||
## 0.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6cfd4d7073: Include implementations for the new `rootLifecycleServiceRef`.
|
||||
- ecc6bfe4c9: Use new `ServiceFactoryOrFunction` type.
|
||||
- 015a6dced6: Updated to make sure that service implementations replace default service implementations.
|
||||
- 843a0a158c: Added factory for the new core identity service to the set of default service factories.
|
||||
- 5b7bcd3c5e: Added support to supply a shared environment to `createBackend`, which can be created using `createSharedEnvironment` from `@backstage/backend-plugin-api`.
|
||||
- 02b119ff93: The new root HTTP router service is now installed by default.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.3.0
|
||||
- @backstage/backend-app-api@0.3.0
|
||||
|
||||
## 0.1.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-defaults",
|
||||
"description": "Backend defaults used by Backstage backend apps",
|
||||
"version": "0.1.5-next.1",
|
||||
"version": "0.1.5",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
Reference in New Issue
Block a user