Version Packages

This commit is contained in:
github-actions[bot]
2026-05-19 18:28:24 +00:00
parent 0a44fb3cb8
commit b97fcb0a93
563 changed files with 6223 additions and 1580 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/cli-module-new
## 0.1.3
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/errors@1.3.1
- @backstage/cli-node@0.3.2
- @backstage/cli-common@0.2.2
## 0.1.3-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-module-new",
"version": "0.1.3-next.1",
"version": "0.1.3",
"description": "CLI module for Backstage CLI",
"backstage": {
"role": "cli-module"