Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-05-09 09:49:35 +00:00
parent 23b9dde55b
commit 4f3076700a
246 changed files with 2844 additions and 125 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/create-app
## 0.5.1-next.2
### Patch Changes
- 1d5e42655cd: Correct command to create new plugins
## 0.5.1-next.1
### 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.1-next.1",
"version": "0.5.1-next.2",
"publishConfig": {
"access": "public"
},