Version Packages

This commit is contained in:
github-actions[bot]
2022-04-19 14:28:08 +00:00
parent c888455313
commit 3f7acfb96e
459 changed files with 6352 additions and 3402 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/config-loader
## 1.1.0
### Minor Changes
- 19f6c6c32a: Added `ignoreSchemaErrors` to `schema.process`.
### Patch Changes
- e0a51384ac: build(deps): bump `ajv` from 7.0.3 to 8.10.0
- 230ad0826f: Bump to using `@types/node` v16
- c47509e1a0: Implemented changes suggested by Deepsource.io including multiple double non-null assertion operators and unexpected awaits for non-promise values.
## 1.1.0-next.1
### 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": "1.1.0-next.1",
"version": "1.1.0",
"private": false,
"publishConfig": {
"access": "public",