Version Packages
This commit is contained in:
@@ -1,5 +1,24 @@
|
||||
# @backstage/plugin-scaffolder-backend
|
||||
|
||||
## 0.12.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 55a834f3c: Use the correct parameter to create a public repository in Bitbucket Server for the v2 templates
|
||||
- 745351190: Describe `publish:github` scaffolder action fields
|
||||
|
||||
This change adds a description to the fields with examples of what to input. The
|
||||
`collaborators` description is also expanded a bit to make it more clear that
|
||||
these are additional compared to access and owner.
|
||||
|
||||
- 090dfe65d: Adds support to enable LFS for hosted Bitbucket
|
||||
- 878c1851d: Add a `topics` input to `publish:github` action that can be used to set topics on the repository upon creation.
|
||||
- 4ca322826: Migrate from the `command-exists-promise` dependency to `command-exists`.
|
||||
- df3ac03cf: Use the correct parameter to create a public repository in Bitbucket Server.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.8.3
|
||||
- @backstage/catalog-model@0.8.3
|
||||
|
||||
## 0.12.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-backend",
|
||||
"version": "0.12.0",
|
||||
"version": "0.12.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -29,9 +29,9 @@
|
||||
"clean": "backstage-cli clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.8.2",
|
||||
"@backstage/backend-common": "^0.8.3",
|
||||
"@backstage/catalog-client": "^0.3.13",
|
||||
"@backstage/catalog-model": "^0.8.2",
|
||||
"@backstage/catalog-model": "^0.8.3",
|
||||
"@backstage/config": "^0.1.5",
|
||||
"@backstage/errors": "^0.1.1",
|
||||
"@backstage/integration": "^0.5.6",
|
||||
@@ -64,7 +64,7 @@
|
||||
"yaml": "^1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.7.0",
|
||||
"@backstage/cli": "^0.7.1",
|
||||
"@backstage/test-utils": "^0.1.13",
|
||||
"@types/command-exists": "^1.2.0",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
|
||||
Reference in New Issue
Block a user