Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-11-25 16:21:32 +00:00
parent fea7302000
commit 756986e5e7
363 changed files with 4740 additions and 182 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/frontend-plugin-api
## 0.13.2-next.0
### Patch Changes
- 0bc1ce9: Fixed a versioning conflict that could result in a `.withContext` is not a function error.
- 97cd16f: Reversed the relationship between the old `@backstage/core-plugin-api` and the new `@backstage/frontend-plugin-api`. Previously, the a lot of API definitions and utilities where defined in the old and re-exported from the old, but this change flips that around so that they now reside in the new package and are re-exported from the old. The external API of both packages remain the same, but this is a step towards being able to add further compatibility with the new frontend system built into the old.
- Updated dependencies
- @backstage/core-components@0.18.4-next.0
- @backstage/config@1.3.6
- @backstage/errors@1.2.7
- @backstage/types@1.2.2
- @backstage/version-bridge@1.0.11
## 0.13.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-plugin-api",
"version": "0.13.0",
"version": "0.13.2-next.0",
"backstage": {
"role": "web-library"
},