Version Packages

This commit is contained in:
github-actions[bot]
2025-09-16 13:22:58 +00:00
parent 7a3daf82dd
commit b799a2d07f
444 changed files with 4397 additions and 1032 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/backend-test-utils
## 1.9.0
### Minor Changes
- 4e2c237: The `mockServices.rootConfig()` instance now has an `update` method that can be used to test configuration subscriptions and updates.
### Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.12.1
- @backstage/plugin-auth-node@0.6.7
- @backstage/plugin-events-node@0.4.15
- @backstage/types@1.2.2
- @backstage/backend-app-api@1.2.7
- @backstage/backend-plugin-api@1.4.3
## 1.9.0-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-test-utils",
"version": "1.9.0-next.1",
"version": "1.9.0",
"description": "Test helpers library for Backstage backends",
"backstage": {
"role": "node-library"