Version Packages (next)
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
# @backstage/frontend-plugin-api
|
||||
|
||||
## 0.17.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 8738203: **BREAKING**: Removed the deprecated property form of `PortableSchema.schema`. The `schema` member is now a plain method that must be called as `schema()` — direct property access like `schema.type` or `schema.properties` is no longer supported.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- cad156e: Replaced old config schema values from existing extensions and blueprints.
|
||||
- 72a552f: Updated error messages and deprecation warnings to clarify that the `zod/v4` subpath export from the Zod v3 package is not supported by `configSchema`, since it does not include JSON Schema conversion. The `zod` dependency has been bumped to `^4.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.3.1-next.0
|
||||
- @backstage/filter-predicates@0.1.3-next.0
|
||||
- @backstage/types@1.2.2
|
||||
- @backstage/version-bridge@1.0.12
|
||||
|
||||
## 0.16.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-plugin-api",
|
||||
"version": "0.16.0",
|
||||
"version": "0.17.0-next.0",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user