Version Packages

This commit is contained in:
github-actions[bot]
2021-06-17 11:08:46 +00:00
parent d89629a85d
commit f4fbbf1552
5 changed files with 15 additions and 7 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-scaffolder-backend
## 0.12.2
### Patch Changes
- b49222176: Keep the empty string as empty string in `input` rather than replacing with `undefined` to make empty values ok for `cookiecutter`
## 0.12.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"version": "0.12.1",
"version": "0.12.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",