Version Packages

This commit is contained in:
github-actions[bot]
2020-12-03 15:28:22 +00:00
parent b570f78e22
commit 01aa774d9a
111 changed files with 826 additions and 431 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/config-loader
## 0.4.0
### Minor Changes
- 4e7091759: Fix typo of "visibility" in config schema reference
If you have defined a config element named `visiblity`, you
will need to fix the spelling to `visibility`. For more info,
see https://backstage.io/docs/conf/defining#visibility.
### Patch Changes
- b4488ddb0: Added a type alias for PositionError = GeolocationPositionError
## 0.3.0
### Minor 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.3.0",
"version": "0.4.0",
"private": false,
"publishConfig": {
"access": "public",