Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-09-06 13:11:16 +00:00
parent fc3f9cea9c
commit f275697d2b
236 changed files with 4502 additions and 1411 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/config-loader
## 1.1.4-next.1
### Patch Changes
- 667d917488: Updated dependency `msw` to `^0.47.0`.
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
## 1.1.4-next.0
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config-loader",
"description": "Config loading functionality used by Backstage backend, and CLI",
"version": "1.1.4-next.0",
"version": "1.1.4-next.1",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
@@ -50,7 +50,7 @@
"yup": "^0.32.9"
},
"devDependencies": {
"@backstage/cli": "^0.19.0-next.1",
"@backstage/cli": "^0.19.0-next.2",
"@types/jest": "^26.0.7",
"@types/json-schema-merge-allof": "^0.6.0",
"@types/mock-fs": "^4.10.0",