Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-05-26 15:26:38 +00:00
parent fe9b5f58ca
commit 68db890456
340 changed files with 3430 additions and 170 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/cli-module-build
## 0.1.4-next.0
### Patch Changes
- a1971ea: Suppress false-positive `@protobufjs/inquire` "Critical dependency" warning in the bundler. Since `protobufjs` 7.5.9, the dynamic require path in inquire is no longer exercised, but webpack/rspack still flags it during static analysis.
- 8007b58: Updated dependency `embedded-postgres` to `18.3.0-beta.17`.
## 0.1.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-module-build",
"version": "0.1.3",
"version": "0.1.4-next.0",
"description": "CLI module for Backstage CLI",
"backstage": {
"role": "cli-module"