Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-08-25 15:09:39 +00:00
parent a4a517d501
commit 9c441f9a78
75 changed files with 1320 additions and 38 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/backend-test-utils
## 1.9.0-next.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-app-api@1.2.6
- @backstage/backend-defaults@0.12.0
- @backstage/backend-plugin-api@1.4.2
- @backstage/config@1.3.3
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.6.6
- @backstage/plugin-events-node@0.4.14
- @backstage/plugin-permission-common@0.9.1
## 1.8.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-test-utils",
"version": "1.8.0",
"version": "1.9.0-next.0",
"description": "Test helpers library for Backstage backends",
"backstage": {
"role": "node-library"