Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-04-12 15:19:00 +00:00
parent 0df260a54f
commit 2e1cce5528
197 changed files with 2505 additions and 758 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/config-loader
## 1.1.0-next.1
### Minor Changes
- 19f6c6c32a: Added `ignoreSchemaErrors` to `schema.process`.
### Patch Changes
- 230ad0826f: Bump to using `@types/node` v16
## 1.0.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config-loader",
"description": "Config loading functionality used by Backstage backend, and CLI",
"version": "1.0.1-next.0",
"version": "1.1.0-next.1",
"private": false,
"publishConfig": {
"access": "public",