Version Packages

This commit is contained in:
github-actions[bot]
2022-04-19 14:28:08 +00:00
parent c888455313
commit 3f7acfb96e
459 changed files with 6352 additions and 3402 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-scaffolder-backend
## 1.1.0
### Minor Changes
- 2a7d52ca2c: Override default commit message and author details in GitLab action
- f5f921dafb: Add new `draft` option to the `publish:github:pull-request` action.
### 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
- @backstage/integration@1.1.0
- @backstage/catalog-model@1.0.1
- @backstage/backend-common@0.13.2
- @backstage/catalog-client@1.0.1
- @backstage/plugin-scaffolder-common@1.0.1
## 1.1.0-next.2
### Patch Changes
+9 -9
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.2",
"version": "1.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,14 +34,14 @@
"build:assets": "node scripts/build-nunjucks.js"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/backend-common": "^0.13.2",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.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.2",
"@backstage/plugin-scaffolder-common": "^1.0.1-next.0",
"@backstage/integration": "^1.1.0",
"@backstage/plugin-catalog-backend": "^1.1.0",
"@backstage/plugin-scaffolder-common": "^1.0.1",
"@backstage/types": "^1.0.0",
"@gitbeaker/core": "^35.6.0",
"@gitbeaker/node": "^35.1.0",
@@ -74,8 +74,8 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/backend-test-utils": "^0.1.23",
"@backstage/cli": "^0.17.0",
"@types/command-exists": "^1.2.0",
"@types/fs-extra": "^9.0.1",
"@types/git-url-parse": "^9.0.0",