Version Packages

This commit is contained in:
github-actions[bot]
2021-08-05 00:24:56 +00:00
parent edcb115530
commit 326cbd7408
141 changed files with 1178 additions and 616 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/config-loader
## 0.6.6
### Patch Changes
- e9d3983ee: Add option to populate the `filteredKeys` property when processing configuration with a schema.
- Updated dependencies
- @backstage/config@0.1.6
## 0.6.5
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config-loader",
"description": "Config loading functionality used by Backstage backend, and CLI",
"version": "0.6.5",
"version": "0.6.6",
"private": false,
"publishConfig": {
"access": "public",
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/cli-common": "^0.1.1",
"@backstage/config": "^0.1.5",
"@backstage/config": "^0.1.6",
"@types/json-schema": "^7.0.6",
"ajv": "^7.0.3",
"fs-extra": "9.1.0",