Version Packages

This commit is contained in:
github-actions[bot]
2021-12-23 12:23:34 +00:00
parent 3313e03905
commit 3d68c45ef7
263 changed files with 1873 additions and 1135 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/config-loader
## 0.9.0
### Minor Changes
- f6722d2458: Removed deprecated option `env` from `LoadConfigOptions` and associated tests
- 67d6cb3c7e: Removed deprecated option `configPaths` as it has been superseded by `configTargets`
### Patch Changes
- 1e7070443d: In case remote.reloadIntervalSeconds is passed, it must be a valid positive value
## 0.8.1
### 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.8.1",
"version": "0.9.0",
"private": false,
"publishConfig": {
"access": "public",