Version Packages
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
# @backstage/backend-plugin-api
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 884d749b14: **BREAKING**: All core service references are now exported via a single `coreServices` object. For example, the `loggerServiceRef` is now accessed via `coreServices.logger` instead.
|
||||
- a025190552: **BREAKING**: All service interfaces are now suffixed with `*Service`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- cb1c2781c0: Updated `LoggerService` interface with more log methods and meta.
|
||||
- d6dbf1792b: Added initial support for registering shutdown hooks via `lifecycleServiceRef`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.17.0
|
||||
- @backstage/backend-tasks@0.4.0
|
||||
- @backstage/plugin-permission-common@0.7.2
|
||||
- @backstage/config@1.0.5
|
||||
|
||||
## 0.2.0-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-plugin-api",
|
||||
"description": "Core API used by Backstage backend plugins",
|
||||
"version": "0.2.0-next.3",
|
||||
"version": "0.2.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
Reference in New Issue
Block a user