Version Packages

This commit is contained in:
github-actions[bot]
2021-09-09 14:47:05 +00:00
parent 7e88bea17d
commit 866ec85375
104 changed files with 616 additions and 482 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/config-loader
## 0.6.8
### Patch Changes
- d1da88a19: Properly export all used types.
- Updated dependencies
- @backstage/cli-common@0.1.3
- @backstage/config@0.1.9
## 0.6.7
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config-loader",
"description": "Config loading functionality used by Backstage backend, and CLI",
"version": "0.6.7",
"version": "0.6.8",
"private": false,
"publishConfig": {
"access": "public",
@@ -30,8 +30,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/cli-common": "^0.1.1",
"@backstage/config": "^0.1.7",
"@backstage/cli-common": "^0.1.3",
"@backstage/config": "^0.1.9",
"@types/json-schema": "^7.0.6",
"ajv": "^7.0.3",
"chokidar": "^3.5.2",