Version Packages

This commit is contained in:
github-actions[bot]
2022-05-17 09:26:29 +00:00
parent 6a1f67ba49
commit 64a03bd946
449 changed files with 5696 additions and 2960 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-common
## 1.1.0
### Minor Changes
- f8baf7df44: Added the ability to reference the user in the `template.yaml` manifest
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.0.2
## 1.1.0-next.0
### Minor Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-common",
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin",
"version": "1.1.0-next.0",
"version": "1.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -39,10 +39,10 @@
"url": "https://github.com/backstage/backstage/issues"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2",
"@backstage/types": "^1.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.2"
"@backstage/cli": "^0.17.1"
}
}