Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-04-29 14:27:15 +00:00
parent 22d40d0136
commit 125d09682e
353 changed files with 5290 additions and 183 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/frontend-plugin-api
## 0.10.2-next.0
### Patch Changes
- fb58f20: The `id` option of `createFrontendPlugin` has been renamed to `pluginId` in order to better align with similar APIs in the frontend and backend systems.
The old `id` option is deprecated and will be removed in a future release.
- 72d019d: Removed various typos
- Updated dependencies
- @backstage/core-components@0.17.2-next.0
- @backstage/core-plugin-api@1.10.6
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
## 0.10.1
### Patch Changes