Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-05-02 13:41:12 +00:00
parent 6f33dddb2e
commit 8b05da0912
360 changed files with 4025 additions and 230 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/create-app
## 0.5.1-next.1
### Patch Changes
- 4027aa9e753: Pin some octokit dependencies to avoid failing typescript build under `tsc:full`
## 0.5.1-next.0
### 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.0",
"version": "0.5.1-next.1",
"publishConfig": {
"access": "public"
},