Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-09-02 12:17:03 +00:00
parent db63208855
commit ac48eeb3ba
331 changed files with 3332 additions and 165 deletions
@@ -1,5 +1,13 @@
# @backstage/frontend-plugin-api
## 0.11.1-next.0
### Patch Changes
- 2fb8b04: Improved the types of `createFrontendPlugin` and `createFrontendModule` so that errors due to incompatible options are indicated more clearly.
- Updated dependencies
- @backstage/core-components@0.17.6-next.0
## 0.11.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-plugin-api",
"version": "0.11.0",
"version": "0.11.1-next.0",
"backstage": {
"role": "web-library"
},