Version Packages

This commit is contained in:
github-actions[bot]
2021-05-27 10:23:15 +00:00
parent 5a3ff88ab9
commit b5a0d1c5d7
141 changed files with 1244 additions and 578 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/config-loader
## 0.6.3
### Patch Changes
- 2cf98d279: Resolve the path to app-config.yaml from the current working directory. This will allow use of `yarn link` or running the CLI in other directories and improve the experience for local backstage development.
- 438a512eb: Fixed configuration schema parsing when using TypeScript `4.3`.
## 0.6.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config-loader",
"description": "Config loading functionality used by Backstage backend, and CLI",
"version": "0.6.2",
"version": "0.6.3",
"private": false,
"publishConfig": {
"access": "public",