Merge pull request #6082 from backstage/changeset-release/master

Version Packages
This commit is contained in:
Ben Lambert
2021-06-17 13:48:26 +02:00
committed by GitHub
5 changed files with 15 additions and 7 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Keep the empty string as empty string in `input` rather than replacing with `undefined` to make empty values ok for `cookiecutter`
+7
View File
@@ -1,5 +1,12 @@
# @backstage/create-app
## 0.3.27
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@0.12.2
## 0.3.26
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "Create app package for Backstage",
"version": "0.3.26",
"version": "0.3.27",
"private": false,
"publishConfig": {
"access": "public"
+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",