Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-04-05 07:35:01 +00:00
parent de95be6322
commit 39e446d0ff
87 changed files with 470 additions and 180 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder-backend
## 1.1.0-next.2
### Patch Changes
- 64d9a031a8: build(deps): bump `isbinaryfile` from 4.0.8 to 5.0.0
- 2f3d3a1eae: build(deps): bump `@gitbeaker/core` from 34.6.0 to 35.6.0
- Updated dependencies
- @backstage/plugin-catalog-backend@1.1.0-next.2
- @backstage/catalog-model@1.0.1-next.1
## 1.1.0-next.1
### Minor Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"description": "The Backstage backend plugin that helps you create new things",
"version": "1.1.0-next.1",
"version": "1.1.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -36,11 +36,11 @@
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.0-next.2",
"@backstage/plugin-scaffolder-common": "^1.0.1-next.0",
"@backstage/types": "^1.0.0",
"@gitbeaker/core": "^35.6.0",
@@ -75,7 +75,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@types/command-exists": "^1.2.0",
"@types/fs-extra": "^9.0.1",
"@types/git-url-parse": "^9.0.0",