Version Packages

This commit is contained in:
github-actions[bot]
2022-03-17 09:02:30 +00:00
parent dd7cc848d5
commit 0bc1611d6e
327 changed files with 3178 additions and 1766 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-scaffolder-common
## 1.0.0
### Major Changes
- b58c70c223: This package has been promoted to v1.0! To understand how this change affects the package, please check out our [versioning policy](https://backstage.io/docs/overview/versioning-policy).
### Patch Changes
- c8475ab3bb: Adding some documentation for exported things
- Updated dependencies
- @backstage/catalog-model@1.0.0
- @backstage/types@1.0.0
## 0.3.0
### Minor Changes
+4 -4
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": "0.3.0",
"version": "1.0.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": "^0.13.0",
"@backstage/types": "^0.1.3"
"@backstage/catalog-model": "^1.0.0",
"@backstage/types": "^1.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.15.2"
"@backstage/cli": "^0.16.0"
}
}