Version Packages

This commit is contained in:
github-actions[bot]
2024-11-19 11:21:20 +00:00
parent 48e63ab901
commit 1552f03186
511 changed files with 5501 additions and 1734 deletions
+22
View File
@@ -1,5 +1,27 @@
# @backstage/plugin-scaffolder-node
## 0.6.0
### Minor Changes
- e61d5ef: BREAKING EXPERIMENTAL: The `checkpoint` method now takes an object instead of previous arguments.
```ts
await ctx.checkpoint({ key: 'repo.create', fn: () => ockokit.repo.create({...})})
```
You can also now return `void` from the checkpoint if the method returns `void` inside the `checkpoint` handler.
### Patch Changes
- Updated dependencies
- @backstage/types@1.2.0
- @backstage/plugin-scaffolder-common@1.5.7
- @backstage/backend-plugin-api@1.0.2
- @backstage/catalog-model@1.7.1
- @backstage/errors@1.2.5
- @backstage/integration@1.15.2
## 0.5.1-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-node",
"version": "0.5.1-next.3",
"version": "0.6.0",
"description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "node-library",