Version Packages

This commit is contained in:
github-actions[bot]
2021-08-19 12:20:01 +00:00
parent 24dd589779
commit 6f4c73ece4
132 changed files with 627 additions and 553 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/config-loader
## 0.6.7
### Patch Changes
- 0ade9d02b: Include `devDependencies` and `optionalDependencies` in the detection of Backstage packages when collecting configuration schema.
- 9b8cec063: Add support for config file watching through a new group of `watch` options to `loadConfig`.
- Updated dependencies
- @backstage/config@0.1.7
## 0.6.6
### 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.6",
"version": "0.6.7",
"private": false,
"publishConfig": {
"access": "public",
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/cli-common": "^0.1.1",
"@backstage/config": "^0.1.6",
"@backstage/config": "^0.1.7",
"@types/json-schema": "^7.0.6",
"ajv": "^7.0.3",
"chokidar": "^3.5.2",