Version Packages

This commit is contained in:
github-actions[bot]
2024-07-16 12:06:55 +00:00
parent 6770d81f38
commit 8d2fe707cb
436 changed files with 5209 additions and 1305 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/create-app
## 0.5.17
### Patch Changes
- 780d994: Added `MyGroupsSidebarItem` to the sidebar in the `create-app` template
- f03d12a: Bumped create-app version.
- e90a2cd: Added the Catalog logs module to the `create-app` template
- 3ac2a6a: Added the Postgres Search Engine to the `create-app` template
- Updated dependencies
- @backstage/cli-common@0.1.14
## 0.5.17-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.17-next.2",
"version": "0.5.17",
"publishConfig": {
"access": "public"
},