Version Packages

This commit is contained in:
github-actions[bot]
2021-12-02 12:35:24 +00:00
parent 5722e731aa
commit 29f2606ed9
207 changed files with 1187 additions and 876 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/config-loader
## 0.8.1
### Patch Changes
- b055a6addc: Align on usage of `cross-fetch` vs `node-fetch` in frontend vs backend packages, and remove some unnecessary imports of either one of them
- 4bea7b81d3: Uses key visibility as fallback in non-object arrays
## 0.8.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.8.0",
"version": "0.8.1",
"private": false,
"publishConfig": {
"access": "public",