Version Packages
This commit is contained in:
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user