Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-08-06 13:15:32 +00:00
parent dbeb90ff09
commit 120319d2b5
305 changed files with 4584 additions and 152 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/create-app
## 0.5.18-next.3
### Patch Changes
- 93095ee: Make sure node-fetch is version 2.7.0 or greater
- Updated dependencies
- @backstage/cli-common@0.1.14
## 0.5.18-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.5.18-next.2",
"version": "0.5.18-next.3",
"publishConfig": {
"access": "public"
},