Version Packages

This commit is contained in:
github-actions[bot]
2021-09-30 11:43:05 +00:00
parent da7019019e
commit f67e8ddcec
169 changed files with 1274 additions and 807 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/config-loader
## 0.6.9
### Patch Changes
- ee7a1a4b64: Add option to collect configuration schemas from explicit package paths in addition to by package name.
- e68bd978e2: Allow collection of configuration schemas from multiple versions of the same package.
## 0.6.8
### 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.8",
"version": "0.6.9",
"private": false,
"publishConfig": {
"access": "public",