added changesets

This commit is contained in:
Patrik Oldsberg
2021-01-29 17:03:02 +01:00
parent 9f2b9c2020
commit e9aab60c75
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Fixed module resolution of external libraries during backend development. Modules used to be resolved relative to the backend entrypoint, but are now resolved relative to each individual module.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/config-loader': patch
---
Each piece of the configuration schema is now validate upfront, in order to produce more informative errors.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-app-backend': patch
---
Failures to load the frontend configuration schema now throws an error that includes more context and instructions for how to fix the issue.