Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-08-22 11:37:48 +00:00
parent 20def974d5
commit f8c8e8de37
407 changed files with 6036 additions and 258 deletions
+27
View File
@@ -1,5 +1,32 @@
# @backstage/plugin-scaffolder-backend
## 1.16.3-next.0
### Patch Changes
- a4989552d828: Add examples for `publish:github` and `publish:gitlab` scaffolder actions.
- 5f1a92b9f19f: Use `DefaultAzureDevOpsCredentialsProvider` to retrieve credentials for Azure DevOps.
- fb57a4694fc6: Fixed the plugin and module ID of the alpha `catalogModuleTemplateKind` export.
- cfc3ca6ce060: Changes needed to support MySQL
- Updated dependencies
- @backstage/plugin-catalog-backend@1.12.2-next.0
- @backstage/plugin-auth-node@0.3.0-next.0
- @backstage/backend-common@0.19.4-next.0
- @backstage/integration@1.7.0-next.0
- @backstage/backend-tasks@0.5.7-next.0
- @backstage/backend-plugin-api@0.6.2-next.0
- @backstage/catalog-client@1.4.3
- @backstage/catalog-model@1.4.1
- @backstage/config@1.0.8
- @backstage/errors@1.2.1
- @backstage/types@1.1.0
- @backstage/plugin-catalog-common@1.0.15
- @backstage/plugin-catalog-node@1.4.3-next.0
- @backstage/plugin-permission-common@0.7.7
- @backstage/plugin-permission-node@0.7.13-next.0
- @backstage/plugin-scaffolder-common@1.4.0
- @backstage/plugin-scaffolder-node@0.2.2-next.0
## 1.16.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"description": "The Backstage backend plugin that helps you create new things",
"version": "1.16.0",
"version": "1.16.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",