Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-02-03 14:24:29 +00:00
parent de8697fb83
commit 1ea737c1e2
195 changed files with 30756 additions and 110 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-plugin-api
## 1.7.0-next.1
### Minor Changes
- bb9b471: Plugin IDs that do not match the standard format are deprecated (letters, digits, and dashes only, starting with a letter). Plugin IDs that do no match this format will be rejected in a future release.
In addition, plugin IDs that don't match the legacy pattern that also allows underscores, with be rejected.
## 1.7.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-plugin-api",
"version": "1.7.0-next.0",
"version": "1.7.0-next.1",
"description": "Core API used by Backstage backend plugins",
"backstage": {
"role": "node-library"