Merge pull request #3140 from backstage/rugvip/release

Release v0.1.1
This commit is contained in:
Patrik Oldsberg
2020-11-03 13:28:03 +01:00
committed by GitHub
53 changed files with 344 additions and 344 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config-loader",
"description": "Config loading functionality used by Backstage backend, and CLI",
"version": "0.1.1-alpha.26",
"version": "0.1.1",
"private": false,
"publishConfig": {
"access": "public",
@@ -30,7 +30,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/config": "^0.1.1-alpha.26",
"@backstage/config": "^0.1.1",
"fs-extra": "^9.0.0",
"yaml": "^1.9.2",
"yup": "^0.29.3"