Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-07-02 09:03:14 +00:00
parent 14218d6227
commit 08c63d46ac
275 changed files with 4055 additions and 137 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/create-app
## 0.5.17-next.1
### Patch Changes
- 780d994: Added `MyGroupsSidebarItem` to the sidebar in the `create-app` template
- Updated dependencies
- @backstage/cli-common@0.1.14
## 0.5.17-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.17-next.0",
"version": "0.5.17-next.1",
"publishConfig": {
"access": "public"
},