Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-09-12 11:41:29 +00:00
parent 6b1a6e7f84
commit a6d1580062
482 changed files with 8239 additions and 254 deletions
+33
View File
@@ -1,5 +1,38 @@
# @backstage/plugin-lighthouse-backend
## 0.3.0-next.3
### Minor Changes
- 71114ac50e02: **BREAKING**: The export for the new backend system has been moved to be the `default` export.
For example, if you are currently importing the plugin using the following pattern:
```ts
import { examplePlugin } from '@backstage/plugin-example-backend';
backend.add(examplePlugin);
```
It should be migrated to this:
```ts
backend.add(import('@backstage/plugin-example-backend'));
```
### Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.4.4-next.2
- @backstage/catalog-model@1.4.2-next.2
- @backstage/config@1.1.0-next.2
- @backstage/plugin-lighthouse-common@0.1.3-next.2
- @backstage/types@1.1.1-next.0
- @backstage/backend-plugin-api@0.6.3-next.3
- @backstage/backend-common@0.19.5-next.3
- @backstage/backend-tasks@0.5.8-next.3
- @backstage/plugin-catalog-node@1.4.4-next.3
## 0.2.7-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-lighthouse-backend",
"description": "Backend functionalities for lighthouse",
"version": "0.2.7-next.2",
"version": "0.3.0-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",