Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-04-28 15:53:09 +00:00
parent 07b7490e79
commit 7295193bb6
119 changed files with 5127 additions and 59 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-search-backend-node
## 1.4.4-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/plugin-permission-common@0.9.9-next.1
## 1.4.4-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-backend-node",
"version": "1.4.4-next.0",
"version": "1.4.4-next.1",
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
"backstage": {
"role": "node-library",