Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-01-10 14:18:51 +00:00
parent 73ab535b2d
commit 9521f1274d
329 changed files with 4785 additions and 165 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/backend-test-utils
## 0.1.32-next.2
### Patch Changes
- 015a6dced6: Updated to make sure that service implementations replace default service implementations.
- a3ec2f32ea: The `startTestBackend` setup now includes default implementations for all core services.
- f23eef3aa2: Updated dependency `better-sqlite3` to `^8.0.0`.
- Updated dependencies
- @backstage/backend-app-api@0.3.0-next.1
- @backstage/backend-plugin-api@0.3.0-next.1
- @backstage/backend-common@0.18.0-next.1
- @backstage/cli@0.22.1-next.2
- @backstage/config@1.0.6-next.0
## 0.1.32-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-test-utils",
"description": "Test helpers library for Backstage backends",
"version": "0.1.32-next.1",
"version": "0.1.32-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {