Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-12-08 09:11:43 +00:00
parent c5c099450f
commit fbc645cf88
185 changed files with 2490 additions and 92 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/create-app
## 0.4.35-next.3
### Patch Changes
- c4788dbb58: Fix dependency ordering in templated packages.
- af1358bb07: added default project name for CI job compatibility
- Updated dependencies
- @backstage/cli-common@0.1.11-next.0
## 0.4.35-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.4.35-next.2",
"version": "0.4.35-next.3",
"publishConfig": {
"access": "public"
},