Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-01-28 13:06:36 +00:00
parent db48129388
commit 84fdc40c42
215 changed files with 3630 additions and 210 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/test-utils
## 1.7.5-next.0
### Patch Changes
- 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
- Updated dependencies
- @backstage/core-plugin-api@1.10.4-next.0
- @backstage/plugin-permission-react@0.4.31-next.0
- @backstage/core-app-api@1.15.5-next.0
- @backstage/theme@0.6.4-next.0
- @backstage/config@1.3.2
- @backstage/types@1.2.1
- @backstage/plugin-permission-common@0.8.4
## 1.7.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/test-utils",
"version": "1.7.4",
"version": "1.7.5-next.0",
"description": "Utilities to test Backstage plugins and apps.",
"backstage": {
"role": "web-library"